home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-01-23 | 535 b | 19 lines |
- #
- # Makefile Preamble
- #
-
- PRECOMPS = Graph.p
-
- # declare our other ofiles that the yacc and lex modules produce
- # vers.o contains current version info from the vers_string command
- OTHER_OFILES = expr.o token.o vers.o
-
- # tell yacc to produe a y.tab.h file, which has #defines for the token types
- YFLAGS = -d
-
- # junk produced by yacc and lex that is removed when we make clean
- # vers.c is produced by the vers_string command.
- OTHER_GARBAGE = expr.m y.tab.h token.m vers.c
-
- # Uncomment this to find memory leaks
- # OTHER_LIBS = -lMallocDebug