1GENCCODE_ASSEMBLY_TYPE=-a gcc
2SO=so
3SOBJ=so
4A=a
5LIBPREFIX=lib
6LIB_EXT_ORDER=.50.1.1
7COMPILE=gcc -ffunction-sections -fdata-sections -D_REENTRANT   -DU_ATTRIBUTE_DEPRECATED= -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings  -c
8LIBFLAGS=-I/usr/local/include -DPIC -fPIC
9GENLIB=gcc -O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings  -Wl,--gc-sections  -shared -Wl,-Bsymbolic
10LDICUDTFLAGS=-nodefaultlibs -nostdlib
11LD_SONAME=-Wl,-soname -Wl,
12RPATH_FLAGS=
13BIR_LDFLAGS=-Wl,-Bsymbolic
14AR=ar
15ARFLAGS=r
16RANLIB=ranlib
17INSTALL_CMD=/usr/bin/install -c
18