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

⟦4ab2d0a95⟧ TextFile

    Length: 237 (0xed)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./DVIware/laser-setters/umd-dvi/libcompat/Makefile« 

TextFile

OBJS= closedir.o opendir.o readdir.o seekdir.o telldir.o \
	bcmp.o bcopy.o bzero.o index.o rindex.o regex.o dup2.o rename.o

CFLAGS= -O -I.

libdir.a: $(OBJS)
	rm -f libcompat.a
	ar rcv libcompat.a $(OBJS)

clean:
	rm -f *.o libcompat.a