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

⟦deebfc0ca⟧ TextFile

    Length: 450 (0x1c2)
    Types: TextFile
    Names: »Makefile«

Derivation

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

TextFile


CFLAGS    = -g

LIBS      = -lsuntool -lsunwindow -lpixrect
OBJS      = pyramid.o makemove.o
SRCS      = pyramid.c

pyramid:  $(OBJS)
	cc $(CFLAGS) -o pyramid $(OBJS) $(LIBS)

pyramid.c:    pyramid.h 
pyramid.o:    pyramid.c 
makemove.c:	pyramid.table pyramid.h
makemove.o:    makemove.c 
# pyramid.table is huge, so it's disted in 4 parts
pyramid.table: table-made
table-made:
	touch table-made
	cat pyramid.tab.? >pyramid.table
#	rm pyramid.tab.?