~ubuntu-branches/ubuntu/karmic/opensync/karmic

« back to all changes in this revision

Viewing changes to tools/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Robert Collins
  • Date: 2005-12-18 00:59:13 UTC
  • Revision ID: james.westby@ubuntu.com-20051218005913-8keii9amu8dfkfnp
Tags: upstream-0.18
ImportĀ upstreamĀ versionĀ 0.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
AM_CFLAGS = -Wall -Werror @GCOV_CFLAGS@
 
4
 
 
5
INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ @XML_CFLAGS@ -I$(top_srcdir)/osengine
 
6
 
 
7
if ENABLE_TOOLS
 
8
bin_PROGRAMS = osyncdump osyncstress osyncplugin osynctest osyncbinary
 
9
endif
 
10
 
 
11
osyncdump_SOURCES = osyncdump.c
 
12
osyncdump_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ -R $(libdir) @GCOV_LDFLAGS@
 
13
osyncdump_LDADD = $(top_builddir)/opensync/libopensync.la
 
14
 
 
15
osyncstress_SOURCES = osyncstress.c
 
16
osyncstress_LDFLAGS = @PACKAGE_LIBS@ -R $(libdir) @GCOV_LDFLAGS@
 
17
osyncstress_LDADD = $(top_builddir)/osengine/libosengine.la $(top_builddir)/opensync/libopensync.la
 
18
 
 
19
osyncplugin_SOURCES = osyncplugin.c
 
20
osyncplugin_LDFLAGS = @PACKAGE_LIBS@ -R $(libdir) @GCOV_LDFLAGS@
 
21
osyncplugin_LDADD = $(top_builddir)/opensync/libopensync.la
 
22
 
 
23
osynctest_SOURCES = osynctest.c
 
24
osynctest_LDFLAGS = @PACKAGE_LIBS@ -R $(libdir) @GCOV_LDFLAGS@
 
25
osynctest_LDADD = $(top_builddir)/osengine/libosengine.la $(top_builddir)/opensync/libopensync.la
 
26
 
 
27
osyncbinary_SOURCES = osyncbinary.c
 
28
osyncbinary_LDFLAGS = @PACKAGE_LIBS@ -R $(libdir)
 
29
osyncbinary_LDADD = $(top_builddir)/opensync/libopensync.la
 
30
 
 
31
CLEANFILES = \
 
32
        *.bb \
 
33
        *.bbg \
 
34
        *.da