From 5399a7ca81b7cc970e8694f28849b3ea2ce67ac6 Mon Sep 17 00:00:00 2001 From: jez <> Date: Wed, 9 Aug 2006 09:19:53 +0000 Subject: [PATCH] updated Makefiles for new source layout --- Makefile.header.linux | 2 +- examples/SAX/Makefile | 2 +- examples/SAX2DOM/Makefile | 2 +- examples/Utils/Makefile | 2 +- examples/XPath/Makefile | 2 +- src/Makefile | 2 +- test/DOM/Makefile | 2 +- test/DOM_silly/Makefile | 2 +- test/DOM_wide/Makefile | 2 +- test/SAX2DOM/Makefile | 2 +- test/XPath/Makefile | 2 +- test/XPath_silly/Makefile | 2 +- test/XPath_wide/Makefile | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Makefile.header.linux b/Makefile.header.linux index 95ee7371..a4ece465 100644 --- a/Makefile.header.linux +++ b/Makefile.header.linux @@ -35,7 +35,7 @@ CXXFLAGS = -Wall LDFLAGS = # Includes and library directories -INCS_DIRS = -I.. -I/usr/include/libxml2 +INCS_DIRS = -I/usr/include/libxml2 LIBS_DIRS = STATIC_LIBS = diff --git a/examples/SAX/Makefile b/examples/SAX/Makefile index 153d9eed..7c14b015 100644 --- a/examples/SAX/Makefile +++ b/examples/SAX/Makefile @@ -3,7 +3,7 @@ ###################################### # ADDITIONAL BUILD FLAGS -INCS_DIRS += -I../.. +INCS_DIRS += -I../../include LIBS_DIRS += -L../../bin STATIC_LIBS += diff --git a/examples/SAX2DOM/Makefile b/examples/SAX2DOM/Makefile index 3efb3059..543c7be9 100644 --- a/examples/SAX2DOM/Makefile +++ b/examples/SAX2DOM/Makefile @@ -3,7 +3,7 @@ ###################################### # ADDITIONAL BUILD FLAGS -INCS_DIRS += -I../.. +INCS_DIRS += -I../../include LIBS_DIRS += -L../../bin STATIC_LIBS += diff --git a/examples/Utils/Makefile b/examples/Utils/Makefile index 5c5c7df0..57573967 100644 --- a/examples/Utils/Makefile +++ b/examples/Utils/Makefile @@ -3,7 +3,7 @@ ###################################### # ADDITIONAL BUILD FLAGS -INCS_DIRS += -I../.. +INCS_DIRS += -I../../include LIBS_DIRS += -L../../bin STATIC_LIBS += diff --git a/examples/XPath/Makefile b/examples/XPath/Makefile index a397916e..2a69660c 100644 --- a/examples/XPath/Makefile +++ b/examples/XPath/Makefile @@ -3,7 +3,7 @@ ###################################### # ADDITIONAL BUILD FLAGS -INCS_DIRS += -I../.. +INCS_DIRS += -I../../include LIBS_DIRS += -L../../bin STATIC_LIBS += diff --git a/src/Makefile b/src/Makefile index e2350be6..a54adb6b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -13,7 +13,7 @@ ###################################### # ADDITIONAL BUILD FLAGS -CXXFLAGS += -I.. +CXXFLAGS += -I../include LDFLAGS += $(LINK_SHARED) INC_DIRS += diff --git a/test/DOM/Makefile b/test/DOM/Makefile index 3f1b7117..e93124b0 100644 --- a/test/DOM/Makefile +++ b/test/DOM/Makefile @@ -4,7 +4,7 @@ ###################################### # ADDITIONAL BUILD FLAGS -INCS_DIRS += -I../.. +INCS_DIRS += -I../../include LIBS_DIRS += -L../../bin STATIC_LIBS += diff --git a/test/DOM_silly/Makefile b/test/DOM_silly/Makefile index 9a57c5ef..074fefee 100644 --- a/test/DOM_silly/Makefile +++ b/test/DOM_silly/Makefile @@ -4,7 +4,7 @@ ###################################### # ADDITIONAL BUILD FLAGS -INCS_DIRS += -I../.. +INCS_DIRS += -I../../include LIBS_DIRS += -L../../bin STATIC_LIBS += diff --git a/test/DOM_wide/Makefile b/test/DOM_wide/Makefile index 32595ae7..aecf5ee2 100644 --- a/test/DOM_wide/Makefile +++ b/test/DOM_wide/Makefile @@ -4,7 +4,7 @@ ###################################### # ADDITIONAL BUILD FLAGS -INCS_DIRS += -I../.. +INCS_DIRS += -I../../include LIBS_DIRS += -L../../bin STATIC_LIBS += diff --git a/test/SAX2DOM/Makefile b/test/SAX2DOM/Makefile index 88291541..acf44c8f 100644 --- a/test/SAX2DOM/Makefile +++ b/test/SAX2DOM/Makefile @@ -4,7 +4,7 @@ ###################################### # ADDITIONAL BUILD FLAGS -INCS_DIRS += -I../.. +INCS_DIRS += -I../../include LIBS_DIRS += -L../../bin STATIC_LIBS += diff --git a/test/XPath/Makefile b/test/XPath/Makefile index a37a222a..08ce4888 100644 --- a/test/XPath/Makefile +++ b/test/XPath/Makefile @@ -3,7 +3,7 @@ ###################################### # ADDITIONAL BUILD FLAGS -INCS_DIRS += -I../.. +INCS_DIRS += -I../../include LIBS_DIRS += -L../../bin STATIC_LIBS += diff --git a/test/XPath_silly/Makefile b/test/XPath_silly/Makefile index 21548b1c..454cc6db 100644 --- a/test/XPath_silly/Makefile +++ b/test/XPath_silly/Makefile @@ -3,7 +3,7 @@ ###################################### # ADDITIONAL BUILD FLAGS -INCS_DIRS += -I../.. +INCS_DIRS += -I../../include LIBS_DIRS += -L../../bin STATIC_LIBS += diff --git a/test/XPath_wide/Makefile b/test/XPath_wide/Makefile index a2456747..441d85e4 100644 --- a/test/XPath_wide/Makefile +++ b/test/XPath_wide/Makefile @@ -3,7 +3,7 @@ ###################################### # ADDITIONAL BUILD FLAGS -INCS_DIRS += -I../.. +INCS_DIRS += -I../../include LIBS_DIRS += -L../../bin STATIC_LIBS +=