Main ----- Copyright Up Previous Next

hscdepp

dependency procreator for hsc-sources

hscdepp extracts dependencies from hsc's project-file and stores them in a Makefile. But not all parts of the Makefile are overwritten: the relevant dependencies for hscdepp are marked with taglines, so the next time only this part is manipulated and the rest is left untouched.

hscdepp is part of the hsc-archive and therefor the same legal issues apply.

hscdepp is dedicated to Johnny Depp.

Options

HELP
Display short help.
FILE=makefile
Specifies makefile to be manipulated. If none given, hscdepp searches for GNUmakefile, makefile or Makefile. If it doesn't succeed in any of these, a new one named Makefile will be created.
PRJFILE=project-file
Specifies project-file to be scanned for dependencies. If none given, hsc.project is used.
VERBOSE
Verbose output
NOBACKUP
Do not create backup of original Makefile.

Examples

hscdepp HELP
Displays help and exits.
hscdepp FILE=hsc_makefile PRJFILE=my_hsc_project VERBOSE
Reads the file hsc_makefile, reads project-information from file my_hsc_project, creates a backup of the original makefile in hsc_makefile.bak and writes the updated makefile to hsc_makefile.
hscdepp
Does the same as above, but uses makefile and hsc.project as default.

Thomas Aglassinger (agi@giga.or.at), 30-Sep-1996