summaryrefslogtreecommitdiff
path: root/build/os-auto.mak.in
diff options
context:
space:
mode:
Diffstat (limited to 'build/os-auto.mak.in')
-rw-r--r--build/os-auto.mak.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/build/os-auto.mak.in b/build/os-auto.mak.in
new file mode 100644
index 00000000..3d99927e
--- /dev/null
+++ b/build/os-auto.mak.in
@@ -0,0 +1,11 @@
+# @configure_input@
+
+export OS_CFLAGS := $(CC_DEF)PJ_AUTOCONF=1 @CFLAGS@
+
+export OS_CXXFLAGS := $(CC_DEF)PJ_AUTOCONF=1 @CXXFLAGS@
+
+export OS_LDFLAGS := @LDFLAGS@ @LIBS@
+
+export OS_SOURCES :=
+
+