|
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: 377 (0x179) Types: TextFile Names: »Makefile«
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« └─⟦ca79c7339⟧ └─⟦this⟧ »DVIware/crt-viewers/sunview/fullscreen/Makefile«
RM = /bin/rm MFLAG = -DSUNONE # set MFLAG to -DSUNONE for the old Phillips monitor. CFLAGS = -fsingle -O FONTAREA= /usr/local/lib/tex/fonts/pk120 SUNLIB= -lsuntool -lsunwindow -lpixrect dvisun: dvisun.o cc -o dvisun ${CFLAGS} dvisun.o $(SUNLIB) dvisun.o: dvisun.c cc -c ${CFLAGS} ${MFLAG} -DFONTAREA=\"${FONTAREA}\" dvisun.c clean: $(RM) -f *.o *~ \#*\# *.bak