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

⟦3b1c6ffeb⟧ TextFile

    Length: 392 (0x188)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦4f9d7c866⟧ Bits:30007245 EUUGD6: Sikkerheds distributionen
    └─⟦b5330643c⟧ »./cops/perl-4.019/perl.tar.Z« 
        └─⟦2b9a58213⟧ 
            └─⟦this⟧ »perl-4.019/usub/Makefile« 

TextFile

SRC = ..
GLOBINCS = 
LOCINCS = 
LIBS = -lcurses -ltermlib `. $(SRC)/config.sh; echo $$libs`

curseperl: $(SRC)/uperl.o usersub.o curses.o
	cc $(SRC)/uperl.o usersub.o curses.o $(LIBS) -o curseperl

usersub.o: usersub.c
	cc -c -I$(SRC) $(GLOBINCS) -DDEBUGGING -g usersub.c

curses.o: curses.c
	cc -c -I$(SRC) $(GLOBINCS) -DDEBUGGING -g curses.c

curses.c: curses.mus
	mus curses.mus >curses.c