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

⟦4ba9e34a2⟧ TextFile

    Length: 378 (0x17a)
    Types: TextFile
    Names: »Makefile«

Derivation

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

TextFile

##
## ASH Makefile
##

CFLAGS	= -O
L	= /usr/local/lib
B	= /usr/local/bin

install:	$L/ash.help $L/ash.inst $L/ash.has $B/ash

$B/ash:		ash.sh
	rm -f $B/ash
	cp ash.sh $B/ash
	chmod 755 $B/ash
$L/ash.help:	ash.help
	cp ash.help $L/ash.help
$L/ash.inst:	ash.inst
	cp ash.inst $L/ash.inst
$L/ash.has:	ash.has
	cp ash.has $L/ash.has
ash.has:	has.c
	$(CC) $(CFLAGS) has.c -o ash.has