|
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: 358 (0x166) Types: TextFile Names: »Makefile«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦c319c2751⟧ »unix3.0/TeX3.0.tar.Z« └─⟦036c765ac⟧ └─⟦this⟧ »TeX3.0/TeXgraphics/transfig/transfig/Makefile«
# TransFig : Fig code translation Makefile creation program # # Micah Beck # OBJ = transfig.o txfile.o mkfile.o sys.o ../fig2dev/getopt.c #CFLAGS = -g CFLAGS = -O TARGET = transfig$(TARGET_ARCH) $(TARGET): $(OBJ) $(CC) $(TARGET_ARCH) $(OBJ) -lm -o $(TARGET) $(OBJ): transfig.h ######### tidy: rm -f *.o clean: rm -f *.o transfig transfig-* core