summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-12-24 19:25:58 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-12-24 21:42:08 -0600
commitfd9366c85cdb627886901b7c09ef267b294d5d98 (patch)
treeff731698e13c1704c03aaab40957cf40a34db969 /config_host.mk.in
parentcdd98fc187aae086de5e4ca5fe4d693568963431 (diff)
prep work to eliminated Env.*.sh, introduce config_{host,build}.mk
This introduce config_host.mk and config_build.mk generated from config_host.mk.in The intent is for that file to be both sourcable in a shell and includable in a gnu Makefile. Eventually all the environment set-up will be in config_host.mk.in and so there won't be a need to source anything in shell before make.
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
new file mode 100644
index 000000000000..35b9779c8291
--- /dev/null
+++ b/config_host.mk.in
@@ -0,0 +1,5 @@
+ # config variable for LibreOffice
+ # this file is intented to be able to be included in a Makefile
+ # or to be sourced in a shell session
+ #
+export SRC_ROOT="@SRC_ROOT@"