git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
PROG variavle removed from library's Makefiles
[stg.git]
/
tests
/
Makefile
diff --git
a/tests/Makefile
b/tests/Makefile
index a924540f1f4e8b54b77b2362a8d9eec9a9eae0eb..0635185c09e2dc4155887da33c679ff4a4d6f33c 100644
(file)
--- a/
tests/Makefile
+++ b/
tests/Makefile
@@
-1,4
+1,4
@@
-CXXFLAGS+=-g3 -Wall -W -
pedantic -DLINUX -I../include -I../projects/stargazer
+CXXFLAGS+=-g3 -Wall -W -
Wextra -DLINUX -I../include -I../projects/stargazer -I../stglibs/stgconffiles.lib -I.
LIBS=-lpthread
PROG=tests
LIBS=-lpthread
PROG=tests
@@
-6,7
+6,10
@@
SOURCES=main.cpp \
test_raw_ip.cpp \
test_admin_conf.cpp \
test_tariff.cpp \
test_raw_ip.cpp \
test_admin_conf.cpp \
test_tariff.cpp \
- ../projects/stargazer/tariff.cpp
+ test_conffiles.cpp \
+ ../projects/stargazer/tariff_impl.cpp \
+ ../stglibs/conffiles.lib/conffiles.cpp \
+ ../stglibs/common.lib/common.cpp
all: $(PROG)
all: $(PROG)
@@
-14,7
+17,7
@@
$(PROG): $(subst .cpp,.o,$(SOURCES))
$(CXX) $(LDFLAGS) $^ $(LIBS) -o $@
clean:
$(CXX) $(LDFLAGS) $^ $(LIBS) -o $@
clean:
- rm -f *.o *.d
+ rm -f *.o *.d
$(PROG)
ifneq ($(MAKECMDGOALS),distclean)
ifneq ($(MAKECMDGOALS),clean)
ifneq ($(MAKECMDGOALS),distclean)
ifneq ($(MAKECMDGOALS),clean)