Skip to content

Commit

Permalink
don't call it NTLDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
cce committed Oct 22, 2010
1 parent be5cd8e commit 380805b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Makefile
Expand Up @@ -75,9 +75,9 @@ OPENSSL_LIB := $(shell pkg-config openssl --libs)
CC = gcc
CPP = g++

# "NTLDIR" now just means: where is ANTLR and boost installed?
NTLDIR = /pro/brownie/local
ANTLRDIR=${NTLDIR}
# Extra libraries: where are ANTLR and boost installed?
OPTDIR=/opt/local
ANTLRDIR=/opt/local

#TEST_BIN = brownieTest
#TEST_SRCS = BrownieTester.cpp
Expand All @@ -96,9 +96,9 @@ UNITTEST_OBJS = $(UNITTEST_SRCS:.cpp=.o)

#DEBUG_CFLAGS=-D_GLIBCXX_DEBUG -fno-inline # ANTLR segfaults with _GLIBCXX_DEBUG
DEBUG_CFLAGS=-fno-inline
LIBS=-L${NTLDIR}/lib -lgmpxx -lgmp -lm $(OPENSSL_LIB) -ldl -lboost_thread-mt -lboost_serialization-mt -lboost_iostreams-mt -lantlr
CFLAGS=-O3 -Wno-deprecated -Wall -Wno-sequence-point -Wno-parentheses -g -I. -I${NTLDIR}/include $(OPENSSL_INC) $(DEBUG_CFLAGS)
#CFLAGS=-O0 -fno-inline -Wno-deprecated -Wall -Wno-sequence-point -Wno-parentheses -g -I. -I${NTLDIR}/include $(OPENSSL_INC) $(DEBUG_CFLAGS)
LIBS=-L${OPTDIR}/lib -lgmpxx -lgmp -lm $(OPENSSL_LIB) -ldl -lboost_thread-mt -lboost_serialization-mt -lboost_iostreams-mt -lantlr
CFLAGS=-O3 -Wno-deprecated -Wall -Wno-sequence-point -Wno-parentheses -g -I. -I${OPTDIR}/include $(OPENSSL_INC) $(DEBUG_CFLAGS)
#CFLAGS=-O0 -fno-inline -Wno-deprecated -Wall -Wno-sequence-point -Wno-parentheses -g -I. -I${OPTDIR}/include $(OPENSSL_INC) $(DEBUG_CFLAGS)

CPP_SRCS=$(CASHSOURCE) $(TEST_SRCS) $(ZKPTEST_SRCS)
CPP_OBJS=$(CPP_SRCS:.cpp=.o)
Expand Down

0 comments on commit 380805b

Please sign in to comment.