|
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: 638 (0x27e) Types: TextFile Names: »Imakefile«
└─⟦276d19d6e⟧ Bits:30007243 EUUGD5_I: X11R5 └─⟦399fbce15⟧ »./mit-1/mit-1.00« └─⟦ee38ad226⟧ └─⟦this⟧ »mit/config/Imakefile«
/* * $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