User:Jadrian Miles/BB's dollarg

From VrlWiki
Revision as of 14:28, 7 May 2009 by Jadrian Miles (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.