X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/08dcd5a57eb047269d56884bd325409e626e4c7f..1f6214607a4f2b727484a4ae9e9411044dae8051:/projects/stargazer/Makefile diff --git a/projects/stargazer/Makefile b/projects/stargazer/Makefile index 2b3bf3fb..beac6fc6 100644 --- a/projects/stargazer/Makefile +++ b/projects/stargazer/Makefile @@ -6,21 +6,21 @@ include ../../Makefile.conf PROG = stargazer -SRCS = ./admin.cpp \ - ./admins.cpp \ +SRCS = ./admin_impl.cpp \ + ./admins_impl.cpp \ + ./eventloop.cpp \ ./main.cpp \ - ./settings.cpp \ - ./stg_timer.cpp \ - ./tariff.cpp \ - ./tariffs.cpp \ - ./traffcounter.cpp \ - ./user.cpp \ - ./user_property.cpp \ - ./users.cpp \ + ./pidfile.cpp \ ./plugin_runner.cpp \ + ./settings_impl.cpp \ + ./stg_timer.cpp \ ./store_loader.cpp \ - ./pidfile.cpp \ - ./eventloop.cpp + ./tariff_impl.cpp \ + ./tariffs_impl.cpp \ + ./traffcounter_impl.cpp \ + ./user_impl.cpp \ + ./user_property.cpp \ + ./users_impl.cpp STGLIBS = -lstg_logger \ -lstg_locker \ @@ -72,7 +72,7 @@ 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_LIBSRC) install $(MAKE) -C $(DIR_PLUGINS) install @@ -142,7 +142,7 @@ endif endif endif -deps: $(SRCS) ../../Makefile.conf +deps: $(SRCS) ../../Makefile.conf $(MAKE) -C $(DIR_LIBSRC) includes @>deps ;\ for file in $(SRCS); do\