summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/templates
Commit message (Collapse)AuthorAgeFilesLines
* refactor to accommodate AIXPhil Mesnier2015-02-241-1/+3
|
* Fix for make install error specific to MacOSX. Thanks to Thomas Schmidt <TC ↵Phil Mesnier2015-02-231-0/+2
| | | | dot Schmidt at gmx dot net> for suggesting this fix
* TAO replacementsJohnny Willemsen2015-01-071-2/+0
|
* Perl filesJohnny Willemsen2015-01-072-4/+0
|
* ChangeLogTag:Wed Oct 29 20:22:38 UTC 2014 Steve Huston <shuston@riverace.com>Steve Huston2014-10-291-0/+5
|
* ChagelogTag: Tue Oct 28 09:51:14 UTC 2014 Martin Corino <mcorino@remedy.nl>mcorino2014-10-281-0/+3
|
* Sun Jul 27 15:39:21 UTC 2014 William R. Otte <wotte@dre.vanderbilt.edu>William R. Otte2014-07-271-1/+6
| | | | | | | | | | | | | | * bin/MakeProjectCreator/templates/gnu.mpd: If we are building ACE/TAO/CIAO/whatever for a target other than the build host, we certainly shouln't be looking in the host library directories to verify the existance of a library for the purposes of the LIBCHECK step. This introduces two new variables that a user may optionally set to control where we look: LIBCHECK_PREFIX, onto which we append /lib and /lib64 (e.g., $(LIBCHECK_PREFIX)/lib), which defaults to /usr; LIBCHECK_EXTRA_PATHS, which allows the user to specify extra places to look when we are seeking to confirm the existance of libraries.
* ChangeLogTag: Tue Apr 10 20:10:06 UTC 2012 Adam Mitz <mitza@ociweb.com>mitza2012-04-101-1/+1
|
* ChangeLogTag: Thu Mar 29 21:50:17 UTC 2012 Adam Mitz <mitza@ociweb.com>mitza2012-03-291-0/+8
|
* Mon Jan 23 20:21:50 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-231-4/+4
| | | | | * bin/MakeProjectCreator/templates/gnu.mpd: Fixed support for idl3toxmi and idl3toidl2 flags
* Mon Jan 23 12:02:07 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-01-231-1/+7
| | | | | * bin/MakeProjectCreator/templates/gnu.mpd: Added support for idl3toxmi and idl3toidl2 flags
* Mon Jan 16 21:58:44 UTC 2012 Chip Jones <jonesc@ociweb.com>jonesc2012-01-171-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * bin/DependencyGenerator/GNUIDLDependencyWriter.pm: * bin/DependencyGenerator/GNUIDLObjectGenerator.pm: * bin/MakeProjectCreator/config/ace_idl_dependencies.mpb: Added these files to support generation of IDL dependencies for gnuace projects. * bin/MakeProjectCreator/config/acedefaults.mpb: * bin/MakeProjectCreator/config/global.features: Added IDL dependency as a feature defaulted to off. * bin/MakeProjectCreator/templates/gnu.mpd: Modified gnuace template to generate IDL dependency rules. * include/makeinclude/rules.common.GNU: * include/makeinclude/rules.local.GNU: * include/makeinclude/wrapper_macros.GNU: Added depend_idl.local rule. This is a merge of work done in the 'ace-mpc_performance' branch.
* Tue Jul 5 10:30:18 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-07-051-9/+0
| | | | | * bin/MakeProjectCreator/templates/gnu.mpd: Removed cidlc, that got removed years ago
* Merged RemedyWork branch.mcorino2011-01-201-2/+2
| | | | | ChangeLogTag: Thu Jan 20 11:42:53 UTC 2010 Martin Corino <mcorino@remedy.nl>
* ChangeLogTag: Mon Dec 27 20:32:33 UTC 2010 Adam Mitz <mitza@ociweb.com>mitza2010-12-271-2/+2
|
* Wed Nov 10 10:17:27 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>vzykov2010-11-101-0/+6
| | | | | * bin/MakeProjectCreator/templates/gnu.mpd: Added support for tao_idl3_to_xmi in makefiles.
* ChangeLogTag: Thu Sep 23 16:14:12 UTC 2010 Adam Mitz <mitza@ociweb.com>mitza2010-09-231-6/+13
|
* Wed Sep 15 07:51:33 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-151-1/+1
| | | | | | | * bin/MakeProjectCreator/templates/gnu.mpd: Removed invalid comma, thanks to Frank Preischl <Frank dot Preischl at ids dot de> for reporting this and Olli Savia for correcting my initial patch
* Mon Sep 13 14:04:48 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-131-1/+1
| | | | | | | | | | | | | | Reverted change below, not correct given new info from Adam Thu Sep 9 11:49:30 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl> * bin/MakeProjectCreator/templates/gnu.mpd: Removed invalid comma, thanks to Frank Preischl <Frank dot Preischl at ids dot de> for reporting this * debian/debian.rules: * debian/mpc-ace.install: Improved
* Sun Sep 12 19:22:21 UTC 2010 William Otte <wotte@zifnab>William R. Otte2010-09-121-1/+7
| | | | | | * bin/MakeProjectCreator/modules/GNUACEProjectCreator.pm: * bin/MakeProjectCreator/templates/: Added rules to pullin rules.dance.GNU.
* Thu Sep 9 11:49:30 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-091-1/+1
| | | | | | * bin/MakeProjectCreator/templates/gnu.mpd: Removed invalid colon, thanks to Frank Preischl <Frank dot Preischl at ids dot de> for reporting this
* ChangeLogTag: Wed Sep 1 15:58:47 UTC 2010 Adam Mitz <mitza@ociweb.com>mitza2010-09-011-2/+2
|
* ChangeLogTag: Fri Aug 27 19:10:16 UTC 2010 Brian Johnson <johnsonb@ociweb.com>johnsonb2010-08-271-15/+10
|
* ChangeLogTag: Wed Aug 11 20:50:37 UTC 2010 Adam Mitz <mitza@ociweb.com>mitza2010-08-111-2/+6
|
* ChangeLogTag: Mon Jun 14 14:16:35 UTC 2010 Adam Mitz <mitza@ociweb.com>mitza2010-06-141-1/+1
|
* ChangeLogTag: Wed Jun 9 14:45:33 UTC 2010 Adam Mitz <mitza@ociweb.com>mitza2010-06-091-8/+8
|
* ChangeLogTag: Fri May 21 21:30:46 UTC 2010 Adam Mitz <mitza@ociweb.com>mitza2010-05-211-2/+1
|
* ChangeLogTag: Thu May 20 18:40:46 UTC 2010 Adam Mitz <mitza@ociweb.com>mitza2010-05-201-0/+4
|
* ChangeLogTag: Wed May 19 22:06:37 UTC 2010 Adam Mitz <mitza@ociweb.com>mitza2010-05-191-2/+4
|
* ChangeLogTag: Wed May 19 14:57:54 UTC 2010 Adam Mitz <mitza@ociweb.com>mitza2010-05-191-1/+1
|
* ChangeLogTag: Tue May 18 21:34:34 UTC 2010 Adam Mitz <mitza@ociweb.com>mitza2010-05-181-23/+118
|
* Mon Mar 15 12:50:54 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-03-151-0/+3
| | | | | | * bin/MakeProjectCreator/templates/gnu.mpd: When generating with -static set static_libs_only to 1. This fixes bugzilla 3815. Thanks to Chad Elliot for assisting with this
* ChangeLogTag: Mon Jan 25 14:51:09 UTC 2010 Chad Elliott <elliott_c@ociweb.com>elliott_c2010-01-251-7/+5
|
* ChangeLogTag: Thu Oct 22 14:16:10 UTC 2009 Chad Elliott <elliott_c@ociweb.com>elliott_c2009-10-221-0/+3
|
* ChangeLogTag:Thu Aug 27 20:27:52 UTC 2009 Steve Huston <shuston@riverace.com>Steve Huston2009-08-271-2/+2
|
* ChangeLogTag: Tue Aug 4 12:06:28 UTC 2009 Chad Elliott <elliott_c@ociweb.com>elliott_c2009-08-041-0/+18
|
* ChangeLogTag: Tue Jul 28 20:02:59 UTC 2009 Adam Mitz <mitza@ociweb.com>mitza2009-07-281-4/+2
|
* Wed Apr 29 09:47:12 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-04-291-1/+1
| | | | | | * bin/MakeProjectCreator/templates/gnu.mpd: Don't use a harcoded lib prefix when checking the existance of the libraries, but use $(LIB_PREFIX)
* ChangeLogTag: Mon Nov 17 16:09:06 UTC 2008 Adam Mitz <mitza@ociweb.com>mitza2008-11-171-0/+4
|
* Mon Nov 17 08:37:30 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-11-171-1/+1
|
* ChangeLogTag: Fri Nov 14 22:35:43 UTC 2008 Adam Mitz <mitza@ociweb.com>mitza2008-11-141-18/+23
|
* Tue Oct 28 19:48:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-10-281-1/+1
|
* ChangeLogTag: Mon Sep 22 11:25:53 UTC 2008 Simon McQueen <sm@prismtech.com>smcqueen2008-09-221-4/+12
|
* Tue Sep 16 10:52:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-09-163-234/+0
|
* Tue Sep 9 11:31:15 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-09-091-1/+1
|
* Thu Aug 21 06:54:15 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-08-211-1/+1
|
* ChangeLogTag: Thu Jul 3 16:38:35 UTC 2008 Chad Elliott <elliott_c@ociweb.com>elliott_c2008-07-031-0/+3
|
* Tue Apr 29 08:16:10 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-04-291-1/+0
|
* Tue Apr 29 06:32:10 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-04-291-1/+1
|
* ChangeLogTag: Fri Apr 25 21:47:54 UTC 2008 Adam Mitz <mitza@ociweb.com>mitza2008-04-251-1/+1
|