File: makefile.xlc

package info (click to toggle)
dnprogs 2.43.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,936 kB
  • ctags: 3,872
  • sloc: ansic: 24,686; cpp: 10,608; makefile: 769; sh: 551; awk: 13
file content (12 lines) | stat: -rwxr-xr-x 456 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#
# makefile.xlc - Make library of functions for reading and writing VAX format
#                data for Macintosh OS X using IBM XL C (xlc).
#
# Shell command syntax: make -f makefile.xlc [ all | libvaxdata | clean ]
#
# -O3 (intensive optimization) -qlanglvl=stdc89 (strict ANSI)
# -D_ANSI_SOURCE (for signal.h) -D_POSIX_SOURCE (for {ppc,i386}/endian.h)
CC     = xlc
CFLAGS = -O3 -qlanglvl=stdc89 -D_ANSI_SOURCE -D_POSIX_SOURCE

include makefile.darwin