source: trunk/third/motif/config/Imakefile @ 12415

Revision 12415, 933 bytes checked in by ghudson, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12414, which included commits to RCS files with non-trunk default branches.
Line 
1XCOMM
2XCOMM (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC.
3XCOMM ALL RIGHTS RESERVED
4XCOMM
5XCOMM
6XCOMM Motif Release 1.2.1
7XCOMM
8XCOMM   $RCSfile: Imakefile,v $ $Revision: 1.1.1.1 $ $Date: 1999-01-30 03:16:29 $
9/*
10 * $XConsortium: Imakefile,v 1.13 91/04/15 17:58:26 rws Exp $
11 *
12 * This is used to recreate imake.  Makefile.ini is used to generate imake
13 * the first time.
14 */
15
16DEPLIBS =
17HEADERS = imakemdep.h
18CFFILES = $(HEADERS) *.rules *.tmpl site.def *.bac *.cf
19CPP_PROGRAM = CppCmd
20#ifdef UseInstalled
21INCLUDES = -I$(INCDIR)
22#else
23INCLUDES = -I$(XBUILDINCDIR)
24#endif
25DEFINES = $(SIGNAL_DEFINES) $(BOOTSTRAPCFLAGS) -DCPP_PROGRAM=\"$(CPP_PROGRAM)\"
26
27#undef ImakeDependency
28#define ImakeDependency(dummy) @@\
29Makefile::  imake
30
31SimpleProgramTarget(imake)
32
33BuildIncludes($(HEADERS),config,..)
34
35InstallMultipleDestFlags(install,$(CFFILES),$(CONFIGDIR),$(INSTDATFLAGS))
36
37depend::
38
39clean::
40        $(RM) ccimake
Note: See TracBrowser for help on using the repository browser.