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 - download
Index: ┃ M T

⟦8c84c9973⟧ TextFile

    Length: 859 (0x35b)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦526ad3590⟧ »EUUGD11/gnu-31mar87/X.V10.R4.tar.Z« 
        └─⟦2109abc41⟧ 
            └─ ⟦this⟧ »./X.V10R4/Toolkit/Xr/src/Xrlib/Makefile« 

TextFile

CFLAGS = -O
NOBSD_CFLAGS = +X -Wc,-Nd2000
#
all:	intrinsic2 editor2 dialog2
#
NOBSD:	intrinsic editor dialog
#
intrinsic:
	cd Intrinsic; make -f INTRINSIC.mk "OS=NOBSD" "CFLAGS=$(NOBSD_CFLAGS)"; cd ..
#
intrinsic2:
	cd Intrinsic; make -f INTRINSIC.mk "OS=BSD" "CFLAGS=$(CFLAGS)"; cd ..
#
editor:
	cd Editor; make -f EDITOR.mk "OS=NOBSD" "CFLAGS=$(NOBSD_CFLAGS)"; cd ..
#
editor2:
	cd Editor; make -f EDITOR.mk "OS=BSD" "CFLAGS=$(CFLAGS)"; cd ..
#
dialog:
	cd Dialog; make -f DIALOG.mk "OS=NOBSD" "CFLAGS=$(NOBSD_CFLAGS)"; cd ..
#
dialog2:
	cd Dialog; make -f DIALOG.mk "OS=BSD" "CFLAGS=$(CFLAGS)"; cd ..
#
clean:
	cd Intrinsic; make -f INTRINSIC.mk clean
	cd Editor; make -f EDITOR.mk clean
	cd Dialog; make -f DIALOG.mk clean
#
clobber:
	cd Intrinsic; make -f INTRINSIC.mk clobber
	cd Editor; make -f EDITOR.mk clobber
	cd Dialog; make -f DIALOG.mk clobber