revert between 56095 -> 55830 in arch
[AROS.git] / workbench / prefs / Editor / Makefile.SASC
blobc885236d933a06e2e6d6da0b72f690e0d6c910ef
2 # GNU Makefile for JanoPref. By T.Pierron
3 # For use with gcc 2.7.0+
6 # System environment
7 EXE    = //JanoPrefs
8 CC     = sc
9 CPU    = 68000
10 CFLAGS = IDir=/ Optimize Define JANOPREF CPU $(CPU) Define mc$(CPU)
11 RM     = Delete quiet
12 VPATH  = ..
14 OBJ = JanoPrefs.o Prefs.o PrefsPort.o Prefs_Strings.o SampleEd.o Utils.o
17 # Implicit rule to produce object file
18 %.o:%.c
19         $(CC) NoLink $< $(CFLAGS)
21 all: $(EXE)
23 $(EXE): $(OBJ)
24         $(CC) Link $(OBJ) ProgramName $(EXE) $(LIBS)
26 clean:
27         $(RM) $(OBJ)
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