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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2610 - (hide annotations) (download)
Sun Jun 8 19:09:26 2014 UTC (9 years, 10 months ago) by schoenebeck
File size: 1183 byte(s)
* GIG SOUND FORMAT EXTENSION: Added support for managing script slots for
  instruments. Script slots define which scripts shall be executed for an
  instrument by the sampler and in which order.

1 schoenebeck 1226 AM_CPPFLAGS = $(GTKMM_CFLAGS) $(GIG_CFLAGS)
2     DEFS = -DLOCALEDIR=\"$(datadir)/locale\" @DEFS@
3    
4 persson 2344 if HAVE_GTK3
5     wraplabel =
6     else
7     wraplabel = wrapLabel.cc wrapLabel.hh
8     endif
9    
10 schoenebeck 2474 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 schoenebeck 1226 pkglib_LTLIBRARIES = libgigedit.la
19     libgigedit_la_SOURCES = \
20 schoenebeck 1396 global.h \
21 persson 2169 compat.cpp compat.h \
22 schoenebeck 1226 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 persson 1799 dimensionmanager.cpp dimensionmanager.h \
29 schoenebeck 2548 CombineInstrumentsDialog.cpp CombineInstrumentsDialog.h \
30 persson 2507 midirules.cpp midirules.h \
31 schoenebeck 2541 Settings.cpp Settings.h \
32 schoenebeck 2604 scripteditor.cpp scripteditor.h \
33 schoenebeck 2610 scriptslots.cpp scriptslots.h \
34 schoenebeck 2474 $(wraplabel) $(mac_src)
35 schoenebeck 1226 libgigedit_la_LIBADD = \
36     $(GTKMM_LIBS) $(GIG_LIBS) $(SNDFILE_LIBS)
37     libgigedit_la_CXXFLAGS = \
38     $(SNDFILE_CFLAGS)
39     libgigedit_la_LDFLAGS = \
40 schoenebeck 2474 -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ -no-undefined \
41     $(mac_ld)
42 schoenebeck 1226
43     bin_PROGRAMS = gigedit
44     gigedit_SOURCES = main.cpp
45 persson 2359 gigedit_LDADD = libgigedit.la $(SIGC_LIBS)
46 persson 1823 if WINDOWS
47     gigedit_LDFLAGS = -mwindows
48     endif

  ViewVC Help
Powered by ViewVC