1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
all : force_do_it
/usr/bin/perl Build --makefile_env_macros 1
realclean : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 realclean
/usr/bin/perl -e unlink -e shift Makefile
force_do_it :
@ true
build : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 build
clean : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 clean
code : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 code
config_data : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 config_data
diff : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 diff
dist : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 dist
distcheck : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 distcheck
distclean : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 distclean
distdir : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 distdir
distmeta : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 distmeta
distsign : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 distsign
disttest : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 disttest
docs : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 docs
fakeinstall : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 fakeinstall
help : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 help
html : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 html
install : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 install
manifest : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 manifest
ppd : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 ppd
ppmdist : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 ppmdist
skipcheck : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 skipcheck
test : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 test
testcover : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 testcover
testdb : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 testdb
testpod : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 testpod
versioninstall : force_do_it
/usr/bin/perl Build --makefile_env_macros 1 versioninstall
.EXPORT : INSTALLDIRS TEST_VERBOSE LIB INC PREFIX POLLUTE VERBINST
|