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

⟦6191b4a51⟧ TextFile

    Length: 466 (0x1d2)
    Types: TextFile
    Names: »Makefile«

Derivation

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

TextFile

CFLAGS = -g

cursive: cursive.o x.o xs.o
	cc -g -o cursive cursive.o x.o xs.o

x.o: x.c

xs.o: xs.c

x.c: font.c
	xstr font.c

xs.c: font.c
	xstr font.c

# This is for use if you haven't got the xstr command.  The program works
# the same, but is slightly bigger.

lcursive: cursive.o font.o
	cc -g -o lcursive cursive.o font.o

cursive.shar: cursive.c font.c cursive.h cursive.6 Makefile shar
	shar cursive.c font.c cursive.h cursive.6 Makefile shar > cursive.shar