summaryrefslogtreecommitdiff
path: root/src/pcf/Jamfile
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2001-04-03 21:07:36 +0000
committerWerner Lemberg <wl@gnu.org>2001-04-03 21:07:36 +0000
commita1844e0927e0fd5230c59c1b3172ed5e5789d088 (patch)
treebd213e02514bd0113231ef9380cae227304d5078 /src/pcf/Jamfile
parent1429db6c4f6763b14cdb4474244ed6a60d7fea1b (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/Jamfile12
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