|
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: 590 (0x24e) Types: TextFile Names: »IMakefile«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« └─⟦ca79c7339⟧ └─⟦this⟧ »DVIware/laser-setters/dvi-to-ps/TeXPS/pltotf/IMakefile«
# # Make pltotf from the source code which is originally produced from # the web code. If you have your own version of pltotf then even better. # #if (COND_PLTOTF == 0) all: pltotf install: relink: @$(RM) -f pltotf @make pltotf print: $(SOURCE_CODE_PRINT_COMMAND) Makefile pltotf.c plext.c site.h web2c.h pltotf: pltotf.o plext.o $(CC) $(CFLAGS) -o pltotf pltotf.o plext.o pltotf.o: pltotf.c web2c.h $(CC) $(CFLAGS) -c -Dindex=index_array pltotf.c plext.o: plext.c site.h lint: clean:: $(RM) -f pltotf *.o depend: #else all: install: relink: print: clean: lint: depend: #endif