/[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 2604 - (show annotations) (download)
Sat Jun 7 22:34:31 2014 UTC (9 years, 10 months ago) by schoenebeck
File size: 1150 byte(s)
* GIG SOUND FORMAT EXTENSION: Added support for managing and
  editing real-time instrument scripts. Instrument scripts are
  a LinuxSampler extension of the original Giga format and will
  not load with the GigaStudio software.
* Added a new tab "Scripts" where script groups and scripts can
  be created and deleted.
* Added an initial script editor.

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.m
12 mac_ld = -framework Foundation
13 else
14 mac_src =
15 mac_ld =
16 endif
17
18 pkglib_LTLIBRARIES = libgigedit.la
19 libgigedit_la_SOURCES = \
20 global.h \
21 compat.cpp compat.h \
22 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 dimensionmanager.cpp dimensionmanager.h \
29 CombineInstrumentsDialog.cpp CombineInstrumentsDialog.h \
30 midirules.cpp midirules.h \
31 Settings.cpp Settings.h \
32 scripteditor.cpp scripteditor.h \
33 $(wraplabel) $(mac_src)
34 libgigedit_la_LIBADD = \
35 $(GTKMM_LIBS) $(GIG_LIBS) $(SNDFILE_LIBS)
36 libgigedit_la_CXXFLAGS = \
37 $(SNDFILE_CFLAGS)
38 libgigedit_la_LDFLAGS = \
39 -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ -no-undefined \
40 $(mac_ld)
41
42 bin_PROGRAMS = gigedit
43 gigedit_SOURCES = main.cpp
44 gigedit_LDADD = libgigedit.la $(SIGC_LIBS)
45 if WINDOWS
46 gigedit_LDFLAGS = -mwindows
47 endif

  ViewVC Help
Powered by ViewVC