summaryrefslogtreecommitdiff
path: root/starmath/Library_sm.mk
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-30 16:19:25 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-30 16:19:25 +0200
commit5142d3c434402f814775e4927e3f44223a5d5f6d (patch)
treed6309a7087bf3cab10d16ebdcb8d148f041ae188 /starmath/Library_sm.mk
parenta9ba87e962bcc2c2d2d8e2700a991932feee56bb (diff)
realpathing starmath module
Diffstat (limited to 'starmath/Library_sm.mk')
-rw-r--r--starmath/Library_sm.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk
index 92571a42f041..ec2107ff1a38 100644
--- a/starmath/Library_sm.mk
+++ b/starmath/Library_sm.mk
@@ -23,13 +23,13 @@ $(eval $(call gb_Library_Library,sm))
$(eval $(call gb_Library_add_sdi_headers,sm,starmath/sdi/smslots))
-$(eval $(call gb_Library_add_precompiled_header,sm,$(SRCDIR)/starmath/inc/pch/precompiled_starmath))
+$(eval $(call gb_Library_add_precompiled_header,sm,$(realpath $(SRCDIR)/starmath/inc/pch/precompiled_starmath)))
$(eval $(call gb_Library_set_componentfile,sm,starmath/util/sm))
$(eval $(call gb_Library_set_include,sm,\
- -I$(SRCDIR)/starmath/inc/pch \
- -I$(SRCDIR)/starmath/inc \
+ -I$(realpath $(SRCDIR)/starmath/inc/pch) \
+ -I$(realpath $(SRCDIR)/starmath/inc) \
-I$(WORKDIR)/SdiTarget/starmath/sdi \
-I$(WORKDIR)/Misc/starmath/ \
$$(INCLUDE) \
@@ -100,8 +100,8 @@ $(eval $(call gb_Library_add_exception_objects,sm,\
$(eval $(call gb_SdiTarget_SdiTarget,starmath/sdi/smslots,starmath/sdi/smath))
$(eval $(call gb_SdiTarget_set_include,starmath/sdi/smslots,\
- -I$(SRCDIR)/starmath/inc \
- -I$(SRCDIR)/starmath/sdi \
+ -I$(realpath $(SRCDIR)/starmath/inc) \
+ -I$(realpath $(SRCDIR)/starmath/sdi) \
$$(INCLUDE) \
-I$(OUTDIR)/inc \
))