1 package MakeProjectBase
;
3 # ************************************************************
4 # Description : A Make Project base module
5 # Author : Chad Elliott
6 # Create Date : 1/4/2005
7 # ************************************************************
9 # ************************************************************
11 # ************************************************************
17 @ISA = qw(MakePropertyBase);
19 # ************************************************************
21 # ************************************************************
23 sub get_builtin_output
{
24 #my($self, $input) = @_;
36 return (defined $ENV{MPC_ALWAYS_SORT
});
40 sub project_file_prefix
{