DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: I T

⟦0950f6226⟧ TextFile

    Length: 1135 (0x46f)
    Types: TextFile
    Names: »IMakefile«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/laser-setters/dvi-to-ps/TeXPS/otherc/IMakefile« 

TextFile

INC_DEFS = -I../h
DEFS =  -DTEXFONTS_DEF=\"$(TEXFONTS_DEF)\"\
	-DDVITPS_PROLOGUE_FILES_PATH_DEF=\"$(DVITPS_PROLOGUE_FILES_PATH_DEF)\"\
	-DDVITPS_CAP_DIR=\"$(DVITPS_CAP_DIR)\"\
	-DTMPDIR=\"$(TMPDIR)\"\
	-DDVITPS_DEFAULT_ORDER=$(DVITPS_DEFAULT_ORDER)\
	-DDVITPS_PS_PRINT_ENABLED=$(DVITPS_PS_PRINT_ENABLED)\
	-DTPIC=$(TPIC)\
	-DDVITPS_BINARY_NAME=\"$(DVITPS_BINARY_NAME)\"\
	-DNUMBER_CHARS_IN_PIXEL_FONTS=$(NUMBER_CHARS_IN_PIXEL_FONTS)\
	-DAFMPATH_DEF=\"$(AFMPATH_DEF)\"\
	-DTEXFONTS=\"$(TEXFONTS_DEF)\"\
	-DTMPDIR=\"$(TMPDIR)\"\
	-DPS_DEF_ENCODINGS=\"$(PS_DEF_ENCODINGS)\"\
	-DDVITPS_PS_PRINT_ENABLED=$(DVITPS_PS_PRINT_ENABLED)\
	-DDEFAULT_PAPER_SPEC=\"$(DEFAULT_PAPER_SPEC)\"\
	-DSEND_PAPER_SIZE_SPEC=$(SEND_PAPER_SIZE_SPEC)

CFLAGS = $(GFLAG) $(INC_DEFS) $(DEFS)

SRC = sig.c defaults.c
OBJ = sig.o defaults.o

all:	$(OBJ)

install:
relink:
lint:
	lint sig.c > $@

clean::
print:	$(SRC)
	$(SOURCE_CODE_PRINT_COMMAND) Makefile $(SRC)
depend:
	maketd -mIMakefile $(INC_DEFS) $(SRC)

# DO NOT DELETE THIS LINE - make depend DEPENDS ON IT
A=../h

sig.o: sig.c

defaults.o: defaults.c

# *** Do not add anything here - It will go away. ***