/[zanavi_public1]/navit/navit/gui/qml/Makefile.am
ZANavi

Contents of /navit/navit/gui/qml/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: 853 byte(s)
import files
1 include $(top_srcdir)/Makefile.inc
2 AM_CPPFLAGS = @QT_DECLARATIVE_CFLAGS@ @QT_GUI_CFLAGS@ @QT_XML_CFLAGS@ @NAVIT_CFLAGS@ -I$(top_srcdir) -I$(top_srcdir)/navit -DMODULE=gui_qml
3 modulegui_LTLIBRARIES = libgui_qml.la
4 libgui_qml_la_SOURCES = proxy.moc proxy.h ngqpoint.moc ngqpoint.h searchProxy.moc routeProxy.h searchProxy.h bookmarksProxy.moc bookmarksProxy.h vehicleProxy.moc vehicleProxy.h navitProxy.moc navitProxy.h guiProxy.moc guiProxy.h gui_qml.moc gui_qml.cpp
5 libgui_qml_la_LDFLAGS = @QT_DECLARATIVE_LIBS@ @QT_GUI_LIBS@ @QT_XML_LIBS@ -module -avoid-version
6 BUILT_SOURCES = gui_qml.moc proxy.moc ngqpoint.moc routeProxy.moc searchProxy.moc bookmarksProxy.moc vehicleProxy.moc navitProxy.moc guiProxy.moc
7 %.moc: %.h
8 @MOC@ $(srcdir)/$< > $@ || touch $@
9 %.moc: %.cpp
10 @MOC@ $(srcdir)/$< > $@ || touch $@
11 distclean-local:
12 -$(RM) *.moc
13
14 SUBDIRS=skins

   
Visit the ZANavi Wiki