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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2604 by schoenebeck, Sat Jun 7 22:34:31 2014 UTC revision 3157 by schoenebeck, Mon May 8 17:30:10 2017 UTC
# Line 8  wraplabel = wrapLabel.cc wrapLabel.hh Line 8  wraplabel = wrapLabel.cc wrapLabel.hh
8  endif  endif
9    
10  if MAC  if MAC
11  mac_src = MacHelper.h MacHelper.m  mac_src = MacHelper.h MacHelper.mm
12  mac_ld = -framework Foundation  mac_ld = -framework Foundation
13  else  else
14  mac_src =  mac_src =
15  mac_ld =  mac_ld =
16  endif  endif
17    
18    SUBDIRS = gfx
19    
20  pkglib_LTLIBRARIES = libgigedit.la  pkglib_LTLIBRARIES = libgigedit.la
21  libgigedit_la_SOURCES = \  libgigedit_la_SOURCES = \
22          global.h \          global.h \
23            Settings.cpp Settings.h \
24          compat.cpp compat.h \          compat.cpp compat.h \
25          gigedit.cpp gigedit.h \          gigedit.cpp gigedit.h \
26          mainwindow.cpp mainwindow.h \          mainwindow.cpp mainwindow.h \
# Line 28  libgigedit_la_SOURCES = \ Line 31  libgigedit_la_SOURCES = \
31          dimensionmanager.cpp dimensionmanager.h \          dimensionmanager.cpp dimensionmanager.h \
32          CombineInstrumentsDialog.cpp CombineInstrumentsDialog.h \          CombineInstrumentsDialog.cpp CombineInstrumentsDialog.h \
33          midirules.cpp midirules.h \          midirules.cpp midirules.h \
         Settings.cpp Settings.h \  
34          scripteditor.cpp scripteditor.h \          scripteditor.cpp scripteditor.h \
35            scriptslots.cpp scriptslots.h \
36            ReferencesView.cpp ReferencesView.h \
37            MacroEditor.cpp MacroEditor.h \
38            MacrosSetup.cpp MacrosSetup.h \
39            ManagedWindow.cpp ManagedWindow.h \
40          $(wraplabel) $(mac_src)          $(wraplabel) $(mac_src)
41  libgigedit_la_LIBADD = \  libgigedit_la_LIBADD = \
42          $(GTKMM_LIBS) $(GIG_LIBS) $(SNDFILE_LIBS)          $(GTKMM_LIBS) $(GIG_LIBS) $(SNDFILE_LIBS) gfx/libgigeditgfx.la
43  libgigedit_la_CXXFLAGS = \  libgigedit_la_CXXFLAGS = \
44          $(SNDFILE_CFLAGS)          $(SNDFILE_CFLAGS)
45  libgigedit_la_LDFLAGS = \  libgigedit_la_LDFLAGS = \

Legend:
Removed from v.2604  
changed lines
  Added in v.3157

  ViewVC Help
Powered by ViewVC