/[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 3192 - (hide annotations) (download)
Fri May 19 18:09:37 2017 UTC (6 years, 11 months ago) by schoenebeck
File size: 1414 byte(s)
* GTK3: Bringing back icons and keyboard accelerators / mnemonics for menus
  and buttons with GTK3; Cudos to those GTK heros who thought it might be
  a clever idea to simply remove such features for all users, all devices
  and all apps by default with GTK3!
* Debian: Added build-dependency to either libgtk2.0-dev or libgtk-3-dev.
* Debian: Added dependency to to either gnome-icon-theme or
  hicolor-icon-theme.
* Bumped version (1.0.0.svn48).

1 schoenebeck 3192 AM_CPPFLAGS = $(GTKMM_CFLAGS) $(GTK_CFLAGS) $(GIG_CFLAGS)
2 schoenebeck 1226 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 3192 $(GTKMM_LIBS) $(GTK_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 schoenebeck 3192 gigedit_LDADD = libgigedit.la $(SIGC_LIBS) $(GTK_LIBS) $(GTKMM_LIBS)
52 persson 1823 if WINDOWS
53     gigedit_LDFLAGS = -mwindows
54     endif

  ViewVC Help
Powered by ViewVC