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
Index: M T

⟦f4779c7da⟧ TextFile

    Length: 729 (0x2d9)
    Types: TextFile
    Names: »Makefile«

Derivation

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

TextFile


LIB       = /ufs/play/lib.sun
CFLAGS    = -g
DESTDIR   =
BIN       = /ufs/play/games.sun
MODE      = u=rwx,g=rx,o=
DEFS      = -DLIB=\"$(DESTDIR)$(LIB)
CFLAGS    = -g $(DEFS)

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

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

install: otool
	cp otool $(DESTDIR)$(BIN)
	strip $(DESTDIR)$(BIN)/otool
	chmod $(MODE) $(DESTDIR)$(BIN)/otool

backup:
	cp makemove.c makemove.c~
	cp remark.c remark.c~
	cp otool.c otool.c~
	cp othello.h othello.h~

lint:
	lint $(DEFS) $(SRCS) -lsuntool -lsunwindow -lpixrect

makemove.o: makemove.c othello.h
remark.o:   remark.c othello.h
otool.o:    otool.c othello.h