X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/ede91934442fd804d7b818971a44e3ad795cb01f..e470c81abda3653a5ef2e3cff7b610aa823fe9b4:/projects/stargazer/Makefile diff --git a/projects/stargazer/Makefile b/projects/stargazer/Makefile index 29d61b1a..56702d07 100644 --- a/projects/stargazer/Makefile +++ b/projects/stargazer/Makefile @@ -8,24 +8,26 @@ PROG = stargazer SRCS = ./admin_impl.cpp \ ./admins_impl.cpp \ + ./corps_impl.cpp \ + ./eventloop.cpp \ ./main.cpp \ - ./settings.cpp \ + ./pidfile.cpp \ + ./plugin_runner.cpp \ + ./settings_impl.cpp \ + ./services_impl.cpp \ ./stg_timer.cpp \ + ./store_loader.cpp \ ./tariff_impl.cpp \ ./tariffs_impl.cpp \ - ./traffcounter.cpp \ + ./traffcounter_impl.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 \ - -lscript_executer \ +STGLIBS = -lstglogger \ + -lstglocker \ + -lstgcommon \ + -lstgscriptexecuter \ -ldotconfpp LIBS += -lexpat @@ -72,8 +74,9 @@ distclean: clean install: install-bin install-data -install-bin: +install-bin: $(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