bgldepend(1)
NAME
bgldepend - create Bigloo dependencies in makefiles
SYNOPSIS
bgldepend [ options ] sourcefile ...
DESCRIPTION
- Arraytion, it will update the makefile file. That is, it will search
the makefile for the line:
# bgldepend start (don't edit) - and
- # bgldepend stop
- Dependencies will be written in between these two lines.
OPTIONS
Array-v Verbose mode
- -o <makefile> The name of the makefile file to be updat
- ed
EXAMPLE
- Arraydate for the makefile. For example,
MAIN=foo.scm
SRCS = $(MAIN) bar.scm gee.scm
bgldepend: - bgldepend -o Makefile $(MAIN)
SEE ALSO
AUTHOR
- Manuel SERRANO, Manuel.Serrano@inria.fr
- Aug 15 1998