diff options
author | David Tardon <dtardon@redhat.com> | 2011-05-30 18:48:02 +0200 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-15 19:32:29 -0500 |
commit | 004073aef0c0c93aad05075b3f8fc2d1faf11ca7 (patch) | |
tree | a7e5f5ca8c00a79ffc837972129973e4d81a3bef /starmath | |
parent | 00e5cd83627835997e705cee23185a09f1625252 (diff) |
remove all traces of offuh from makefiles
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/CppunitTest_starmath_qa_cppunit.mk | 6 | ||||
-rw-r--r-- | starmath/Library_sm.mk | 6 | ||||
-rw-r--r-- | starmath/Library_smd.mk | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/starmath/CppunitTest_starmath_qa_cppunit.mk b/starmath/CppunitTest_starmath_qa_cppunit.mk index 2d03bbb01a31..3fd301d3274e 100644 --- a/starmath/CppunitTest_starmath_qa_cppunit.mk +++ b/starmath/CppunitTest_starmath_qa_cppunit.mk @@ -32,7 +32,11 @@ $(eval $(call gb_CppunitTest_set_include,starmath_qa_cppunit,\ -I$(realpath $(SRCDIR)/starmath/inc) \ -I$(realpath $(SRCDIR)/starmath/inc/pch) \ -I$(OUTDIR)/inc \ - -I$(OUTDIR)/inc/offuh \ +)) + +$(eval $(call gb_CppunitTest_add_api,starmath_qa_cppunit,\ + offapi \ + udkapi \ )) $(eval $(call gb_CppunitTest_set_defs,starmath_qa_cppunit,\ diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk index 2b7bffb8b547..0e01458b2e37 100644 --- a/starmath/Library_sm.mk +++ b/starmath/Library_sm.mk @@ -33,7 +33,6 @@ $(eval $(call gb_Library_set_include,sm,\ -I$(WORKDIR)/SdiTarget/starmath/sdi \ -I$(WORKDIR)/Misc/starmath/ \ $$(INCLUDE) \ - -I$(OUTDIR)/inc/offuh \ -I$(OUTDIR)/inc \ )) @@ -43,6 +42,11 @@ $(eval $(call gb_Library_set_defs,sm,\ -DSC_INFO_OSVERSION=\"$(OS)\" \ )) +$(eval $(call gb_Library_add_api,sm,\ + offapi \ + udkapi \ +)) + $(eval $(call gb_Library_add_linked_libs,sm,\ comphelper \ cppu \ diff --git a/starmath/Library_smd.mk b/starmath/Library_smd.mk index 2a0016e106ff..843463ab4441 100644 --- a/starmath/Library_smd.mk +++ b/starmath/Library_smd.mk @@ -30,7 +30,6 @@ $(eval $(call gb_Library_set_include,smd,\ -I$(SRCDIR)/starmath/inc \ -I$(WORKDIR)/Misc/sm/ \ $$(INCLUDE) \ - -I$(OUTDIR)/inc/offuh \ -I$(OUTDIR)/inc \ )) @@ -38,6 +37,11 @@ $(eval $(call gb_Library_set_defs,smd,\ $$(DEFS) \ )) +$(eval $(call gb_Library_add_api,smd,\ + offapi \ + udkapi \ +)) + $(eval $(call gb_Library_add_linked_libs,smd,\ cppu \ cppuhelper \ |