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

⟦14d50b5ca⟧ TextFile

    Length: 1051 (0x41b)
    Types: TextFile
    Names: »makefile«

Derivation

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

TextFile

#  Makefile for Hotel

OBJECTS = hotel.o human.o comp.o init.o utils.o costs.o help.o my_wgets.o display.o
PCOBJECTS = hotel.obj human.obj comp.obj init.obj utils.obj costs.obj display.obj help.obj my_wgets.obj
SOURCE = init.c utils.c hotel.c human.c costs.c comp.c help.c my_wgets.c
CFLAGS = -DUNIX

.c.obj:
	tcc -ms -c -a -N -v -DTURBO  $<

hotel: $(OBJECTS)
	cc -o hotel -O $(OBJECTS)  -lcurses -ltermcap

pchotel: $(PCOBJECTS)
	tcc -ms $(PCOBJECTS) scurses.lib

shar: hotel.1 hotel.2
hotel.1: README comp.c costs.c defs.h help.c makefile
	shar README comp.c costs.c defs.h help.c makefile > hotel.1
hotel.2: hotel.c human.c init.c utils.c my_wgets.c my_wgets.h Notice
	shar hotel.c human.c init.c utils.c display.c my_wgets.c my_wgets.h Notice > hotel.2

display.obj: defs.h
comp.c: defs.h
hotel.obj: defs.h
init.obj: defs.h
utils.obj: defs.h
human.obj: defs.h my_wgets.h
costs.obj: defs.h
help.obj: defs.h

display.o: defs.h
comp.c: defs.h
hotel.o: defs.h
init.o: defs.h
utils.o: defs.h
human.o: defs.h my_wgets.h
costs.o: defs.h
help.o: defs.h