/[soft]/drakx-kbd-mouse-x11/trunk/lib/xf86misc/Makefile.PL
ViewVC logotype

Contents of /drakx-kbd-mouse-x11/trunk/lib/xf86misc/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 391 - (show annotations) (download)
Thu Feb 3 13:54:58 2011 UTC (13 years, 2 months ago) by dmorgan
File MIME type: text/plain
File size: 384 byte(s)
Import cleaned drakx-kbd-mouse-x11
1 use ExtUtils::MakeMaker;
2
3 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
4 # the contents of the Makefile that is written.
5
6 WriteMakefile(
7 'NAME' => 'main',
8 'MAKEFILE' => 'Makefile_c',
9 'OPTIMIZE' => '-Os',
10 'VERSION_FROM' => 'main.pm', # finds $VERSION
11 'LIBS' => ["-lX11 -lXext -lXxf86misc"],
12 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
13 );

  ViewVC Help
Powered by ViewVC 1.1.30