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: I T

⟦3a41fefa7⟧ TextFile

    Length: 1315 (0x523)
    Types: TextFile
    Names: »Imakefile«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/X/Xmille/Imakefile« 

TextFile

OBJS =	button.o scrollbar.o init.o affirm.o dispatch.o prompted.o

SRCS =	button.c scrollbar.c init.c affirm.c dispatch.c prompted.c

NormalLibraryTarget(control, $(OBJS))

NormalLibraryObjectRule()

DependTarget()
OBJS=	accident.o repairs.o ace.o flat.o spare.o puncture.o\
	out.o gas.o extra.o stop.o go.o speed.o end.o right.o\
	25.o 50.o 75.o 100.o 200.o deck.o blank.o

SRCS=	accident.c repairs.c ace.c flat.c spare.c puncture.c\
	out.c gas.c extra.c stop.c go.c speed.c end.c right.c\
	25.c 50.c 75.c 100.c 200.c deck.c blank.c

NormalLibraryTarget(cardlib, $(OBJS))

NormalLibraryObjectRule()

DependTarget()
# @(#)Makefile	1.2	ULTRIX	6/29/84
#
# mille bourne game makefile
#
# @(#)Makefile	1.7 (Berkeley) 8/14/83
#

#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

SUBDIRS = control cards

HEADERS=mille.h
SRCS=	comp.c end.c extern.c init.c mille.c misc.c move.c print.c \
	roll.c save.c types.c varpush.c ui.c drawcard.c animate.c 

OBJS=	comp.o end.o extern.o init.o mille.o misc.o move.o print.o \
	roll.o save.o types.o varpush.o ui.o drawcard.o animate.o 

CRL=	
L=	control/libcontrol.a cards/libcardlib.a 
LOCAL_LIBRARIES = ${CRL} ${L} $(XLIB)
SYSLAST_LIBRARIES = -lm

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
CleanSubdirs($(SUBDIRS))

ComplexProgramTarget(xmille)