#
# $Author: tom $
# $Date: 2002/07/28 19:09:50 $
# $Revision: 1.6 $
#
use ExtUtils::MakeMaker;

#
# See README and Perl's MakeMaker.pm for guidance in modifying the
# LIBS and INC strings.
#

WriteMakefile(
    'NAME'	=> 'Cdk',
    ($Config::Config{archname} =~ /^hppa-linux/ ?
     (CCFLAGS => $Config::Config{ccflags}.' -ffunction-sections') : ()),
    'VERSION'	=> '4.09010',
    'LIBS'	=> ['-lcdk -lncurses'],
    'INC'	=> '-I/usr/include/cdk',
    'clean'	=> {FILES => 'Makefile.old'},
);
