[MonoDevelop] MonoDevelop solutions / Makefiles

Matze Braun matze at braunis.de
Fri Mar 10 20:52:32 EST 2006


I've been working on fixing the MonoDevelop solution in the svn so that
you can actually compile monodevelop with it.

At a first step I fixed the Makefile.am to be more uniform in their
variable usage (references always in REFS, files always in FILES, ...)
Along the way I also fixed a few errors in the Makefiles. The
fix_unify_makefiles.patch is attached to this mail.

All this stuff is usefull because I hacked a perl script that now
generates .mdp files from these Makefile.ams (the attached
createmdps.pl). By calling it like
	createmdps.pl `find Core Extras -name Makefile.am`
you generate a set of .mdp files for the whole monodevelop project.

Together with fixed .mds files you finally get a fully working
monodevelop solution (attached fixed_solution.patch).

Greetings,
	Matze

-------------- next part --------------
A non-text attachment was scrubbed...
Name: createmdps.pl
Type: application/x-perl
Size: 11370 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/monodevelop-list/attachments/20060311/2400bf3f/createmdps-0001.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fixed_solution.patch.bz2
Type: application/x-bzip
Size: 17058 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/monodevelop-list/attachments/20060311/2400bf3f/fixed_solution.patch-0001.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_unify_makefiles.patch.bz2
Type: application/x-bzip
Size: 5515 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/monodevelop-list/attachments/20060311/2400bf3f/fix_unify_makefiles.patch-0001.bin


More information about the Monodevelop-list mailing list