GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
1
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
Handbook
Browse code
- Added some documentation.
master
1 parent
1f41ab9
commit
cbc14f93d21178e67740d2cc5a9e01fa0c943cdb
nstanger
authored
on 30 Nov 2010
Patch
Showing
1 changed file
make-includes/local_configuration.make.in
Ignore Space
Show notes
View
make-includes/local_configuration.make.in
################################################################################ # # @configure_input@ # # This file sets up items that are system dependent (mostly paths to various) # tools, so it must always be loaded FIRST, before any other make includes! In # particular, it MUST be loaded before files that assume its existence, such # as standard_rules.make. # ################################################################################ # File system. MKDIR=@MKDIR_P@ MV=@MV@ CP=@CP@ RM=@RM@ TOUCH=@TOUCH@ # Searching. GREP=@GREP@ FIND=@FIND@ # Tests. TEST=@TEST@ TRUE=@TRUE@ FALSE=@FALSE@ # Output. ECHO=@ECHO@ CAT=@CAT@ ANNOUNCE=@ANNOUNCE@ # Miscellaneous. SED=@SED@ PERL=@PERL@ JAVA=@JAVA@ MAKE=@MAKE@ # LaTeX and friends. LATEX=@latex@ PDFLATEX=@pdflatex@ XELATEX=@xelatex@ DVIPS=@dvips@ # XML manipulation. XMLLINT=@XMLLINT@ XSLTPROC=@XSLTPROC@ # Note: distinct from the XSLT environment variable. # Image manipulation and conversion (includes PDF & PS). CONVERT=@CONVERT@ PDFNUP=@PDFNUP@ PDFCROP=@PDFCROP@ PS2EPS=@PS2EPS@ EPSTOPDF=@EPSTOPDF@ INKSCAPE=@INKSCAPE@ GS=@GS@ # Plotting tools. PLOTICUS=@PLOTICUS@ R=@R@
# @configure_input@ # File system. MKDIR=@MKDIR_P@ MV=@MV@ CP=@CP@ RM=@RM@ TOUCH=@TOUCH@ # Searching. GREP=@GREP@ FIND=@FIND@ # Tests. TEST=@TEST@ TRUE=@TRUE@ FALSE=@FALSE@ # Output. ECHO=@ECHO@ CAT=@CAT@ ANNOUNCE=@ANNOUNCE@ # Miscellaneous. SED=@SED@ PERL=@PERL@ JAVA=@JAVA@ MAKE=@MAKE@ # LaTeX and friends. LATEX=@latex@ PDFLATEX=@pdflatex@ XELATEX=@xelatex@ DVIPS=@dvips@ # XML manipulation. XMLLINT=@XMLLINT@ XSLTPROC=@XSLTPROC@ # Image manipulation and conversion (includes PDF & PS). CONVERT=@CONVERT@ PDFNUP=@PDFNUP@ PDFCROP=@PDFCROP@ PS2EPS=@PS2EPS@ EPSTOPDF=@EPSTOPDF@ INKSCAPE=@INKSCAPE@ GS=@GS@ # Plotting tools. PLOTICUS=@PLOTICUS@ R=@R@
Show line notes below