home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-04 | 414 b | 22 lines |
- SRC = GUI.c Lists.c Main.c Outline.c triton_lib.c
- OBJ = $(SRC:*.c:*.o)
-
- GenerateIndex : $(OBJ)
- dcc %(right) -o %(left) -mRR -2.0 -r -mS
-
- GenerateIndex : protos.h
-
- $(OBJ) : $(SRC)
- dcc %(right) -o %(left) -mRR -mi -2.0 -Hdefs.m=defs.h -c -proto -r -mS
-
- $(OBJ) : GenerateIndex.h
-
- $(OBJ) : defs.m
-
- protos.h : GUI.c Lists.c Main.c
- mkproto >protos.h -s -p %(right)
-
- defs.m : defs.h
- -delete >NIL: defs.m
-
-