summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
new file mode 100644
index 0000000000..2a0d768ef4
--- /dev/null
+++ b/Makefile.in
@@ -0,0 +1,10 @@
+srcdir = @srcdir@
+VPATH = @srcdir@
+
+CMAKE_CONFIG_DIR = @CMAKE_CONFIG_DIR@
+
+all:
+ cd Source; ${MAKE}
+
+
+