|
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: I T
Length: 808 (0x328) Types: TextFile Names: »Imakefile«
└─⟦276d19d6e⟧ Bits:30007243 EUUGD5_I: X11R5 └─⟦af7d3f39a⟧ »./mit-2/mit-2.00« └─⟦0abaffd9e⟧ └─⟦this⟧ »mit/demos/xgc/Imakefile«
XCOMM $XConsortium: Imakefile,v 1.9 91/07/16 23:08:10 gildea Exp $ DEFINES = SRCS = dashlist.c planemask.c getfile.c tests.c text.c \ choice.c main.c interpret.c record.c testfrac.c OTHERSRCS = gram.y lex.l OBJS = dashlist.o planemask.o getfile.o tests.o text.o \ choice.o main.o interpret.o record.o testfrac.o \ gram.o lex.o LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB) SYS_LIBRARIES = -lm YFLAGS = -d ComplexProgramTarget(xgc) InstallAppDefaults(Xgc) gram.h gram.c: gram.y yacc -d gram.y $(MV) y.tab.c gram.c $(MV) y.tab.h gram.h clean:: $(RM) y.tab.h y.tab.c lex.yy.c gram.h gram.c lex.c depend:: lex.c gram.c