diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2008-02-08 17:28:24 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2008-02-08 17:28:24 +0000 |
commit | d930e60f53da36d97d91f77e00d01c242f4aba37 (patch) | |
tree | 10508a97e179a73aaca1fcc9d79a3de24026bfd4 /Build/source/libs/graphite-engine/test/ProfileHarness/Makefile.am | |
parent | fcfc8e4880e9573c7c7e54476667079a8269f0fb (diff) |
graphite update (synch with XeTeX repository rev.562)
git-svn-id: svn://tug.org/texlive/trunk@6568 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/graphite-engine/test/ProfileHarness/Makefile.am')
-rw-r--r-- | Build/source/libs/graphite-engine/test/ProfileHarness/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Build/source/libs/graphite-engine/test/ProfileHarness/Makefile.am b/Build/source/libs/graphite-engine/test/ProfileHarness/Makefile.am new file mode 100644 index 00000000000..07d07348eff --- /dev/null +++ b/Build/source/libs/graphite-engine/test/ProfileHarness/Makefile.am @@ -0,0 +1,14 @@ +AUTOMAKE_OPTIONS = 1.6 + +noinst_PROGRAMS = profile-graphite + +AM_CPPFLAGS = -I$(top_srcdir)/include + +profile_graphite_LDFLAGS = -L$(top_builddir)/src -lgraphite + +profile_graphite_SOURCES = \ + GrUtfTextSrc.cpp GrUtfTextSrc.h \ + ProfileHarness.cpp + +#dist-hook: +# rm -f grregtest.log tracelog.txt |