|
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: 898 (0x382) Types: TextFile Names: »Imakefile«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« └─⟦ca79c7339⟧ └─⟦this⟧ »DVIware/crt-viewers/X/xdvi/Imakefile«
DEFAULT_FONT_PATH=/usr/local/tex/fonts DEFAULT_FONT_SIZES=300:328.6:360:432:518.4:622:746.4 DEFINES=-DMSBITFIRST \ -DBMSHORT FONTDEFINES=-DDEFAULT_FONT_PATH=\"$(DEFAULT_FONT_PATH)\" \ -DDEFAULT_FONT_SIZES=\"$(DEFAULT_FONT_SIZES)\" FONTFORMATS_C=gf.c pk.c pxl.c FONTFORMATS_O=gf.o pk.o pxl.o DEPLIBS=XawClientDepLibs LOCAL_LIBRARIES=XawClientLibs MATHLIB=-lm SYS_LIBRARIES=$(MATHLIB) SRCS=xdvi.c dvi_init.c dvi_draw.c $(FONTFORMATS_C) pxl_open.c tpic.c OBJS=xdvi.o dvi_init.o dvi_draw.o $(FONTFORMATS_O) pxl_open.o tpic.o ComplexProgramTarget(xdvi) pxl_open.o: $(CC) -c $(CFLAGS) $(FONTDEFINES) pxl_open.c xdvi.man: xdvi_man.sed chmod u+x mksedscript mksedscript $(DEFAULT_FONT_PATH) $(DEFAULT_FONT_SIZES) $(DEFINES) \ > sedscript sed -f sedscript < xdvi_man.sed > xdvi.man clean:: $(RM) sedscript xdvi.man xdvi10.man.s lint:: $(LINT) $(INCLUDES) $(DEFINES) $(FONTDEFINES) $(SRCS)