|
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: 1208 (0x4b8) 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/lib/IMakefile«
# Copyright information can be found in file "Copyright" INC_DIRS = -I../h # GFLAG = -g DEFS = -DSYS_V=$(SYS_V) CFLAGS = $(INC_DIRS) $(GFLAG) $(DEFS) SRC1 = dirs.c errors.c exf.c files.c files2.c hash.c nybbles.c str.c getopt.c readtfm.c malloc.c\ rcssup.c texdim.c OBJ1 = dirs.o errors.o exf.o files.o files2.o hash.o nybbles.o str.o getopt.o readtfm.o malloc.o\ rcssup.o texdim.o #if (COND_X_WINDOWS == 0) SRC = $(SRC1) OBJ = $(OBJ1) #else SRC = $(SRC1) xdump.c OBJ = $(OBJ1) xdump.o #endif all: libics.a install: relink: libics.a: $(OBJ) @rm -f $@ lint ar r $@ $(OBJ) ranlib $@ lint: $(SRC) @rm -f $@ lint $(INC_DIRS) $(SRC) > $@ clean:: $(RM) libics.a print: $(SOURCE_CODE_PRINT_COMMAND) Makefile $(SRC) depend: $(SRC) $(HFILES) maketd -mIMakefile $(INC_DIRS) $(SRC) # DO NOT DELETE THIS LINE - make depend DEPENDS ON IT A=../h dirs.o: dirs.c errors.o: errors.c exf.o: $A/extfil.h exf.c files.o: $A/extfil.h files.c files2.o: files2.c hash.o: hash.c nybbles.o: nybbles.c str.o: str.c getopt.o: getopt.c readtfm.o: $A/extfil.h $A/tfm.h readtfm.c malloc.o: malloc.c rcssup.o: $A/extfil.h rcssup.c texdim.o: texdim.c # *** Do not add anything here - It will go away. ***