BGLMAKE(1) General Commands Manual BGLMAKE(1) NAME bglmake - create or update Bigloo makefiles SYNOPSIS bglmake [ options ] [ sourcefile ] DESCRIPTION bglmake reads sourcefile, computes the transitive closure of the import relationship and generates a makefile file that can be used by the glmake(1) program to compile the application or the library. If no sourcefile is provided, then bglmake display the template file for generating Makefile. OPTIONS -v Verbose mode -q Prevent loading the ~/.bglmakerc user configuration file. -suffix Adds suf to the bglmake source file suffixes list. Default suffixes are "scm", "sch" and "bgl". file is the name of the "main" file for an application of the name of the "heap" file for a library. -I Add path to the directory list read for searching Bigloo source files. -X Exclude path from the directory list read for searching Bigloo source files. -o The name of the makefile file to be updated -p The name of the project. This name is used in backup and versionning entries. -t The name of the target binary file or the name of the library. -f