Ticket #2859: Makefile.config.darwin

File Makefile.config.darwin, 673 bytes (added by yves@…, 19 years ago)

files/Makefile.config.darwin

Line 
1#
2# Mac OS X (Darwin) configuration
3#
4DEFAULT_TARGET  = nonmerge
5NETPBMLIBTYPE   = dylib
6NETPBMLIBSUFFIX = dylib
7STATICLIB_TOO   = n
8NETPBM_RUNTIME_PATH = /opt/local/lib
9CC              = cc -no-cpp-precomp
10CFLAGS          = -O3 -I/opt/local/include
11CFLAGS_SHLIB    = -fno-common
12LDFLAGS         = -L/opt/local/lib
13LDSHLIB         = -dynamiclib \
14                  -install_name $(NETPBM_RUNTIME_PATH)/libnetpbm.dylib \
15                  -compatibility_version $(MAJ) \
16                  -current_version $(MAJ).$(MIN)
17TIFFLIB         = -ltiff
18JPEGLIB         = -ljpeg
19PNGLIB          = -lpng
20ZLIB            = -lz
21JASPERHDR_DIR   = /opt/local/include
22JASPERLIB       = -ljasper