|
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 - download
Length: 330 (0x14a) Types: TextFile Names: »Makefile«
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./tex82/TeXgraphics/transfig/fig2tex/Makefile«
# # FIG : Facility for Interactive Generation of figures # HEADERS = const.h object.h choices.h CFLAGS = -O LIBS = -lsuntool -lsunwindow -lpixrect -lm fig2tex : fig2tex.c $(HEADERS) cc $(CFLAGS) fig2tex.c -lm -o fig2tex install : fig2tex install -s -m 775 fig2tex /usr/local ######### clean : rm -f *.o fig2tex core