Ticket #4243: Makefile.config.darwin8

File Makefile.config.darwin8, 692 bytes (added by ben@…, 19 years ago)

files/Makefile.config.darwin8

Line 
1#
2# Mac OS X (Darwin) configuration
3#
4DEFAULT_TARGET      = nonmerge
5NETPBMLIBTYPE       = dylib
6NETPBMLIBSUFFIX     = dylib
7STATICLIB_TOO       = y
8NETPBM_RUNTIME_PATH = @PREFIX@/lib
9CC              = gcc-3.3 -no-cpp-precomp
10CFLAGS          = -O3 -I@PREFIX@/include
11CFLAGS_SHLIB    = -fno-common
12LDFLAGS         = -L@PREFIX@/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   = @PREFIX@/include
22JASPERLIB       = -ljasper