File: Makefile.am

package info (click to toggle)
opensync 0.22-4squeeze1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,720 kB
  • ctags: 2,595
  • sloc: ansic: 28,108; sh: 8,926; makefile: 433
file content (18 lines) | stat: -rw-r--r-- 619 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Process this file with automake to produce Makefile.in

AM_CFLAGS = -Wall @XML_CFLAGS@ -Werror @GCOV_CFLAGS@ -DOPENSYNC_PLUGINDIR=\"@OPENSYNC_PLUGINDIR@\" -DOPENSYNC_CONFIGDIR=\"@OPENSYNC_CONFIGDIR@\" -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\"

INCLUDES = -I$(top_srcdir) @PACKAGE_CFLAGS@ @XML_CFLAGS@ -I$(top_srcdir)/osengine -I$(top_srcdir)/opensync

libexec_PROGRAMS = osplugin

ospluginincludedir = @OPENSYNC_HEADERDIR@

osplugin_SOURCES = osplugin.c
osplugin_LDFLAGS = @PACKAGE_LIBS@ @XML_LIBS@ @GCOV_LDFLAGS@
osplugin_LDADD = $(top_builddir)/opensync/libopensync.la

CLEANFILES = \
	*.bb \
	*.bbg \
	*.da