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

⟦d81839fe2⟧ TextFile

    Length: 725 (0x2d5)
    Types: TextFile
    Names: »Makefile«

Derivation

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

TextFile

# AR = shar -c -v
AR1 = post -c -v -p 10 17
AR2 = post -c -v -p 11 17
B = ../..
D = samples/aard/

all		: aard

aard		: *.adl ../../adlcomp/adlcomp ../standard.adl
	adlcomp aard.adl -w -o aard -i..
shar		: aard1.shar	aard2.shar

clean		:
	rm -f aard core aard1.shar aard2.shar

aard1.shar	: README COPYRIGHT Makefile locales.adl objects.adl verbs.adl
	( cd ${B} ; ${AR1}	\
		${D}README	${D}COPYRIGHT	${D}Makefile	\
		${D}locales.adl	${D}objects.adl	${D}verbs.adl	\
	> ${D}aard1.shar )

aard2.shar	: aard.adl	routines.adl	constant.adl \
		  locnames.adl	objrouts.adl	transit.adl
	( cd ${B} ; ${AR2}	\
		${D}aard.adl	${D}routines.adl	${D}constant.adl \
		${D}locnames.adl ${D}objrouts.adl	${D}transit.adl	\
	> ${D}aard2.shar )