/[svn]/gigedit/trunk/src/gigedit/Makefile.am
ViewVC logotype

Contents of /gigedit/trunk/src/gigedit/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2359 - (show annotations) (download)
Sun Aug 5 13:21:12 2012 UTC (11 years, 8 months ago) by persson
File size: 873 byte(s)
* fixed building on Debian testing (#186)

1 AM_CPPFLAGS = $(GTKMM_CFLAGS) $(GIG_CFLAGS)
2 DEFS = -DLOCALEDIR=\"$(datadir)/locale\" @DEFS@
3
4 if HAVE_GTK3
5 wraplabel =
6 else
7 wraplabel = wrapLabel.cc wrapLabel.hh
8 endif
9
10 pkglib_LTLIBRARIES = libgigedit.la
11 libgigedit_la_SOURCES = \
12 global.h \
13 compat.cpp compat.h \
14 gigedit.cpp gigedit.h \
15 mainwindow.cpp mainwindow.h \
16 regionchooser.cpp regionchooser.h \
17 dimregionchooser.cpp dimregionchooser.h \
18 dimregionedit.cpp dimregionedit.h \
19 paramedit.cpp paramedit.h \
20 dimensionmanager.cpp dimensionmanager.h \
21 $(wraplabel)
22 libgigedit_la_LIBADD = \
23 $(GTKMM_LIBS) $(GIG_LIBS) $(SNDFILE_LIBS)
24 libgigedit_la_CXXFLAGS = \
25 $(SNDFILE_CFLAGS)
26 libgigedit_la_LDFLAGS = \
27 -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ -no-undefined
28
29 bin_PROGRAMS = gigedit
30 gigedit_SOURCES = main.cpp
31 gigedit_LDADD = libgigedit.la $(SIGC_LIBS)
32 if WINDOWS
33 gigedit_LDFLAGS = -mwindows
34 endif

  ViewVC Help
Powered by ViewVC