/[zanavi_public1]/navit/navit/speech/espeak/Makefile.am
ZANavi

Contents of /navit/navit/speech/espeak/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: 460 byte(s)
import files
1 include $(top_srcdir)/Makefile.inc
2 AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/navit -DMODULE=speech_espeak
3 if PLUGINS
4 modulespeech_LTLIBRARIES = libspeech_espeak.la
5 else
6 noinst_LTLIBRARIES = libspeech_espeak.la
7 endif
8 libspeech_espeak_la_SOURCES = speak.c
9 libspeech_espeak_la_LDFLAGS = -module -avoid-version @NAVIT_MODULE_LDFLAGS@ -L$(top_builddir)/navit/support/espeak -lsupport_espeak
10 if !SUPPORT_WIN32CE
11 libspeech_espeak_la_LDFLAGS += -Wl,-lwinmm
12 endif
13

   
Visit the ZANavi Wiki