Apache-TopicMaps
view release on metacpan or search on metacpan
Makefile.old view on Meta::CPAN
INST_ARCHAUTODIR = $(INST_ARCHLIB)/auto/$(FULLEXT)
INST_STATIC =
INST_DYNAMIC =
INST_BOOT =
EXPORT_LIST =
PERL_ARCHIVE =
PERL_ARCHIVE_AFTER =
TO_INST_PM = lib/Apache/TopicMaps.pm \
lib/Apache/TopicMaps/application/xtmPLUSxml/index.pm \
lib/Apache/TopicMaps/application/xtmPLUSxml/search.pm \
lib/Apache/TopicMaps/application/xtmPLUSxml/topic.pm \
lib/Apache/TopicMaps/text/html/index.pm \
lib/Apache/TopicMaps/text/html/search.pm \
lib/Apache/TopicMaps/text/html/topic.pm
PM_TO_BLIB = lib/Apache/TopicMaps/text/html/search.pm \
blib/lib/Apache/TopicMaps/text/html/search.pm \
lib/Apache/TopicMaps/application/xtmPLUSxml/topic.pm \
blib/lib/Apache/TopicMaps/application/xtmPLUSxml/topic.pm \
lib/Apache/TopicMaps/text/html/index.pm \
blib/lib/Apache/TopicMaps/text/html/index.pm \
lib/Apache/TopicMaps/text/html/topic.pm \
blib/lib/Apache/TopicMaps/text/html/topic.pm \
lib/Apache/TopicMaps/application/xtmPLUSxml/index.pm \
blib/lib/Apache/TopicMaps/application/xtmPLUSxml/index.pm \
lib/Apache/TopicMaps/application/xtmPLUSxml/search.pm \
blib/lib/Apache/TopicMaps/application/xtmPLUSxml/search.pm \
lib/Apache/TopicMaps.pm \
blib/lib/Apache/TopicMaps.pm
# --- MakeMaker tool_autosplit section:
# Usage: $(AUTOSPLITFILE) FileToSplit AutoDirToSplitInto
AUTOSPLITFILE = $(PERLRUN) -e 'use AutoSplit; autosplit($$ARGV[0], $$ARGV[1], 0, 1, 1) ;'
# --- MakeMaker tool_xsubpp section:
# --- MakeMaker tools_other section:
SHELL = /bin/sh
CHMOD = chmod
CP = cp
LD = cc
MV = mv
NOOP = $(SHELL) -c true
RM_F = rm -f
RM_RF = rm -rf
TEST_F = test -f
TOUCH = touch
UMASK_NULL = umask 0
DEV_NULL = > /dev/null 2>&1
# The following is a portable way to say mkdir -p
# To see which directories are created, change the if 0 to if 1
MKPATH = $(PERLRUN) "-MExtUtils::Command" -e mkpath
# This helps us to minimize the effect of the .exists files A yet
# better solution would be to have a stable file in the perl
# distribution with a timestamp of zero. But this solution doesn't
# need any changes to the core distribution and works with older perls
EQUALIZE_TIMESTAMP = $(PERLRUN) "-MExtUtils::Command" -e eqtime
# Here we warn users that an old packlist file was found somewhere,
# and that they should call some uninstall routine
WARN_IF_OLD_PACKLIST = $(PERL) -we 'exit unless -f $$ARGV[0];' \
-e 'print "WARNING: I have found an old package in\n";' \
-e 'print "\t$$ARGV[0].\n";' \
-e 'print "Please make sure the two installations are not conflicting\n";'
UNINST=0
VERBINST=0
MOD_INSTALL = $(PERL) "-I$(INST_LIB)" "-I$(PERL_LIB)" "-MExtUtils::Install" \
-e "install({@ARGV},'$(VERBINST)',0,'$(UNINST)');"
DOC_INSTALL = $(PERL) -e '$$\="\n\n";' \
-e 'print "=head2 ", scalar(localtime), ": C<", shift, ">", " L<", $$arg=shift, "|", $$arg, ">";' \
-e 'print "=over 4";' \
-e 'while (defined($$key = shift) and defined($$val = shift)){print "=item *";print "C<$$key: $$val>";}' \
-e 'print "=back";'
UNINSTALL = $(PERLRUN) "-MExtUtils::Install" \
-e 'uninstall($$ARGV[0],1,1); print "\nUninstall is deprecated. Please check the";' \
-e 'print " packlist above carefully.\n There may be errors. Remove the";' \
-e 'print " appropriate files manually.\n Sorry for the inconveniences.\n"'
# --- MakeMaker dist section:
ZIPFLAGS = -r
TO_UNIX = @$(NOOP)
TAR = tar
POSTOP = @$(NOOP)
ZIP = zip
DIST_DEFAULT = tardist
CI = ci -u
SHAR = shar
COMPRESS = gzip --best
DIST_CP = best
PREOP = @$(NOOP)
TARFLAGS = cvf
DISTVNAME = $(DISTNAME)-$(VERSION)
SUFFIX = .gz
RCS_LABEL = rcs -Nv$(VERSION_SYM): -q
# --- MakeMaker macro section:
# --- MakeMaker depend section:
# --- MakeMaker cflags section:
( run in 0.508 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )