diff --git a/winixd/Makefile b/winixd/Makefile index dd6cb66..2e23b8a 100644 --- a/winixd/Makefile +++ b/winixd/Makefile @@ -27,7 +27,7 @@ endif # CXX = g++-4.8 ifndef CXXFLAGS -CXXFLAGS = -Wall -O0 -g -fPIC -pthread -std=c++20 -I/usr/local/include -I/usr/include/postgresql -DEZC_HAS_SPECIAL_STREAM -DPT_HAS_MORM +CXXFLAGS = -Wall -O0 -g -fPIC -pthread -std=c++20 -I/usr/local/include -I/usr/include/postgresql -I$(GLOBAL_WORKING_DIR)/pikotools/src -I$(GLOBAL_WORKING_DIR)/morm/src -DEZC_HAS_SPECIAL_STREAM -DPT_HAS_MORM endif ifndef AR diff --git a/winixd/core/Makefile b/winixd/core/Makefile index aff497a..a1ea651 100644 --- a/winixd/core/Makefile +++ b/winixd/core/Makefile @@ -3,7 +3,7 @@ include Makefile.o.dep current_path := $(shell pwd) global_relative_working_dir := $(shell relative_path $(current_path) $(GLOBAL_WORKING_DIR)) -winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools +winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools/src all: $(o) diff --git a/winixd/db/Makefile b/winixd/db/Makefile index aff497a..a1ea651 100644 --- a/winixd/db/Makefile +++ b/winixd/db/Makefile @@ -3,7 +3,7 @@ include Makefile.o.dep current_path := $(shell pwd) global_relative_working_dir := $(shell relative_path $(current_path) $(GLOBAL_WORKING_DIR)) -winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools +winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools/src all: $(o) diff --git a/winixd/functions/Makefile b/winixd/functions/Makefile index aff497a..a1ea651 100644 --- a/winixd/functions/Makefile +++ b/winixd/functions/Makefile @@ -3,7 +3,7 @@ include Makefile.o.dep current_path := $(shell pwd) global_relative_working_dir := $(shell relative_path $(current_path) $(GLOBAL_WORKING_DIR)) -winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools +winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools/src all: $(o) diff --git a/winixd/main/Makefile b/winixd/main/Makefile index aff497a..a1ea651 100644 --- a/winixd/main/Makefile +++ b/winixd/main/Makefile @@ -3,7 +3,7 @@ include Makefile.o.dep current_path := $(shell pwd) global_relative_working_dir := $(shell relative_path $(current_path) $(GLOBAL_WORKING_DIR)) -winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools +winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools/src all: $(o) diff --git a/winixd/models/Makefile b/winixd/models/Makefile index aff497a..a1ea651 100644 --- a/winixd/models/Makefile +++ b/winixd/models/Makefile @@ -3,7 +3,7 @@ include Makefile.o.dep current_path := $(shell pwd) global_relative_working_dir := $(shell relative_path $(current_path) $(GLOBAL_WORKING_DIR)) -winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools +winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools/src all: $(o) diff --git a/winixd/notify/Makefile b/winixd/notify/Makefile index aff497a..a1ea651 100644 --- a/winixd/notify/Makefile +++ b/winixd/notify/Makefile @@ -3,7 +3,7 @@ include Makefile.o.dep current_path := $(shell pwd) global_relative_working_dir := $(shell relative_path $(current_path) $(GLOBAL_WORKING_DIR)) -winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools +winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools/src all: $(o) diff --git a/winixd/plugins/export/Makefile b/winixd/plugins/export/Makefile index 094299d..2772dea 100644 --- a/winixd/plugins/export/Makefile +++ b/winixd/plugins/export/Makefile @@ -3,7 +3,7 @@ include Makefile.o.dep current_path := $(shell pwd) global_relative_working_dir := $(shell relative_path $(current_path) $(GLOBAL_WORKING_DIR)) -winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools +winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools/src name = export.so @@ -31,5 +31,5 @@ clean: rm -f *.o rm -f *.so rm -f $(name) - + include Makefile.dep diff --git a/winixd/plugins/gallery/Makefile b/winixd/plugins/gallery/Makefile index 0fc20f5..a65cefd 100644 --- a/winixd/plugins/gallery/Makefile +++ b/winixd/plugins/gallery/Makefile @@ -3,7 +3,7 @@ include Makefile.o.dep current_path := $(shell pwd) global_relative_working_dir := $(shell relative_path $(current_path) $(GLOBAL_WORKING_DIR)) -winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools +winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools/src name = gallery.so @@ -14,7 +14,7 @@ $(name): $(o) $(CXX) -shared -Wl,-soname,$(name) -o $(name) $(CXXFLAGS) $(winix_include_paths) $(LDFLAGS) *.o - + %.o: %.cpp $(CXX) -c $(CXXFLAGS) $(winix_include_paths) $< @@ -29,5 +29,5 @@ clean: rm -f *.o rm -f *.so rm -f $(name) - + include Makefile.dep diff --git a/winixd/plugins/group/Makefile b/winixd/plugins/group/Makefile index 3cfeffb..628c9cd 100644 --- a/winixd/plugins/group/Makefile +++ b/winixd/plugins/group/Makefile @@ -3,7 +3,7 @@ include Makefile.o.dep current_path := $(shell pwd) global_relative_working_dir := $(shell relative_path $(current_path) $(GLOBAL_WORKING_DIR)) -winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools +winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools/src name = group.so @@ -29,5 +29,5 @@ clean: rm -f *.o rm -f *.so rm -f $(name) - + include Makefile.dep diff --git a/winixd/plugins/mailregister/Makefile b/winixd/plugins/mailregister/Makefile index 53301a1..4c9bc28 100644 --- a/winixd/plugins/mailregister/Makefile +++ b/winixd/plugins/mailregister/Makefile @@ -3,7 +3,7 @@ include Makefile.o.dep current_path := $(shell pwd) global_relative_working_dir := $(shell relative_path $(current_path) $(GLOBAL_WORKING_DIR)) -winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools +winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools/src name = mailregister.so @@ -30,5 +30,5 @@ clean: rm -f *.o rm -f *.so rm -f $(name) - + include Makefile.dep diff --git a/winixd/plugins/menu/Makefile b/winixd/plugins/menu/Makefile index 77b54e5..84317af 100644 --- a/winixd/plugins/menu/Makefile +++ b/winixd/plugins/menu/Makefile @@ -3,7 +3,7 @@ include Makefile.o.dep current_path := $(shell pwd) global_relative_working_dir := $(shell relative_path $(current_path) $(GLOBAL_WORKING_DIR)) -winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools +winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools/src name = menu.so @@ -29,5 +29,5 @@ clean: rm -f *.o rm -f *.so rm -f $(name) - + include Makefile.dep diff --git a/winixd/plugins/seo/Makefile b/winixd/plugins/seo/Makefile index 5fe1a46..38df9d2 100644 --- a/winixd/plugins/seo/Makefile +++ b/winixd/plugins/seo/Makefile @@ -3,7 +3,7 @@ include Makefile.o.dep current_path := $(shell pwd) global_relative_working_dir := $(shell relative_path $(current_path) $(GLOBAL_WORKING_DIR)) -winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools +winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools/src name = seo.so @@ -29,5 +29,5 @@ clean: rm -f *.o rm -f *.so rm -f $(name) - + include Makefile.dep diff --git a/winixd/plugins/stats/Makefile b/winixd/plugins/stats/Makefile index 1ec39e9..7f4d40d 100644 --- a/winixd/plugins/stats/Makefile +++ b/winixd/plugins/stats/Makefile @@ -3,7 +3,7 @@ include Makefile.o.dep current_path := $(shell pwd) global_relative_working_dir := $(shell relative_path $(current_path) $(GLOBAL_WORKING_DIR)) -winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools +winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools/src name = stats.so @@ -29,5 +29,5 @@ clean: rm -f *.o rm -f *.so rm -f $(name) - + include Makefile.dep diff --git a/winixd/plugins/thread/Makefile b/winixd/plugins/thread/Makefile index e2b670e..eb52c4e 100644 --- a/winixd/plugins/thread/Makefile +++ b/winixd/plugins/thread/Makefile @@ -3,7 +3,7 @@ include Makefile.o.dep current_path := $(shell pwd) global_relative_working_dir := $(shell relative_path $(current_path) $(GLOBAL_WORKING_DIR)) -winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools +winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools/src name = thread.so @@ -29,5 +29,5 @@ clean: rm -f *.o rm -f *.so rm -f $(name) - + include Makefile.dep diff --git a/winixd/plugins/ticket/Makefile b/winixd/plugins/ticket/Makefile index 8a7edc1..6859746 100644 --- a/winixd/plugins/ticket/Makefile +++ b/winixd/plugins/ticket/Makefile @@ -3,7 +3,7 @@ include Makefile.o.dep current_path := $(shell pwd) global_relative_working_dir := $(shell relative_path $(current_path) $(GLOBAL_WORKING_DIR)) -winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools +winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools/src name = ticket.so @@ -29,5 +29,5 @@ clean: rm -f *.o rm -f *.so rm -f $(name) - + include Makefile.dep diff --git a/winixd/templates/Makefile b/winixd/templates/Makefile index aff497a..a1ea651 100644 --- a/winixd/templates/Makefile +++ b/winixd/templates/Makefile @@ -3,7 +3,7 @@ include Makefile.o.dep current_path := $(shell pwd) global_relative_working_dir := $(shell relative_path $(current_path) $(GLOBAL_WORKING_DIR)) -winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools +winix_include_paths = -I$(global_relative_working_dir)/winix/winixd -I$(global_relative_working_dir)/ezc/src -I$(global_relative_working_dir)/tito/src -I$(global_relative_working_dir)/morm/src -I$(global_relative_working_dir)/pikotools/src all: $(o)