|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: M T
Length: 1060 (0x424) Types: TextFile Names: »Makefile«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/euug-87hel/sec1/graph/Makefile«
CFLAGS= -O -DGLOB_LIB=\"/r/pmr/ajk/lib/graph+rc\" #CFLAGS= -O -DGLOB_LIB=\"/r/pmr/ajk/lib/graph+rc\" -DLASER LIBS= -lm -ll -lplot #LIBS= -lm -ll -l4014 YFLAGS= -d PROG= graph+ OBJS= yacc.o lex.o \ abort.o adjacent.o appendtb.o attrnode.o average.o count.o \ cpyentry.o cpytable.o cumulate.o dumpgrph.o eval.o evaltab.o \ freetab.o fundeclr.o generate.o global.o group.o include.o \ join.o main.o max.o min.o new.o newtable.o numcols.o parmnode.o \ printtab.o project.o readtab.o reset.o saveload.o select.o sort.o \ sum.o tabdeclr.o tabnode.o vardeclr.o All : $(PROG) $(PROG) : $(OBJS) cc -o $(PROG) $(OBJS) $(LIBS) shar : shar README graph+.1 Makefile bar_graph best_fit graph.h yacc.y > g1.shar shar [a-f]*.c > g2.shar shar [g-z]*.c lex.l > g3.shar clean : /bin/rm $(OBJS) link : cc -pg -o $(PROG) $(OBJS) $(LIBS) # following line needed if numbering of tokens change # but otherwise just causes lots more compiles. cumulate.o lex.o fundeclr.o dumpgrph.o eval.o evaltab.o \ reset.o group.o main.o parmnode.o: y.tab.h $(OBJS): graph.h