1 use ExtUtils::MakeMaker;
3 # The existence of the ./sdbm/Makefile.PL file causes MakeMaker
4 # to automatically include Makefile code for the targets
5 # config, all, clean, realclean and sdbm/Makefile
6 # which perform the corresponding actions in the subdirectory.
9 MYEXTLIB => 'sdbm/libsdbm$(LIB_EXT)',
10 MAN3PODS => ' ', # Pods will be built by installman.
11 XSPROTOARG => '-noprototypes', # XXX remove later?
17 $(MYEXTLIB): sdbm/Makefile