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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3106 - (show annotations) (download)
Sat Feb 11 17:04:48 2017 UTC (7 years, 2 months ago) by schoenebeck
File size: 1328 byte(s)
* Show graphical symbol on region that uses loop(s).
* Show graphical symbol on region that misses sample
  reference(s).
* Bumped version (1.0.0.svn27).

1 AM_CPPFLAGS = $(GTKMM_CFLAGS) $(GIG_CFLAGS)
2 DEFS = -DLOCALEDIR=\"$(datadir)/locale\" @DEFS@
3
4 if HAVE_GTK3
5 wraplabel =
6 else
7 wraplabel = wrapLabel.cc wrapLabel.hh
8 endif
9
10 if MAC
11 mac_src = MacHelper.h MacHelper.mm
12 mac_ld = -framework Foundation
13 else
14 mac_src =
15 mac_ld =
16 endif
17
18 SUBDIRS = gfx
19
20 pkglib_LTLIBRARIES = libgigedit.la
21 libgigedit_la_SOURCES = \
22 global.h \
23 Settings.cpp Settings.h \
24 compat.cpp compat.h \
25 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 dimensionmanager.cpp dimensionmanager.h \
32 CombineInstrumentsDialog.cpp CombineInstrumentsDialog.h \
33 midirules.cpp midirules.h \
34 scripteditor.cpp scripteditor.h \
35 scriptslots.cpp scriptslots.h \
36 ReferencesView.cpp ReferencesView.h \
37 ManagedWindow.cpp ManagedWindow.h \
38 $(wraplabel) $(mac_src)
39 libgigedit_la_LIBADD = \
40 $(GTKMM_LIBS) $(GIG_LIBS) $(SNDFILE_LIBS)
41 libgigedit_la_CXXFLAGS = \
42 $(SNDFILE_CFLAGS)
43 libgigedit_la_LDFLAGS = \
44 -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ -no-undefined \
45 $(mac_ld)
46
47 libgigedit_la_LIBADD = \
48 gfx/libgigeditgfx.la \
49
50 bin_PROGRAMS = gigedit
51 gigedit_SOURCES = main.cpp
52 gigedit_LDADD = libgigedit.la $(SIGC_LIBS)
53 if WINDOWS
54 gigedit_LDFLAGS = -mwindows
55 endif

  ViewVC Help
Powered by ViewVC