~ubuntu-branches/debian/jessie/liblouis/jessie

« back to all changes in this revision

Viewing changes to tools/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Thibault
  • Date: 2010-01-12 23:48:47 UTC
  • mto: (1.1.4 upstream) (5.2.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100112234847-ph9xdk3lrjdox6ks
ImportĀ upstreamĀ versionĀ 1.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
INCLUDES =              \
2
 
        -I$(top_srcdir) -I$(top_srcdir)/liblouis
3
 
LDADD = $(top_builddir)/liblouis/liblouis.la
 
1
AM_CPPFLAGS = \
 
2
        -I$(top_srcdir)/liblouis \
 
3
        -I$(top_srcdir)/gnulib
 
4
 
 
5
LDADD = \
 
6
        $(top_builddir)/liblouis/liblouis.la \
 
7
        $(top_builddir)/gnulib/libgnu.la \
 
8
        $(LTLIBINTL)
4
9
 
5
10
bin_PROGRAMS=                   \
6
11
        lou_allround                    \
13
18
        lou_allround.c
14
19
lou_checkhyphens_SOURCES= \
15
20
        lou_checkhyphens.c
16
 
lou_checktable_SOURCES=         \
 
21
lou_checktable_SOURCES = \
17
22
        lou_checktable.c
18
23
lou_debug_SOURCES = \
19
24
        lou_debug.c
20
 
lou_translate_SOURCES=          \
 
25
lou_translate_SOURCES = \
21
26
        lou_translate.c