diff options
author | Werner Lemberg <wl@gnu.org> | 2001-04-03 21:07:36 +0000 |
---|---|---|
committer | Werner Lemberg <wl@gnu.org> | 2001-04-03 21:07:36 +0000 |
commit | a1844e0927e0fd5230c59c1b3172ed5e5789d088 (patch) | |
tree | bd213e02514bd0113231ef9380cae227304d5078 /src/pcf/Jamfile | |
parent | 1429db6c4f6763b14cdb4474244ed6a60d7fea1b (diff) |
* Jamfile, src/Jamfile, src/*/Jamfile: Formatted. Slight changes
to give files identical structure.
Diffstat (limited to 'src/pcf/Jamfile')
-rw-r--r-- | src/pcf/Jamfile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/pcf/Jamfile b/src/pcf/Jamfile index c9938e31..0a80b773 100644 --- a/src/pcf/Jamfile +++ b/src/pcf/Jamfile @@ -1,6 +1,9 @@ -SubDir FT2_TOP src pcf ; +# FreeType 2 src/pcf Jamfile (c) 2001 David Turner +# -SubDirHdrs [ FT2_SubDir src pcf ] ; +SubDir FT2_TOP src pcf ; + +SubDirHdrs [ FT2_SubDir src pcf ] ; { local _sources ; @@ -14,8 +17,7 @@ SubDirHdrs [ FT2_SubDir src pcf ] ; _sources = pcf.c ; } - Library $(FT2_LIB) : $(_sources) ; + Library $(FT2_LIB) : $(_sources) ; } - - +# end of src/pcf Jamfile |