Lines 13-19
Link Here
|
13 |
CXX = @CXX@ |
13 |
CXX = @CXX@ |
14 |
CXXFLAGS = @CXXFLAGS@ @X_CFLAGS@ @DEFS@ -D__USE_MALLOC \ |
14 |
CXXFLAGS = @CXXFLAGS@ @X_CFLAGS@ @DEFS@ -D__USE_MALLOC \ |
15 |
-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \ |
15 |
-Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes \ |
16 |
-Wmissing-declarations -Wnested-externs |
16 |
-Wmissing-declarations -Wnested-externs -fPIC |
17 |
CXXINCLUDES = -I. -I../nxcompext |
17 |
CXXINCLUDES = -I. -I../nxcompext |
18 |
CXXDEFINES = |
18 |
CXXDEFINES = |
19 |
|
19 |
|