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: I T

⟦2a9a09138⟧ TextFile

    Length: 638 (0x27e)
    Types: TextFile
    Names: »Imakefile«

Derivation

└─⟦276d19d6e⟧ Bits:30007243 EUUGD5_I: X11R5
    └─⟦399fbce15⟧ »./mit-1/mit-1.00« 
        └─⟦ee38ad226⟧ 
            └─⟦this⟧ »mit/config/Imakefile« 

TextFile

/*
 * $XConsortium: Imakefile,v 1.13 91/04/15 17:58:26 rws Exp $
 * 
 * This is used to recreate imake.  Makefile.ini is used to generate imake
 * the first time.
 */

DEPLIBS = 
HEADERS = imakemdep.h 
CFFILES = $(HEADERS) *.rules *.tmpl site.def *.bac *.cf
CPP_PROGRAM = CppCmd
INCLUDES = -I$(BUILDINCDIR)
DEFINES = $(SIGNAL_DEFINES) $(BOOTSTRAPCFLAGS) -DCPP_PROGRAM=\"$(CPP_PROGRAM)\"

#undef ImakeDependency
#define ImakeDependency(dummy) @@\
Makefile::  imake

SimpleProgramTarget(imake)

BuildIncludes($(HEADERS),config,..)

InstallMultipleDestFlags(install,$(CFFILES),$(CONFIGDIR),$(INSTDATFLAGS))

depend::

clean::
	$(RM) ccimake