|
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: 864 (0x360) 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/dvitps/capab/IMakefile«
LIB_DIR = ../../lib SRC = writecap.c OBJ = writecap.o INCS = -I. -I../../h DEFS = -DSYS_V=$(SYS_V) CFLAGS = $(GFLAG) $(INCS) $(DEFS) all: fonts.dvitps relink: @$(RM) writecap @make all fonts.dvitps: writecap Makefile ./writecap $@ GF "$(DVITPS_GF)" PK "$(DVITPS_PK)" PXL "$(DVITPS_PXL)" PDR "$(DVITPS_PDR)" writecap: $(OBJ) @$(RM) $@ @cd ../../otherc; make $(CC) -o $@ $(OBJ) ../../otherc/defaults.o $(LIB_DIR)/libics.a install: -mkdir $(DVITPS_CAP_DIR) $(CP) fonts.dvitps $(DVITPS_CAP_DIR) print: $(SOURCE_CODE_PRINT_COMMAND) Makefile $(SRC) depend: $(SRC) maketd -mIMakefile $(INCS) $(SRC) lint: $(SRC) $(RM) $@ lint $(INCS) $(SRC) > $@ clean:: $(RM) writecap fonts.dvitps # DO NOT DELETE THIS LINE - make depend DEPENDS ON IT A=../../h writecap.o: $A/extfil.h writecap.c # *** Do not add anything here - It will go away. ***