* (1/3) update filelist.mk : 3 lists of sources: common, daemon-specific and library-specific

This commit is contained in:
hagen 2014-12-12 07:38:51 +00:00
parent 01bb492faf
commit 8c218bd5df
5 changed files with 21 additions and 25 deletions

View file

@ -1,6 +1,5 @@
CXX = clang++
CXXFLAGS = -g -Wall -std=c++11 -lstdc++ -I/usr/local/include
include filelist.mk
INCFLAGS = -DCRYPTOPP_DISABLE_ASM
LDFLAGS = -Wl,-rpath,/usr/local/lib -L/usr/local/lib
LDLIBS = -lcryptopp -lboost_system -lboost_date_time -lboost_filesystem -lboost_regex -lboost_program_options -lpthread