/[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 2541 - (show annotations) (download)
Wed Apr 23 16:49:05 2014 UTC (9 years, 11 months ago) by schoenebeck
File size: 1056 byte(s)
* Mark all recently added new leverage controllers (which are an
  unofficial gig sound format extension, only understood by
  LinuxSampler so far, not by GSt) with a "[EXT]" tag and show
  the user a warning dialog in case he tries to use one of those
  new controller types (warning can be switched off from menu).

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 if MAC
11 mac_src = MacHelper.h MacHelper.m
12 mac_ld = -framework Foundation
13 else
14 mac_src =
15 mac_ld =
16 endif
17
18 pkglib_LTLIBRARIES = libgigedit.la
19 libgigedit_la_SOURCES = \
20 global.h \
21 compat.cpp compat.h \
22 gigedit.cpp gigedit.h \
23 mainwindow.cpp mainwindow.h \
24 regionchooser.cpp regionchooser.h \
25 dimregionchooser.cpp dimregionchooser.h \
26 dimregionedit.cpp dimregionedit.h \
27 paramedit.cpp paramedit.h \
28 dimensionmanager.cpp dimensionmanager.h \
29 midirules.cpp midirules.h \
30 Settings.cpp Settings.h \
31 $(wraplabel) $(mac_src)
32 libgigedit_la_LIBADD = \
33 $(GTKMM_LIBS) $(GIG_LIBS) $(SNDFILE_LIBS)
34 libgigedit_la_CXXFLAGS = \
35 $(SNDFILE_CFLAGS)
36 libgigedit_la_LDFLAGS = \
37 -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ -no-undefined \
38 $(mac_ld)
39
40 bin_PROGRAMS = gigedit
41 gigedit_SOURCES = main.cpp
42 gigedit_LDADD = libgigedit.la $(SIGC_LIBS)
43 if WINDOWS
44 gigedit_LDFLAGS = -mwindows
45 endif

  ViewVC Help
Powered by ViewVC