User:Jadrian Miles/BB's dollarg: Difference between revisions

From VrlWiki
Jump to navigation Jump to search
Jadrian Miles (talk | contribs)
New page: Source directories: * <tt>$G/common</tt> --- source code for libraries and utility programs that are used by multiple projects/research groups * <tt>$G/project</tt> --- source code for pro...
 
Jadrian Miles (talk | contribs)
No edit summary
 
Line 6: Line 6:


Notes in <tt>$G/common/build/make/README</tt>
Notes in <tt>$G/common/build/make/README</tt>
In a Makefile,
BIN_SCRIPT = foo.py bar.pl zaz.bat unf.sh
specifies a list of scripts to be copied to the bin directory when "Make install" is run.

Latest revision as of 14:28, 7 May 2009

Source directories:

  • $G/common --- source code for libraries and utility programs that are used by multiple projects/research groups
  • $G/project --- source code for programs and special libraries that are used only by a limited set of projects/research groups

Per directory, you can get multiple executables but only one library: see the makefile in $G/common/build/make/directory.make

Notes in $G/common/build/make/README

In a Makefile,

BIN_SCRIPT = foo.py bar.pl zaz.bat unf.sh

specifies a list of scripts to be copied to the bin directory when "Make install" is run.