Kaydet (Commit) 6c0d17b3 authored tarafından Mathias Bauer's avatar Mathias Bauer

CWS gnumake3: several clean ups and fixes in makefiles

üst 5ede6609
...@@ -34,11 +34,9 @@ $(eval $(call gb_Library_add_precompiled_header,sot,$(SRCDIR)/sot/inc/pch/precom ...@@ -34,11 +34,9 @@ $(eval $(call gb_Library_add_precompiled_header,sot,$(SRCDIR)/sot/inc/pch/precom
$(eval $(call gb_Library_set_componentfile,sot,sot/util/sot)) $(eval $(call gb_Library_set_componentfile,sot,sot/util/sot))
$(eval $(call gb_Library_set_include,sot,\ $(eval $(call gb_Library_set_include,sot,\
-I$(SRCDIR)/sot/inc \
-I$(SRCDIR)/sot/inc/pch \ -I$(SRCDIR)/sot/inc/pch \
$$(INCLUDE) \ $$(INCLUDE) \
-I$(OUTDIR)/inc/offuh \ -I$(OUTDIR)/inc/offuh \
-I$(OUTDIR)/inc \
)) ))
$(eval $(call gb_Library_set_defs,sot,\ $(eval $(call gb_Library_set_defs,sot,\
...@@ -53,11 +51,11 @@ $(eval $(call gb_Library_add_linked_libs,sot,\ ...@@ -53,11 +51,11 @@ $(eval $(call gb_Library_add_linked_libs,sot,\
sal \ sal \
tl \ tl \
ucbhelper \ ucbhelper \
stl \
utl \ utl \
)) ))
$(eval $(call gb_Library_add_exception_objects,sot,\ $(eval $(call gb_Library_add_exception_objects,sot,\
sot/source/unoolestorage/xolesimplestorage \
sot/source/unoolestorage/xolesimplestorage \ sot/source/unoolestorage/xolesimplestorage \
sot/source/unoolestorage/register \ sot/source/unoolestorage/register \
sot/source/base/formats \ sot/source/base/formats \
...@@ -65,27 +63,19 @@ $(eval $(call gb_Library_add_exception_objects,sot,\ ...@@ -65,27 +63,19 @@ $(eval $(call gb_Library_add_exception_objects,sot,\
sot/source/base/exchange \ sot/source/base/exchange \
sot/source/base/filelist \ sot/source/base/filelist \
sot/source/base/factory \ sot/source/base/factory \
sot/source/sdstor/stgio \
sot/source/sdstor/stgavl \
sot/source/sdstor/stgio \
sot/source/sdstor/storage \
sot/source/sdstor/stgavl \
sot/source/sdstor/ucbstorage \
sot/source/sdstor/storinfo \
sot/source/sdstor/stg \ sot/source/sdstor/stg \
sot/source/sdstor/stgavl \
sot/source/sdstor/stgcache \ sot/source/sdstor/stgcache \
sot/source/sdstor/stgelem \
sot/source/sdstor/stgstrms \
sot/source/sdstor/stgstrms \
sot/source/sdstor/stgelem \
sot/source/sdstor/stgcache \
sot/source/sdstor/stgole \
sot/source/sdstor/unostorageholder \
sot/source/sdstor/stgdir \ sot/source/sdstor/stgdir \
sot/source/sdstor/stgelem \
sot/source/sdstor/stgio \
sot/source/sdstor/stgole \ sot/source/sdstor/stgole \
sot/source/sdstor/stgdir \ sot/source/sdstor/stgstrms \
sot/source/sdstor/storage \
sot/source/sdstor/storinfo \
sot/source/sdstor/ucbstorage \
sot/source/sdstor/unostorageholder \ sot/source/sdstor/unostorageholder \
)) ))
ifeq ($(OS),LINUX) ifeq ($(OS),LINUX)
$(eval $(call gb_Library_add_linked_libs,sot,\ $(eval $(call gb_Library_add_linked_libs,sot,\
......
to sot : tools ucbhelper unotools NULL
to sot usr1 - all sot_mkout NULL
to sot\prj nmake - all sot_prj NULL
...@@ -35,13 +35,9 @@ $(eval $(call gb_Library_set_componentfile,svl,svl/util/svl)) ...@@ -35,13 +35,9 @@ $(eval $(call gb_Library_set_componentfile,svl,svl/util/svl))
$(eval $(call gb_Library_set_include,svl,\ $(eval $(call gb_Library_set_include,svl,\
$$(SOLARINC) \ $$(SOLARINC) \
-I$(WORKDIR)/inc/svl \
-I$(WORKDIR)/inc/ \
-I$(SRCDIR)/svl/inc \
-I$(SRCDIR)/svl/source/inc \ -I$(SRCDIR)/svl/source/inc \
-I$(SRCDIR)/svl/inc/pch \ -I$(SRCDIR)/svl/inc/pch \
-I$(OUTDIR)/inc/offuh \ -I$(OUTDIR)/inc/offuh \
-I$(OUTDIR)/inc \
)) ))
$(eval $(call gb_Library_set_defs,svl,\ $(eval $(call gb_Library_set_defs,svl,\
......
...@@ -35,11 +35,9 @@ $(eval $(call gb_Library_add_package_headers,tk,toolkit_inc)) ...@@ -35,11 +35,9 @@ $(eval $(call gb_Library_add_package_headers,tk,toolkit_inc))
$(eval $(call gb_Library_set_include,tk,\ $(eval $(call gb_Library_set_include,tk,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(WORKDIR)/inc/toolkit/ \
-I$(SRCDIR)/toolkit/inc \ -I$(SRCDIR)/toolkit/inc \
-I$(SRCDIR)/toolkit/inc/pch \ -I$(SRCDIR)/toolkit/inc/pch \
-I$(SRCDIR)/toolkit/source \ -I$(SRCDIR)/toolkit/source \
-I$(OUTDIR)/inc/toolkit \
-I$(OUTDIR)/inc/offuh \ -I$(OUTDIR)/inc/offuh \
)) ))
......
...@@ -33,13 +33,10 @@ $(eval $(call gb_Library_add_precompiled_header,tl,$(SRCDIR)/tools/inc/pch/preco ...@@ -33,13 +33,10 @@ $(eval $(call gb_Library_add_precompiled_header,tl,$(SRCDIR)/tools/inc/pch/preco
$(eval $(call gb_Library_set_include,tl,\ $(eval $(call gb_Library_set_include,tl,\
$$(INCLUDE) \ $$(INCLUDE) \
-I$(OUTDIR)/inc \
-I$(WORKDIR)/inc/tools \
-I$(SRCDIR)/tools/inc \ -I$(SRCDIR)/tools/inc \
-I$(SRCDIR)/tools/inc/pch \ -I$(SRCDIR)/tools/inc/pch \
-I$(SRCDIR)/solenv/inc \ -I$(SRCDIR)/solenv/inc \
-I$(SRCDIR)/solenv/inc/Xp31 \ -I$(SRCDIR)/solenv/inc/Xp31 \
-I$(OUTDIR)/inc/tools \
-I$(OUTDIR)/inc/offuh \ -I$(OUTDIR)/inc/offuh \
-I$(OUTDIR)/inc/stl \ -I$(OUTDIR)/inc/stl \
)) ))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment