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

⟦fa58e9d7a⟧ TextFile

    Length: 183 (0xb7)
    Types: TextFile
    Names: »Makefile.SYS_V«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./undump/Makefile.SYS_V« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦8162d00be⟧ »unix3.0/undump.tar.Z« 
        └─⟦24b835c13⟧ 
            └─⟦this⟧ »undump/Makefile.SYS_V« 

TextFile

BINDIR=/usr/local
CFLAGS= -O

undump: undump.o
	cc $(CFLAGS) -o undump undump.o

undump.o: undump.c
	cc $(CFLAGS) -c undump.c

clean:
	rm -f *.o

install: undump
	cp undump $(BINDIR)