summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-02-23 14:41:38 +0200
committerTor Lillqvist <tml@iki.fi>2012-02-23 22:59:55 +0200
commitdd3f4855ecdfe7ce765d59d3d77d754948028aa4 (patch)
treea09073451e74e37432537218eb8cd364442b8750 /starmath
parent0a45b102953a86ea3f26ffd5740f791b3f752f08 (diff)
Unify indentation
Diffstat (limited to 'starmath')
-rw-r--r--starmath/Library_sm.mk108
1 files changed, 54 insertions, 54 deletions
diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk
index fb35e9127d71..b5d2ea1e6c03 100644
--- a/starmath/Library_sm.mk
+++ b/starmath/Library_sm.mk
@@ -27,9 +27,9 @@ $(eval $(call gb_Library_add_sdi_headers,sm,starmath/sdi/smslots))
$(eval $(call gb_Library_set_componentfile,sm,starmath/util/sm))
$(eval $(call gb_Library_set_include,sm,\
- -I$(realpath $(SRCDIR)/starmath/inc) \
- -I$(WORKDIR)/SdiTarget/starmath/sdi \
- $$(INCLUDE) \
+ -I$(realpath $(SRCDIR)/starmath/inc) \
+ -I$(WORKDIR)/SdiTarget/starmath/sdi \
+ $$(INCLUDE) \
))
$(eval $(call gb_Library_add_api,sm,\
@@ -38,69 +38,69 @@ $(eval $(call gb_Library_add_api,sm,\
))
$(eval $(call gb_Library_add_linked_libs,sm,\
- comphelper \
- cppu \
- cppuhelper \
- editeng \
+ comphelper \
+ cppu \
+ cppuhelper \
+ editeng \
i18npaper \
- msfilter \
- oox \
- sal \
- sax \
- sfx \
- sot \
- svl \
- svt \
- svx \
- svxcore \
- tk \
- tl \
- utl \
- vcl \
+ msfilter \
+ oox \
+ sal \
+ sax \
+ sfx \
+ sot \
+ svl \
+ svt \
+ svx \
+ svxcore \
+ tk \
+ tl \
+ utl \
+ vcl \
xo \
$(gb_STDLIBS) \
))
$(eval $(call gb_Library_add_exception_objects,sm,\
- starmath/source/accessibility \
- starmath/source/action \
- starmath/source/caret \
- starmath/source/cfgitem \
- starmath/source/config \
- starmath/source/cursor \
- starmath/source/dialog \
- starmath/source/document \
- starmath/source/edit \
- starmath/source/format \
- starmath/source/mathmlexport \
- starmath/source/mathmlimport \
- starmath/source/mathtype \
- starmath/source/node \
- starmath/source/ooxmlexport \
- starmath/source/ooxmlimport \
- starmath/source/parse \
- starmath/source/rect \
- starmath/source/register \
- starmath/source/smdll \
- starmath/source/smmod \
- starmath/source/symbol \
- starmath/source/toolbox \
- starmath/source/typemap \
- starmath/source/types \
- starmath/source/unodoc \
- starmath/source/unomodel \
- starmath/source/utility \
- starmath/source/view \
- starmath/source/visitors \
+ starmath/source/accessibility \
+ starmath/source/action \
+ starmath/source/caret \
+ starmath/source/cfgitem \
+ starmath/source/config \
+ starmath/source/cursor \
+ starmath/source/dialog \
+ starmath/source/document \
+ starmath/source/edit \
+ starmath/source/format \
+ starmath/source/mathmlexport \
+ starmath/source/mathmlimport \
+ starmath/source/mathtype \
+ starmath/source/node \
+ starmath/source/ooxmlexport \
+ starmath/source/ooxmlimport \
+ starmath/source/parse \
+ starmath/source/rect \
+ starmath/source/register \
+ starmath/source/smdll \
+ starmath/source/smmod \
+ starmath/source/symbol \
+ starmath/source/toolbox \
+ starmath/source/typemap \
+ starmath/source/types \
+ starmath/source/unodoc \
+ starmath/source/unomodel \
+ starmath/source/utility \
+ starmath/source/view \
+ starmath/source/visitors \
))
$(eval $(call gb_SdiTarget_SdiTarget,starmath/sdi/smslots,starmath/sdi/smath))
$(eval $(call gb_SdiTarget_set_include,starmath/sdi/smslots,\
- -I$(realpath $(SRCDIR)/starmath/inc) \
- -I$(realpath $(SRCDIR)/starmath/sdi) \
- $$(INCLUDE) \
+ -I$(realpath $(SRCDIR)/starmath/inc) \
+ -I$(realpath $(SRCDIR)/starmath/sdi) \
+ $$(INCLUDE) \
))
# vim: set noet sw=4 ts=4: