/[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 3157 - (hide annotations) (download)
Mon May 8 17:30:10 2017 UTC (6 years, 11 months ago) by schoenebeck
File size: 1362 byte(s)
* Fixed potentially unhandled exceptions when app is loading
  its config file.
* WIP: Introduced user configurable list of macros which are
  auto assigned to keyboard accelerators (F1 ... F12) and
  saved along with the app's config file (added under new
  main menu bar section "Macro").
* Bumped version (1.0.0.svn38).

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 schoenebeck 3068 mac_src = MacHelper.h MacHelper.mm
12 schoenebeck 2474 mac_ld = -framework Foundation
13     else
14     mac_src =
15     mac_ld =
16     endif
17    
18 schoenebeck 3106 SUBDIRS = gfx
19    
20 schoenebeck 1226 pkglib_LTLIBRARIES = libgigedit.la
21     libgigedit_la_SOURCES = \
22 schoenebeck 1396 global.h \
23 schoenebeck 2891 Settings.cpp Settings.h \
24 persson 2169 compat.cpp compat.h \
25 schoenebeck 1226 gigedit.cpp gigedit.h \
26     mainwindow.cpp mainwindow.h \
27     regionchooser.cpp regionchooser.h \
28     dimregionchooser.cpp dimregionchooser.h \
29     dimregionedit.cpp dimregionedit.h \
30     paramedit.cpp paramedit.h \
31 persson 1799 dimensionmanager.cpp dimensionmanager.h \
32 schoenebeck 2548 CombineInstrumentsDialog.cpp CombineInstrumentsDialog.h \
33 persson 2507 midirules.cpp midirules.h \
34 schoenebeck 2604 scripteditor.cpp scripteditor.h \
35 schoenebeck 2610 scriptslots.cpp scriptslots.h \
36 schoenebeck 2624 ReferencesView.cpp ReferencesView.h \
37 schoenebeck 3152 MacroEditor.cpp MacroEditor.h \
38 schoenebeck 3157 MacrosSetup.cpp MacrosSetup.h \
39 schoenebeck 2893 ManagedWindow.cpp ManagedWindow.h \
40 schoenebeck 2474 $(wraplabel) $(mac_src)
41 schoenebeck 1226 libgigedit_la_LIBADD = \
42 schoenebeck 3107 $(GTKMM_LIBS) $(GIG_LIBS) $(SNDFILE_LIBS) gfx/libgigeditgfx.la
43 schoenebeck 1226 libgigedit_la_CXXFLAGS = \
44     $(SNDFILE_CFLAGS)
45     libgigedit_la_LDFLAGS = \
46 schoenebeck 2474 -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ -no-undefined \
47     $(mac_ld)
48 schoenebeck 1226
49     bin_PROGRAMS = gigedit
50     gigedit_SOURCES = main.cpp
51 persson 2359 gigedit_LDADD = libgigedit.la $(SIGC_LIBS)
52 persson 1823 if WINDOWS
53     gigedit_LDFLAGS = -mwindows
54     endif

  ViewVC Help
Powered by ViewVC