IBM SC34-4499-03 Personal Computer User Manual


 
v * indicates to use the name in the makefile, relative to the current working
directory.
For example, if a makefile specifies a file src\abc.cbl and the makefile specifies
f:\mysrc\, the content is expected in f:\mysrc\src\abc.cbl. For a file of *.cbl, the
content is expected in src\abc.cbl relative to the current working directory.
parameters
The build parameters to be attached to the part. Enclose the parameter in
double quotes if it has spaces. Use the value none to indicate no parameters.
component
The TeamConnection component that will contain the part. If none is specified,
the value of the TC_COMPONENT environment variable is used.
As TeamConnection processes each part referenced in the makefile, it looks for a rule
that matches the part name. If a match is found, the rule is used. The rules are
searched from top to bottom. The first matching rule is used.
Comments are denoted by a pound sign (#) in the first column.
Columns are separated by spaces.
A sample rules file, called fhomigmk.rul, is supplied with TeamConnection. Use this file
to help you create a rules file that is appropriate for your development environment.
The following is a simple example of an import rules file:
<top of file>
#-----------------------------------------------------------------------------
# file mask type builder parser connect content parameters component
#-----------------------------------------------------------------------------
*.exe binary linker none input none /Debug ship
*.obj binary icc none input none /Ti+ objects
*.cpp text none cplus input * none source
*.h* text none cplus none * none source
<end of file>
If you do not specify a rules file in the /u parameter of the fhomigmk command,
TeamConnection uses the value of the TC_MAKEIMPORTRULES environment variable.
If no rules file is found, TeamConnection uses the following default rules:
<top of file>
#-----------------------------------------------------------------------------
# file mask type builder parser connect content parameters component
#-----------------------------------------------------------------------------
*.* text none none none none none root
238 User’s Guide