v* indicates to use the name in the make®le, relative to the current working directory.

For example, if a make®le speci®es a ®le src\abc.cbl and the make®le speci®es f:\mysrc\, the content is expected in f:\mysrc\src\abc.cbl. For a ®le 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 speci®ed, the value of the TC_COMPONENT environment variable is used.

As TeamConnection processes each part referenced in the make®le, 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 ®rst matching rule is used.

Comments are denoted by a pound sign (#) in the ®rst column.

Columns are separated by spaces.

A sample rules ®le, called fhomigmk.rul, is supplied with TeamConnection. Use this ®le to help you create a rules ®le that is appropriate for your development environment.

The following is a simple example of an import rules ®le:

<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 ®le in the /u parameter of the fhomigmk command, TeamConnection uses the value of the TC_MAKEIMPORTRULES environment variable. If no rules ®le 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

238User's Guide

Page 258
Image 258
IBM SC34-4499-03 manual Parameters, Component