/[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 2548 - (show annotations) (download)
Tue May 13 12:17:43 2014 UTC (9 years, 10 months ago) by schoenebeck
File size: 1115 byte(s)
* Combine instruments: a new feature that allows to merge a selection of
  instruments to one new single instrument. It uses the 'layer' dimension
  to stack up the instruments. This feature is available from the main menu
  under 'Tools' -> 'Combine Instruments'.

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 CombineInstrumentsDialog.cpp CombineInstrumentsDialog.h \
30 midirules.cpp midirules.h \
31 Settings.cpp Settings.h \
32 $(wraplabel) $(mac_src)
33 libgigedit_la_LIBADD = \
34 $(GTKMM_LIBS) $(GIG_LIBS) $(SNDFILE_LIBS)
35 libgigedit_la_CXXFLAGS = \
36 $(SNDFILE_CFLAGS)
37 libgigedit_la_LDFLAGS = \
38 -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ -no-undefined \
39 $(mac_ld)
40
41 bin_PROGRAMS = gigedit
42 gigedit_SOURCES = main.cpp
43 gigedit_LDADD = libgigedit.la $(SIGC_LIBS)
44 if WINDOWS
45 gigedit_LDFLAGS = -mwindows
46 endif

  ViewVC Help
Powered by ViewVC