More detail for Motif version, and change button labels on help browser to be more...
[nedit.git] / makefiles / Makefile.aix
blobe1dc2bcc5878e0126aee386d48b20d1187a0c6d1
1 # $Id: Makefile.aix,v 1.5 2001/08/17 23:02:55 edg Exp $
2 CC=cc
3 AR=ar
4 # Note that -O is conspicuously absent from CFLAGS below due to an IBM
5 # optimizer bug (which affects only textDisp.c).  For improved
6 # performance you can optimize all of the other files by specifically
7 # modifying Makefile.common.
9 # For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS
11 # -DFUNCPROTO=15 is necessary for some AIX compilers (apparently not xlC)
12 # that do not #define __STDC__ when in ANSI mode.  This causes the X
13 # headers to skip function prototypes and use char* in place of void*.
14 # This causes a lot of unnecessary casts to avoid warnings.  See bug
15 # #130164 at:
17 # http://sourceforge.net/bugs/?func=detailbug&bug_id=130164&group_id=11005
21 # To evaluate an alternative layout for the Replace/Find dialog, add
22 # -DREPLACE_SCOPE to the CFLAGS. See the README file for more information.
24 CFLAGS=-DIBM -DIBM_FWRITE_BUG -DUSE_DIRENT -DFUNCPROTO=15
25 ARFLAGS=-urs
26 LIBS= -lm -lXm -lXt -lX11 -lPW
28 include Makefile.common