diff options
author | David Walter Seikel | 2012-01-04 18:41:13 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-04 18:41:13 +1000 |
commit | dd7595a3475407a7fa96a97393bae8c5220e8762 (patch) | |
tree | e341e911d7eb911a51684a7412ef7f7c7605d28e /libraries/evas/src/static_deps/liblinebreak/Makefile.am | |
parent | Add the skeleton. (diff) | |
download | SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.zip SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.gz SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.bz2 SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.xz |
Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje.
Note that embryo wont be used, but I'm not sure yet if you can build edje without it.
Diffstat (limited to 'libraries/evas/src/static_deps/liblinebreak/Makefile.am')
-rw-r--r-- | libraries/evas/src/static_deps/liblinebreak/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libraries/evas/src/static_deps/liblinebreak/Makefile.am b/libraries/evas/src/static_deps/liblinebreak/Makefile.am new file mode 100644 index 0000000..f386455 --- /dev/null +++ b/libraries/evas/src/static_deps/liblinebreak/Makefile.am | |||
@@ -0,0 +1,18 @@ | |||
1 | MAINTAINERCLEANFILES = Makefile.in | ||
2 | |||
3 | #noinst_PROGRAMS = filter_dup | ||
4 | noinst_HEADERS = linebreak.h linebreakdef.h | ||
5 | noinst_LTLIBRARIES = liblinebreak.la | ||
6 | |||
7 | liblinebreak_la_SOURCES = \ | ||
8 | linebreak.c \ | ||
9 | linebreakdata.c \ | ||
10 | linebreakdef.c | ||
11 | |||
12 | EXTRA_DIST = \ | ||
13 | LineBreak1.sed \ | ||
14 | LineBreak2.sed \ | ||
15 | linebreakdata1.tmpl \ | ||
16 | linebreakdata2.tmpl \ | ||
17 | linebreakdata3.tmpl \ | ||
18 | LICENCE | ||