Lines Matching refs:make

762     local($self) = shift;       # make $self available to the hint file.
786 # because I want to make it easier for the user. A.K.
1010 make
1011 make test # optionally set TEST_VERBOSE=1
1012 make install # See below
1021 make config # to check if the Makefile is up-to-date
1022 make clean # delete local temp files (Makefile gets renamed)
1023 make realclean # delete derived files (including ./blib)
1024 make ci # check in all the files in the MANIFEST file
1025 make dist # see below the Distribution Support section
1027 =head2 make test
1040 make test TEST_VERBOSE=1
1042 =head2 make testdb
1051 make testdb TEST_FILE=t/mytest.t
1056 make testdb TESTDB_SW=-Dx
1058 =head2 make install
1060 make alone puts all relevant files into directories that are named by
1117 by perl by default, nor by make.
1143 make;
1144 make test
1145 make install
1147 make install per default writes some documentation of what has been
1149 can be bypassed by calling make pure_install.
1159 make
1174 make perl
1187 make inst_perl
1192 make myperl
1193 make inst_perl
1198 make myperl MAP_TARGET=myperl
1199 make inst_perl MAP_TARGET=myperl
1204 make inst_perl per default writes some documentation of what has been
1206 can be bypassed by calling make pure_inst_perl.
1213 set the linktype with the invocation of the Makefile.PL or make:
1219 make LINKTYPE=static # works on most systems
1225 during the make(1) run), PERL_LIB and PERL_ARCHLIB (where to read
1230 is to build extensions after you have run 'make install' on perl
1275 that make(1) also lets you configure most of the variables that are
1364 NOTE: Due to the nature of make, it is important that you put the trailing
1383 included. This is used by 'make dist' to name the resulting archive
1499 Used by 'make install', which copies files from INST_ARCHLIB to this
1516 These directories get the man pages at 'make install' time if
1523 Used by 'make install', which copies files from INST_LIB to this
1530 Used by 'make install' which copies files from INST_SCRIPT to this
1535 Used by 'make install', which copies files from INST_ARCHLIB to this
1540 Used by 'make install', which copies files from INST_BIN to this
1545 Used by 'make install', which copies files from INST_LIB to this
1552 These directories get the man pages at 'make install' time if
1560 Used by 'make install', which copies files from INST_ARCHLIB to this
1565 Used by 'make install', which copies files from INST_BIN to this
1570 Used by 'make install', which copies files from INST_LIB to this
1577 These directories get the man pages at 'make install' time if
1588 Directory to put real binary files during 'make'. These will be copied
1589 to INSTALLBIN during 'make install'
1598 Directory to hold the man pages at 'make' time
1602 Directory to hold the man pages at 'make' time
1607 'make'. Defaults to "./blib/script", just to have a dummy location during
1608 testing. make install will copy the files in INST_SCRIPT to
1674 make a perl. This is handled automatically as a switch by
1679 When 'make clean' or similar is run, the $(FIRST_MAKEFILE) will be
1697 C<make> and will be installed during C<make install>.
1724 Command so make does not print the literal commands its running.
1738 the META.yml module meta-data file during 'make distdir'.
1938 libraries, scripts, etc... MakeMaker will try to make an educated
1956 at a later time, e.g. after an unsuccessful B<make test> of your module.
2021 If true, make install will be verbose
2060 change in that file. If you want to make sure that the Makefile
2080 deleted by a make clean.
2126 needed to tell make the target file of the compression. Setting
2260 =item make distcheck
2266 =item make skipcheck
2272 =item make distclean
2278 =item make manifest
2283 =item make distdir
2293 =item make disttest
2295 Makes a distdir first, and runs a C<perl Makefile.PL>, a make, and
2296 a make test in that directory.
2298 =item make tardist
2307 =item make dist
2311 =item make uutardist
2315 =item make shdist
2323 =item make zipdist
2330 =item make ci