Mercurial > hg > aimc
diff 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 |
line wrap: on
line diff
--- a/branches/carfac_cpp/makefile Thu Oct 11 19:37:10 2012 +0000 +++ b/branches/carfac_cpp/makefile Thu Oct 11 20:55:03 2012 +0000 @@ -34,7 +34,7 @@ all : libcarfac unittest libcarfac : $(SRC_DIR)/CARFAC.o $(SRC_OBJ) - $(CXX) -shared $(CPPFLAGS) $(CXXFLAGS) -lpthread $^ -o $@.$(LIB_EXTENSION) -fPIC + $(CXX) -shared $(CPPFLAGS) $(CXXFLAGS) -lpthread $^ -o $@$(LIB_EXTENSION) -fPIC example_program : libcarfac # likely some example executable that runs the whole thing...