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

⟦c267ac848⟧ TextFile

    Length: 242 (0xf2)
    Types: TextFile
    Names: »Imakefile«

Derivation

└─⟦8648bda34⟧ Bits:30007244 EUUGD5_II: X11R5
    └─⟦87c3ac0e0⟧ »./contrib-3/contrib-3.00« 
        └─⟦de8ce1454⟧ 
            └─⟦this⟧ »contrib/lib/iv/Imakefile« 

TextFile

XCOMM
XCOMM "make CPU" prints the name you should assign to CPU.
XCOMM "make World" builds everything.
XCOMM "make install" installs everything.
XCOMM

WORLDOPTS = -k
SUBDIRS = src

MakeCPU()
MakeWorld($(WORLDOPTS))
MakeInSubdirs($(SUBDIRS))