DIR = boot1fat include ../MakePaths.dir NASM = $(SYMROOT)/nasm INSTALLDIR = $(DSTROOT)/usr/standalone/i386 DIRS_NEEDED = $(SYMROOT) all: $(DIRS_NEEDED) boot1fat32 boot1fat32: boot1fat32.s Makefile $(NASM) $(NASM) boot1fat32.s -o $(SYMROOT)/$@ install_i386:: all $(INSTALLDIR) cp $(SYMROOT)/boot1fat32 $(OTHER_FILES) $(INSTALLDIR) cd $(INSTALLDIR); chmod u+w boot1fat32 $(OTHER_FILES) clean:: rm -f $(SYMROOT)/boot1fat32 include ../MakeInc.dir #dependencies