|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: M T
Length: 557 (0x22d) Types: TextFile Names: »Makefile«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Adl/samples/Makefile«
# AR = shar -c -v AR = post -c -v -p 8 17 B = .. D = samples/ all : (cd aard; make all) (cd mpu; make all) (cd demos; make all) touch : (cd aard; make all -t) (cd mpu; make all -t) (cd demos; make all -t) shar : samples.shar (cd aard; make shar) (cd mpu; make shar) (cd demos; make shar) samples.shar : README Makefile standard.adl ( cd ${B} ; ${AR} \ ${D}README ${D}COPYRIGHT ${D}Makefile \ ${D}standard.adl \ > ${D}samples.shar ) clean : (cd aard; make clean) (cd mpu; make clean) (cd demos; make clean) rm -f core samples.shar