File: Makefile.ibm

package info (click to toggle)
nedit 5.02-4
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 2,456 kB
  • ctags: 2,911
  • sloc: ansic: 39,134; yacc: 335; makefile: 65; sh: 8
file content (22 lines) | stat: -rw-r--r-- 586 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
CC=cc
AR=ar
#
# With Motif 1.1 use:
#
#	CFLAGS=-DIBM -DUSE_DIRENT -DIBM_PROTO_BUG -DIBM_DESTROY_BUG
#
# PowerPC:
#
#	CFLAGS=-DIBM -DIBM_FWRITE_BUG -DUSE_DIRENT -U__STR__
#
# Note that -O is conspicuously absent from CFLAGS above due to an IBM
# optimizer bug (which affects only textDisp.c).  For (barely) improved
# performance you can optimize all of the other files by specifically
# modifying Makefile.common.
#
# For editres, add -DEDITRES to CFLAGS and -lXmu to LIBS
CFLAGS=-DIBM  -DIBM_FWRITE_BUG -DUSE_DIRENT
ARFLAGS=-urs
LIBS= -lm -lXm -lXt -lX11 -lPW

include Makefile.common