global winixd/Makefile uses now 'find' for looking for *.cpp files
and we don't need Makefiles in subdirectories anymore (except plugins)
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
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/src
|
||||
|
||||
|
||||
all: $(o)
|
||||
|
||||
|
||||
%.o: %.cpp
|
||||
$(CXX) -c $(CXXFLAGS) $(winix_include_paths) $<
|
||||
|
||||
|
||||
depend:
|
||||
makedepend -Y. $(winix_include_paths) -f- *.cpp > Makefile.dep
|
||||
echo -n "o = " > Makefile.o.dep
|
||||
ls -1 *.cpp | xargs -I foo echo -n foo " " | sed -E "s/([^\.]*)\.cpp[ ]/\1\.o/g" >> Makefile.o.dep
|
||||
|
||||
clean:
|
||||
rm -f *.o
|
||||
|
||||
include Makefile.dep
|
@@ -1,54 +0,0 @@
|
||||
# DO NOT DELETE
|
||||
|
||||
acceptbaseparser.o: acceptbaseparser.h ../../../winix/winixd/core/header.h
|
||||
acceptbaseparser.o: ../../../winix/winixd/core/log.h
|
||||
acceptbaseparser.o: ../../../winix/winixd/core/logmanipulators.h
|
||||
acceptbaseparser.o: ../../../pikotools/src/log/log.h
|
||||
acceptbaseparser.o: ../../../pikotools/src/textstream/textstream.h
|
||||
acceptbaseparser.o: ../../../pikotools/src/textstream/stream.h
|
||||
acceptbaseparser.o: ../../../pikotools/src/space/space.h
|
||||
acceptbaseparser.o: ../../../pikotools/src/textstream/types.h
|
||||
acceptbaseparser.o: ../../../pikotools/src/convert/inttostr.h
|
||||
acceptbaseparser.o: ../../../pikotools/src/utf8/utf8.h
|
||||
acceptbaseparser.o: ../../../pikotools/src/textstream/stream.h
|
||||
acceptbaseparser.o: ../../../pikotools/src/utf8/utf8_templates.h
|
||||
acceptbaseparser.o: ../../../pikotools/src/utf8/utf8_private.h
|
||||
acceptbaseparser.o: ../../../pikotools/src/date/date.h
|
||||
acceptbaseparser.o: ../../../pikotools/src/membuffer/membuffer.h
|
||||
acceptbaseparser.o: ../../../pikotools/src/textstream/types.h
|
||||
acceptbaseparser.o: ../../../pikotools/src/utf8/utf8_stream.h
|
||||
acceptbaseparser.o: ../../../pikotools/src/log/filelog.h
|
||||
acceptbaseparser.o: ../../../morm/src/morm.h ../../../morm/src/morm_types.h
|
||||
acceptbaseparser.o: ../../../morm/src/model.h
|
||||
acceptbaseparser.o: ../../../morm/src/modelconnector.h
|
||||
acceptbaseparser.o: ../../../morm/src/clearer.h ../../../morm/src/ft.h
|
||||
acceptbaseparser.o: ../../../morm/src/dbconnector.h
|
||||
acceptbaseparser.o: ../../../morm/src/queryresult.h
|
||||
acceptbaseparser.o: ../../../morm/src/flatconnector.h
|
||||
acceptbaseparser.o: ../../../morm/src/dbexpression.h
|
||||
acceptbaseparser.o: ../../../morm/src/baseexpression.h
|
||||
acceptbaseparser.o: ../../../morm/src/modelenv.h
|
||||
acceptbaseparser.o: ../../../morm/src/modeldata.h
|
||||
acceptbaseparser.o: ../../../morm/src/cursorhelper.h
|
||||
acceptbaseparser.o: ../../../morm/src/finderhelper.h
|
||||
acceptbaseparser.o: ../../../morm/src/fieldvaluehelper.h
|
||||
acceptbaseparser.o: ../../../morm/src/wrapper.h
|
||||
acceptbaseparser.o: ../../../morm/src/spacewrapper.h
|
||||
acceptbaseparser.o: ../../../morm/src/baseobjectwrapper.h
|
||||
acceptbaseparser.o: ../../../morm/src/modelcontainerwrapper.h
|
||||
acceptbaseparser.o: ../../../pikotools/src/convert/text.h
|
||||
acceptbaseparser.o: ../../../morm/src/flatexpression.h
|
||||
acceptbaseparser.o: ../../../morm/src/finder.h ../../../morm/src/cursor.h
|
||||
acceptbaseparser.o: ../../../morm/src/jsonexpression.h
|
||||
acceptbaseparser.o: ../../../morm/src/postgresqlexpression.h
|
||||
acceptbaseparser.o: ../../../morm/src/jsonconnector.h
|
||||
acceptbaseparser.o: ../../../morm/src/postgresqlconnector.h
|
||||
acceptbaseparser.o: ../../../morm/src/postgresqlqueryresult.h
|
||||
acceptbaseparser.o: ../../../morm/src/transaction.h
|
||||
acceptbaseparser.o: ../../../pikotools/src/convert/convert.h
|
||||
acceptbaseparser.o: ../../../pikotools/src/convert/inttostr.h
|
||||
acceptbaseparser.o: ../../../pikotools/src/convert/patternreplacer.h
|
||||
acceptbaseparser.o: ../../../pikotools/src/convert/strtoint.h
|
||||
acceptbaseparser.o: ../../../pikotools/src/convert/text.h
|
||||
acceptbaseparser.o: ../../../pikotools/src/convert/misc.h
|
||||
acceptbaseparser.o: ../../../pikotools/src/convert/double.h
|
@@ -1 +0,0 @@
|
||||
o = acceptbaseparser.o
|
Reference in New Issue
Block a user