Mercurial > hg > aimc
comparison branches/carfac_cpp/makefile @ 586:f3dde307f4b8
some refactoring
author | Ulf.Hammarqvist@gmail.com |
---|---|
date | Thu, 11 Oct 2012 20:55:03 +0000 |
parents | b8a961149499 |
children | d59c0d65624b |
comparison
equal
deleted
inserted
replaced
585:b8a961149499 | 586:f3dde307f4b8 |
---|---|
32 GTEST_SRCS_ = $(GTEST_DIR)/src/*.cc $(GTEST_DIR)/src/*.h $(GTEST_HEADERS) | 32 GTEST_SRCS_ = $(GTEST_DIR)/src/*.cc $(GTEST_DIR)/src/*.h $(GTEST_HEADERS) |
33 | 33 |
34 all : libcarfac unittest | 34 all : libcarfac unittest |
35 | 35 |
36 libcarfac : $(SRC_DIR)/CARFAC.o $(SRC_OBJ) | 36 libcarfac : $(SRC_DIR)/CARFAC.o $(SRC_OBJ) |
37 $(CXX) -shared $(CPPFLAGS) $(CXXFLAGS) -lpthread $^ -o $@.$(LIB_EXTENSION) -fPIC | 37 $(CXX) -shared $(CPPFLAGS) $(CXXFLAGS) -lpthread $^ -o $@$(LIB_EXTENSION) -fPIC |
38 | 38 |
39 example_program : libcarfac | 39 example_program : libcarfac |
40 # likely some example executable that runs the whole thing... | 40 # likely some example executable that runs the whole thing... |
41 | 41 |
42 unittest: CARFAC_unittest AGC_unittest | 42 unittest: CARFAC_unittest AGC_unittest |