fixed problems with generated files in CVS

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@326 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2006-08-15 10:12:50 +00:00
parent 3ed1ffd2a8
commit 73aefd9561
3 changed files with 37 additions and 2 deletions

22
Makefile.cvs Normal file
View File

@@ -0,0 +1,22 @@
all:
@echo
@echo Creating neccessary files for configuring and building LMMS
@echo
@echo \ \* Creating aclocal.m4
@aclocal
@echo \ \* Running libtoolize
@libtoolize -c -f
@echo \ \* Creating config.h.in
@autoheader
@echo \ \* Creating Makefile templates
@automake
@echo \ \* Creating configure
@autoconf
@echo \ \* Cleaning up
@rm -rf autom4te.cache/
@echo
@echo ...done\! If something failed make sure you\'ve installed autoconf,
@echo automake and libtool.
@echo Otherwise you can run now configure \(if you did not so far\) and then make.
@echo