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

⟦85a920d7d⟧ TextFile

    Length: 1800 (0x708)
    Types: TextFile
    Names: »Makefile«

Derivation

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

TextFile

# AR = shar -c -v -d
DIST = ../adl.dist/SHAR
AR = post -c -v -p 1 17

all	:
		(cd util;	make all);
		(cd adlcomp;	make all);
		(cd adlrun;	make all);
		(cd samples;	make all);
		(cd misc;	make all);

install :
		(cd util;	make all);
		(cd adlcomp;	make install);
		(cd adlrun;	make install);
		(cd misc;	make install);

post	:	shar
		mv adl.shar ${DIST}/adl_01.shar
		mv adlcomp/adlcomp1.shar ${DIST}/adl_02.shar
		mv adlcomp/adlcomp2.shar ${DIST}/adl_03.shar
		mv adlrun/adlrun1.shar ${DIST}/adl_04.shar
		mv adlrun/adlrun2.shar ${DIST}/adl_05.shar
		mv include/include.shar ${DIST}/adl_06.shar
		mv misc/misc.shar ${DIST}/adl_07.shar
		mv samples/samples.shar ${DIST}/adl_08.shar
		mv util/util.shar ${DIST}/adl_09.shar
		mv samples/aard/aard1.shar ${DIST}/adl_10.shar
		mv samples/aard/aard2.shar ${DIST}/adl_11.shar
		mv samples/demos/demos.shar ${DIST}/adl_12.shar
		mv samples/mpu/mpu1.shar ${DIST}/adl_13.shar
		mv samples/mpu/mpu2.shar ${DIST}/adl_14.shar

shar	:	adl.shar
		(cd util;	make shar);
		(cd adlcomp;	make shar);
		(cd adlrun;	make shar);
		(cd samples;	make shar);
		(cd include;	make shar);
		(cd misc;	make shar);

adl.shar	: README	COPYRIGHT	PORTING		\
		  Makefile	man		adlcomp		\
		  adlrun	misc		util		\
		  include	samples		samples/aard	\
		  samples/mpu	samples/demos	man/*.6
		${AR}	README		COPYRIGHT	PORTING		\
			Makefile	man		adlcomp		\
			adlrun		misc		util		\
			include		samples		samples/aard	\
			samples/mpu	samples/demos	man/*.6		\
		> adl.shar

touch	:
		(cd util;	make -t);
		(cd adlcomp;	make -t);
		(cd adlrun;	make -t);
		(cd samples;	make touch);
		(cd misc;	make -t);

clean	:
		(cd util;	make clean);
		(cd adlcomp;	make clean);
		(cd adlrun;	make clean);
		(cd samples;	make clean);
		(cd include;	make clean);
		(cd misc;	make clean);
		rm -f adl.shar