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

⟦b6a6c43a9⟧ TextFile

    Length: 513 (0x201)
    Types: TextFile
    Names: »Imakefile«

Derivation

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

TextFile

XCOMM $XConsortium: Imakefile,v 1.24 91/07/16 23:08:47 gildea Exp $
#if BuildPexClients || BuildPexExt
#define IHaveSubdirs
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
      SUBDIRS = PEX
#endif

HEADERS = Xext.h multibuf.h shape.h XShm.h MITMisc.h XI.h XInput.h XIproto.h \
	xtestext1.h
INSTALLFLAGS = $(INSTINCFLAGS)

all::

BuildIncludes($(HEADERS),extensions,..)
InstallMultiple($(HEADERS),$(INCDIR)/extensions)

depend::

#ifdef IHaveSubdirs
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
#endif