changed: Makefile
git-svn-id: svn://ttmath.org/publicrep/pikotools/trunk@419 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
5
Makefile
5
Makefile
@@ -9,8 +9,13 @@ ifndef CXXFLAGS
|
|||||||
CXXFLAGS = -Wall -O2 -I/usr/local/include -I.. -L/usr/local/lib
|
CXXFLAGS = -Wall -O2 -I/usr/local/include -I.. -L/usr/local/lib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifndef LDFLAGS
|
||||||
|
LDFLAGS = -L/usr/local/lib
|
||||||
|
endif
|
||||||
|
|
||||||
export CXX
|
export CXX
|
||||||
export CXXFLAGS
|
export CXXFLAGS
|
||||||
|
export LDFLAGS
|
||||||
|
|
||||||
|
|
||||||
all: space mainparser utf8 date
|
all: space mainparser utf8 date
|
||||||
|
Reference in New Issue
Block a user