/[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 2624 - (hide annotations) (download)
Wed Jun 11 20:26:26 2014 UTC (9 years, 9 months ago) by schoenebeck
File size: 1222 byte(s)
* Samples tree view: implemented sample reference browser, which shows a
  tree with all instruments and their respective regions which reference the
  selected sample once ore more.

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 2624 ReferencesView.cpp ReferencesView.h \
35 schoenebeck 2474 $(wraplabel) $(mac_src)
36 schoenebeck 1226 libgigedit_la_LIBADD = \
37     $(GTKMM_LIBS) $(GIG_LIBS) $(SNDFILE_LIBS)
38     libgigedit_la_CXXFLAGS = \
39     $(SNDFILE_CFLAGS)
40     libgigedit_la_LDFLAGS = \
41 schoenebeck 2474 -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ -no-undefined \
42     $(mac_ld)
43 schoenebeck 1226
44     bin_PROGRAMS = gigedit
45     gigedit_SOURCES = main.cpp
46 persson 2359 gigedit_LDADD = libgigedit.la $(SIGC_LIBS)
47 persson 1823 if WINDOWS
48     gigedit_LDFLAGS = -mwindows
49     endif

  ViewVC Help
Powered by ViewVC