File:  [NeXTSTEP 3.3 examples] / Examples / AppKit / Graph / Makefile.preamble
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:48:25 2018 UTC (8 years, 1 month ago) by root
Branches: NeXT, MAIN
CVS tags: NeXTSTEP33, HEAD
Sample Programs from NeXSTEP 3.3

#
# 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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.