2 # GNU Makefile for JanoPref. By T.Pierron
3 # For use with gcc 2.7.0+
9 CFLAGS
= -I
/amiga
/include -I..
-O2
-DJANOPREF
-m68020
11 RM
= rm -f
#Delete quiet
14 OBJ
= JanoPrefs.o Prefs.o PrefsPort.o Prefs_Strings.o SampleEd.o Utils.o
17 # Implicit rule to produce object file
24 $(CC
) $(OBJ
) -o
$(EXE
) $(LIBS
)
29 # Special dependencies
30 JanoPrefs.o
: Prefs.h JanoPrefs.h Utils.h IPC_Prefs.h Prefs_Strings.h Jed_Strings.h Sample.h
31 PrefsPort.o
: Prefs.h PrefsPort.c Version.h IPC_Prefs.h
32 Prefs_Strings.o
: Prefs_Strings.h Jed_Strings.h
33 SampleEd.o
: Prefs.h Project.c Project.h Gui.h Memory.h UndoRedo.h Sample.h
34 Utils.o
: Prefs.h Utils.c JanoPrefs.h Utils.h Jed_Strings.h