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

⟦bd228e6be⟧ TextFile

    Length: 344 (0x158)
    Types: TextFile
    Names: »Makefile.dist«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Atc/src/Makefile.dist« 

TextFile

#
# Makefile for atc in distribution directory
#

LIBS =		-ll -lm
CURSESLIBS =	-lcurses -ltermcap $(LIBS)

CURSESLIBR =	libatc_curses.o

OFILE =		tunable.o

CFILE =		tunable.c

CFLAGS =	-O

all:		atc

atc:		$(CURSESLIBR) $(OFILE)
		$(CC) $(CFLAGS) $(OFILE) $(CURSESLIBR) $(CURSESLIBS) -o atc

preserve:	
		rm tunable.c
		cp tunable.n tunable.c