/[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 2507 - (hide annotations) (download)
Sun Jan 12 19:37:55 2014 UTC (10 years, 3 months ago) by persson
File size: 1029 byte(s)
* added dialog for editing the CtrlTrigger and Legato midi rules

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

  ViewVC Help
Powered by ViewVC