|
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: 404 (0x194) Types: TextFile Names: »Makefile«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Hershey/Makefile«
# makefile for hbanner & mk_font HERSHDIR = /stuff/hershey FONTDIR = /local/lib/hbfonts CFLAGS= -O all: hbanner mk_font hbanner: hbanner.c cc -o hbanner $(CFLAGS) -DFONTDIR=\"$(FONTDIR)\" hbanner.c mk_font: mk_font.sh sed -e "s|%HERSHDIR%|$(HERSHDIR)|" -e "s|%FONTDIR%|$(FONTDIR)|" \ < mk_font.sh > mk_font chmod 775 mk_font shar: all shar README Makefile mk_font.sh hbanner.c > hbanner.shar