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

⟦78eff6a34⟧ TextFile

    Length: 404 (0x194)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Hershey/Makefile« 

TextFile

# 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