Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Pryor <jpryor@novell.com>2003-09-29 05:41:42 +0400
committerJonathan Pryor <jpryor@novell.com>2003-09-29 05:41:42 +0400
commitb55a99b3d46a1c3fc3d74d5244563b4c990ecb50 (patch)
tree142ee55a1d78722d7344582d7ad00482f9a1cb2d /Makefile.am
parenta1ad1c0de2d0dfe6f05366545f3668da1be72cfc (diff)
Give this a "normal" build system.
Today, a build system. Tomorrow, RPMs! (Not strictly tomorrow.) svn path=/trunk/mono-tools/; revision=18369
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 00000000..64d8a35a
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,6 @@
+AUTOMAKE_OPTIONS = foreign
+
+AM_MAKEFLAGS = CSC=$(CSC)
+
+SUBDIRS = type-reflector debugger
+