git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Extra semicolon removed
[stg.git]
/
projects
/
stargazer
/
Makefile
diff --git
a/projects/stargazer/Makefile
b/projects/stargazer/Makefile
index 29d61b1ac65ac71d0142c452aef8b3531c337252..56702d0711b3ee114d1fcc1fede08ccb368aa70f 100644
(file)
--- a/
projects/stargazer/Makefile
+++ b/
projects/stargazer/Makefile
@@
-8,24
+8,26
@@
PROG = stargazer
SRCS = ./admin_impl.cpp \
./admins_impl.cpp \
SRCS = ./admin_impl.cpp \
./admins_impl.cpp \
+ ./corps_impl.cpp \
+ ./eventloop.cpp \
./main.cpp \
./main.cpp \
- ./settings.cpp \
+ ./pidfile.cpp \
+ ./plugin_runner.cpp \
+ ./settings_impl.cpp \
+ ./services_impl.cpp \
./stg_timer.cpp \
./stg_timer.cpp \
+ ./store_loader.cpp \
./tariff_impl.cpp \
./tariffs_impl.cpp \
./tariff_impl.cpp \
./tariffs_impl.cpp \
- ./traffcounter.cpp \
+ ./traffcounter
_impl
.cpp \
./user_impl.cpp \
./user_property.cpp \
./user_impl.cpp \
./user_property.cpp \
- ./users_impl.cpp \
- ./plugin_runner.cpp \
- ./store_loader.cpp \
- ./pidfile.cpp \
- ./eventloop.cpp
+ ./users_impl.cpp
-STGLIBS = -lstg
_
logger \
- -lstg
_
locker \
- -lstg
_
common \
- -ls
cript_
executer \
+STGLIBS = -lstglogger \
+ -lstglocker \
+ -lstgcommon \
+ -ls
tgscript
executer \
-ldotconfpp
LIBS += -lexpat
-ldotconfpp
LIBS += -lexpat
@@
-72,8
+74,9
@@
distclean: clean
install: install-bin install-data
install: install-bin install-data
-install-bin:
+install-bin:
$(PROG)
install -m $(BIN_MODE) -o $(OWNER) -s $(PROG) $(PREFIX)/usr/sbin/$(PROG)
install -m $(BIN_MODE) -o $(OWNER) -s $(PROG) $(PREFIX)/usr/sbin/$(PROG)
+ $(MAKE) -C $(DIR_INCLUDE) install
$(MAKE) -C $(DIR_LIBSRC) install
$(MAKE) -C $(DIR_PLUGINS) install
$(MAKE) -C $(DIR_LIBSRC) install
$(MAKE) -C $(DIR_PLUGINS) install