[svn:parrot] r45057 - branches/include_dynpmc_makefile/config/gen

darbelo at svn.parrot.org darbelo at svn.parrot.org
Fri Mar 19 12:03:50 UTC 2010


Author: darbelo
Date: Fri Mar 19 12:03:49 2010
New Revision: 45057
URL: https://trac.parrot.org/parrot/changeset/45057

Log:
Enable generation of the sub-makefiles via Configure.

Modified:
   branches/include_dynpmc_makefile/config/gen/makefiles.pm

Modified: branches/include_dynpmc_makefile/config/gen/makefiles.pm
==============================================================================
--- branches/include_dynpmc_makefile/config/gen/makefiles.pm	Fri Mar 19 12:02:09 2010	(r45056)
+++ branches/include_dynpmc_makefile/config/gen/makefiles.pm	Fri Mar 19 12:03:49 2010	(r45057)
@@ -50,8 +50,12 @@
 
         'compilers/ncigen/Makefile'  =>
             { SOURCE => 'compilers/ncigen/config/makefiles/ncigen.in' },
-        'src/dynpmc/Makefile'        =>
-            { SOURCE => 'config/gen/makefiles/dynpmc.in' },
+        'src/dynpmc/Rules.mak' => {
+             SOURCE => 'src/dynpmc/Rules.in',
+        },
+        'src/dynpmc/Defines.mak' => {
+             SOURCE => 'src/dynpmc/Defines.in',
+        },
         'editor/Makefile'            =>
             { SOURCE => 'config/gen/makefiles/editor.in' },
 


More information about the parrot-commits mailing list