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

⟦eaa6436ea⟧ TextFile

    Length: 212 (0xd4)
    Types: TextFile
    Names: »Makefile.SUN_V2«, »Makefile.SUN_V3«

Derivation

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

TextFile

BINDIR=/usr/local
CFLAGS= -g -Dsun3

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

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

clean:
	rm -f *.o

install: undump
	cp undump $(BINDIR)