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

⟦01e819b15⟧ TextFile

    Length: 266 (0x10a)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89
    └─⟦de6342db5⟧ »./fgrep-1.0.tar.Z« 
        └─⟦571f2592a⟧ 
            └─⟦this⟧ »fgrep-1.0/Makefile« 

TextFile

DEFS=-DX_strerror
CFLAGS=-O $(DEFS)
FOBJ=fgrep.o kwset.o obstack.o std.o

fgrep: $(FOBJ)
	$(CC) $(CFLAGS) -o fgrep $(FOBJ)

clean: FRC
	rm -f fgrep core $(FOBJ)

FRC:

fgrep.o: unix.h
kwset.o fgrep.o: kwset.h obstack.h std.h
obstack.o: obstack.h
std.o: std.h unix.h