3 STARTUP
= startup-aros.c
10 STARTUP
= startup-amigaos.c
20 FILES
:= $(STARTUP
) cache.c direntry.c disk.c fat.c file.c lock.c \
21 main.c names.c packet.c ops.c support.c notify.c charset.c \
29 gcc
-c
$(CFLAGS
) $(INCLUDES
) $< $(NOIXEMUL
)
32 gcc
$(NOIXEMUL
) -nostartfiles
$^
-o
$@
$(LIBS
)
34 cache.o
: cache.h debug.h fat_fs.h fat_struct.h fat_protos.h timer.h
35 charset.o
: fat_fs.h fat_struct.h cache.h support.h charset.h
36 direntry.o
: cache.h fat_fs.h fat_struct.h support.h fat_protos.h debug.h
37 disk.o
: fat_fs.h fat_struct.h cache.h support.h fat_protos.h debug.h
38 fat.o
: fat_fs.h fat_struct.h cache.h support.h fat_protos.h debug.h timer.h
39 file.o
: fat_fs.h fat_struct.h cache.h support.h fat_protos.h debug.h
40 lock.o
: fat_fs.h fat_struct.h cache.h support.h fat_protos.h debug.h
41 main.o
: fat_fs.h fat_struct.h cache.h support.h fat_protos.h charset.h debug.h timer.h
42 names.o
: fat_fs.h fat_struct.h cache.h support.h fat_protos.h debug.h
43 notify.o
: fat_fs.h fat_struct.h cache.h support.h fat_protos.h debug.h
44 ops.o
: fat_fs.h fat_struct.h cache.h support.h fat_protos.h debug.h
45 packet.o
: fat_fs.h fat_struct.h cache.h support.h fat_protos.h debug.h
47 support.o
: fat_fs.h fat_struct.h cache.h support.h
48 timer.o
: fat_fs.h fat_struct.h fat_protos.h timer.h debug.h
55 Copy
$(PROG
) $(DESTDIR
)