2.10.2 Concantenating Files with kfort

Insert a plus + between file names, as follows:

kfort test.f+test2.f+test3.f

KAP creates a file on the current directory named test_ kapcombined.f that is derived from the name of the first file in the concatenation list. test_kapcombined.f is a file with all the files concatenated. The following results from the example:

kapf /cmp=[]test_kapcombined_cmp.f test_kapcombined.f   /natural

for/fast/optimize=(tune=host,level=5) test_kapcombined_cmp.f

link /EXECUTABLE=test_kapcombined.exe test_kapcombined_cmp.obj

test_kapcombined.f remains in the current directory with the transformed file test_kapcombined_cmp.f


Previous Page | Next Page | Contents | Index |
Command-Line Qualifiers

Copyright © Digital Equipment Corporation. 1999. All Rights Reserved.