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 | |
---|
1 | XCOMM |
---|
2 | XCOMM (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC. |
---|
3 | XCOMM ALL RIGHTS RESERVED |
---|
4 | XCOMM |
---|
5 | XCOMM |
---|
6 | XCOMM Motif Release 1.2.1 |
---|
7 | XCOMM |
---|
8 | XCOMM $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 | |
---|
16 | DEPLIBS = |
---|
17 | HEADERS = imakemdep.h |
---|
18 | CFFILES = $(HEADERS) *.rules *.tmpl site.def *.bac *.cf |
---|
19 | CPP_PROGRAM = CppCmd |
---|
20 | #ifdef UseInstalled |
---|
21 | INCLUDES = -I$(INCDIR) |
---|
22 | #else |
---|
23 | INCLUDES = -I$(XBUILDINCDIR) |
---|
24 | #endif |
---|
25 | DEFINES = $(SIGNAL_DEFINES) $(BOOTSTRAPCFLAGS) -DCPP_PROGRAM=\"$(CPP_PROGRAM)\" |
---|
26 | |
---|
27 | #undef ImakeDependency |
---|
28 | #define ImakeDependency(dummy) @@\ |
---|
29 | Makefile:: imake |
---|
30 | |
---|
31 | SimpleProgramTarget(imake) |
---|
32 | |
---|
33 | BuildIncludes($(HEADERS),config,..) |
---|
34 | |
---|
35 | InstallMultipleDestFlags(install,$(CFFILES),$(CONFIGDIR),$(INSTDATFLAGS)) |
---|
36 | |
---|
37 | depend:: |
---|
38 | |
---|
39 | clean:: |
---|
40 | $(RM) ccimake |
---|
Note: See
TracBrowser
for help on using the repository browser.