Revision 12415,
559 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 | /* |
---|
2 | * $XConsortium: ccimake.c,v 1.12 89/10/16 12:09:23 jim Exp $ |
---|
3 | * |
---|
4 | * Warning: This file must be kept as simple as posible so that it can |
---|
5 | * compile without any special flags on all systems. Do not touch it unless |
---|
6 | * you *really* know what you're doing. Make changes in imakemdep.h, not here. |
---|
7 | */ |
---|
8 | |
---|
9 | #define CCIMAKE /* only get imake_ccflags definitions */ |
---|
10 | #include "imakemdep.h" /* things to set when porting imake */ |
---|
11 | |
---|
12 | #ifndef imake_ccflags |
---|
13 | #define imake_ccflags "-O" |
---|
14 | #endif |
---|
15 | |
---|
16 | main() |
---|
17 | { |
---|
18 | write(1, imake_ccflags, sizeof(imake_ccflags) - 1); |
---|
19 | exit(0); |
---|
20 | } |
---|
21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.