aboutsummaryrefslogtreecommitdiffstats
path: root/make_arch_macrosfiles.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-01-061-1/+1
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r231 | boklm | 2011-01-06 17:30:05 +0000 (Thu, 06 Jan 2011) | 1 line import rpm-setup version cleaned by blino ------------------------------------------------------------------------
* rename macrosfiles to arch_macrosfiles to make it more clearPascal Rigaux2008-01-291-0/+74
ontent' class='blob'>
1
2
3
4
5
6
7
8
9
10
11
12
13
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.

WriteMakefile(
    'NAME'	=> 'Newt',
    'OBJECT'    => 'Av_CharPtrPtr.o Newt.o',
    'MAKEFILE'  => 'Makefile_c',
    'OPTIMIZE'  => '-Os',
    'VERSION_FROM' => 'Newt.pm', # finds $VERSION
    'LIBS'	=> ['-lnewt -lslang'],
    'DEFINE'	=> '',     # e.g., '-DHAVE_SOMETHING' 
);