15 lines
529 B
Makefile
15 lines
529 B
Makefile
DEFAULT_TARGET = nonmerge
|
|
NETPBMLIBTYPE=unixshared
|
|
NETPBMLIBSUFFIX=so
|
|
STATICLIB_TOO=N
|
|
CFLAGS = -O3 -ffast-math -pedantic -fno-common -Wall -Wno-uninitialized -Wmissing-declarations -Wimplicit -Wwrite-strings -Wmissing-prototypes -Wundef -Wno-unknown-pragmas
|
|
CFLAGS_MERGE = -Wno-missing-declarations -Wno-missing-prototypes
|
|
LDRELOC = ld --reloc
|
|
LINKER_CAN_DO_EXPLICIT_LIBRARY=Y
|
|
LINKERISCOMPILER = N
|
|
CFLAGS_SHLIB += -fPIC
|
|
TIFFLIB = libtiff.so
|
|
JPEGLIB = libjpeg.so
|
|
ZLIB = libz.so
|
|
NETPBM_DOCURL = http://netpbm.sourceforge.net/doc/
|