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 - download

⟦f5275b5e7⟧ TextFile

    Length: 300 (0x12c)
    Types: TextFile
    Names: »Makefile.bsd«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/hier/Makefile.bsd« 

TextFile

# Makefile for hier(1), needed to link with sftw().
# This is for BSD sites.  mirror!rs

CFLAGS = -O -DBSD -I. -Dstrrchr=rindex
GETOPT= #-lgetopt

hier: hier.c sftw.o
	cc $(CFLAGS) -s -o hier hier.c sftw.o $(GETOPT)

test: sftw.c
	cc $(CFLAGS) -DTEST -o sftw sftw.c

clean:
	rm -f *.o hier sftw core