/[zanavi_public1]/navit/navit/binding/dbus/Makefile.am
ZANavi

Contents of /navit/navit/binding/dbus/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Fri Oct 28 21:19:04 2011 UTC (12 years, 5 months ago) by zoff99
File size: 612 byte(s)
import files
1 include $(top_srcdir)/Makefile.inc
2 AM_CPPFLAGS = @NAVIT_CFLAGS@ @DBUS_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=binding_dbus
3 modulebinding_LTLIBRARIES = libbinding_dbus.la
4 libbinding_dbus_la_SOURCES = binding_dbus.c
5 libbinding_dbus_la_LIBADD = @DBUS_LIBS@
6 libbinding_dbus_la_LDFLAGS = -module -avoid-version
7
8 servicedir = @DBUS_SERVICE_DIR@
9 service_in_files = org.navit_project.navit.service.in
10 service_DATA = $(service_in_files:.service.in=.service)
11
12 $(service_DATA): $(service_in_files) Makefile
13 sed -e "s|\@bindir\@|$(bindir)|" $< > $@
14
15 EXTRA_DIST = $(service_in_files)
16
17 distclean-local:
18 rm -f $(service_DATA)

   
Visit the ZANavi Wiki