home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-07-21 | 686 b | 33 lines |
- /*
- * $XConsortium: Imakefile,v 1.14 91/12/02 11:24:14 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)\"
-
- #ifdef MacIIArchitecture
- XBSDLIB = /**/
- #endif
-
- #undef ImakeDependency
- #define ImakeDependency(dummy) @@\
- Makefile:: imake
-
- SimpleProgramTarget(imake)
-
- BuildIncludes($(HEADERS),config,..)
-
- InstallMultipleDestFlags(install,$(CFFILES),$(CONFIGDIR),$(INSTDATFLAGS))
-
- depend::
-
- clean::
- $(RM) ccimake
-