|
From: <axl...@us...> - 2009-05-15 02:22:46
|
Revision: 248
http://hgengine.svn.sourceforge.net/hgengine/?rev=248&view=rev
Author: axlecrusher
Date: 2009-05-15 01:38:18 +0000 (Fri, 15 May 2009)
Log Message:
-----------
kdevelop needs these
Added Paths:
-----------
Mercury2/Makefile.am
Mercury2/Makefile.cvs
Mercury2/configure.in
Added: Mercury2/Makefile.am
===================================================================
--- Mercury2/Makefile.am (rev 0)
+++ Mercury2/Makefile.am 2009-05-15 01:38:18 UTC (rev 248)
@@ -0,0 +1,5 @@
+# not a GNU package. You can remove this line, if
+# have all needed files, that a GNU package needs
+AUTOMAKE_OPTIONS = foreign 1.4
+
+SUBDIRS = src
Added: Mercury2/Makefile.cvs
===================================================================
--- Mercury2/Makefile.cvs (rev 0)
+++ Mercury2/Makefile.cvs 2009-05-15 01:38:18 UTC (rev 248)
@@ -0,0 +1,8 @@
+default: all
+
+all:
+ aclocal
+ autoheader
+ automake
+ autoconf
+
Added: Mercury2/configure.in
===================================================================
--- Mercury2/configure.in (rev 0)
+++ Mercury2/configure.in 2009-05-15 01:38:18 UTC (rev 248)
@@ -0,0 +1,10 @@
+AC_INIT(configure.in)
+
+AM_CONFIG_HEADER(config.h)
+AM_INIT_AUTOMAKE(mercury2, 2.0)
+
+AC_LANG_CPLUSPLUS
+AC_PROG_CXX
+AM_PROG_LIBTOOL
+
+AC_OUTPUT(Makefile src/Makefile)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|