summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-05-30 18:47:52 +0200
committerDavid Tardon <dtardon@redhat.com>2011-06-18 11:25:30 +0200
commit5e7d51d43897c3d6acd6951ccd2279a1ab358705 (patch)
tree648582b1eeea10ef0b60f36826e175219be24de3 /chart2
parent5db7696114b4a91f5f3c2a1484f3deba6b780b2e (diff)
remove all traces of offuh from makefiles
Diffstat (limited to 'chart2')
-rw-r--r--chart2/Library_chartcontroller.mk6
-rw-r--r--chart2/Library_chartmodel.mk6
-rw-r--r--chart2/Library_charttools.mk6
-rw-r--r--chart2/Library_chartview.mk6
4 files changed, 20 insertions, 4 deletions
diff --git a/chart2/Library_chartcontroller.mk b/chart2/Library_chartcontroller.mk
index b717c2ddadee..090d3ea893e1 100644
--- a/chart2/Library_chartcontroller.mk
+++ b/chart2/Library_chartcontroller.mk
@@ -35,7 +35,11 @@ $(eval $(call gb_Library_set_include,chartcontroller,\
-I$(realpath $(SRCDIR)/chart2/source/controller/inc) \
-I$(realpath $(SRCDIR)/chart2/source/inc) \
-I$(OUTDIR)/inc \
- -I$(OUTDIR)/inc/offuh \
+))
+
+$(eval $(call gb_Library_add_api,chartcontroller,\
+ offapi \
+ udkapi \
))
# TODO: is this still necessary?
diff --git a/chart2/Library_chartmodel.mk b/chart2/Library_chartmodel.mk
index cf258737e1bc..e9ac4553fea1 100644
--- a/chart2/Library_chartmodel.mk
+++ b/chart2/Library_chartmodel.mk
@@ -35,7 +35,11 @@ $(eval $(call gb_Library_set_include,chartmodel,\
-I$(realpath $(SRCDIR)/chart2/source/model/inc) \
-I$(realpath $(SRCDIR)/chart2/source/inc) \
-I$(OUTDIR)/inc \
- -I$(OUTDIR)/inc/offuh \
+))
+
+$(eval $(call gb_Library_add_api,chartmodel,\
+ offapi \
+ udkapi \
))
# TODO: is this still necessary?
diff --git a/chart2/Library_charttools.mk b/chart2/Library_charttools.mk
index 2bf40ca05750..9eac6390876c 100644
--- a/chart2/Library_charttools.mk
+++ b/chart2/Library_charttools.mk
@@ -34,7 +34,6 @@ $(eval $(call gb_Library_set_include,charttools,\
-I$(realpath $(SRCDIR)/chart2/inc/pch) \
-I$(realpath $(SRCDIR)/chart2/source/inc) \
-I$(OUTDIR)/inc \
- -I$(OUTDIR)/inc/offuh \
))
$(eval $(call gb_Library_set_defs,charttools,\
@@ -42,6 +41,11 @@ $(eval $(call gb_Library_set_defs,charttools,\
-DOOO_DLLIMPLEMENTATION_CHARTTOOLS \
))
+$(eval $(call gb_Library_add_api,charttools,\
+ offapi \
+ udkapi \
+))
+
$(eval $(call gb_Library_add_linked_libs,charttools,\
basegfx \
comphelper \
diff --git a/chart2/Library_chartview.mk b/chart2/Library_chartview.mk
index 802a13d40728..9fc0e50adfed 100644
--- a/chart2/Library_chartview.mk
+++ b/chart2/Library_chartview.mk
@@ -35,7 +35,6 @@ $(eval $(call gb_Library_set_include,chartview,\
-I$(realpath $(SRCDIR)/chart2/source/view/inc) \
-I$(realpath $(SRCDIR)/chart2/source/inc) \
-I$(OUTDIR)/inc \
- -I$(OUTDIR)/inc/offuh \
))
$(eval $(call gb_Library_set_defs,chartview,\
@@ -43,6 +42,11 @@ $(eval $(call gb_Library_set_defs,chartview,\
-DOOO_DLLIMPLEMENTATION_CHARTVIEW \
))
+$(eval $(call gb_Library_add_api,chartview,\
+ offapi \
+ udkapi \
+))
+
$(eval $(call gb_Library_add_linked_libs,chartview,\
basegfx \
charttools \