|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: I T
Length: 513 (0x201) Types: TextFile Names: »Imakefile«
└─⟦276d19d6e⟧ Bits:30007243 EUUGD5_I: X11R5 └─⟦399fbce15⟧ »./mit-1/mit-1.00« └─⟦ee38ad226⟧ └─⟦this⟧ »mit/extensions/include/Imakefile«
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