/[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 2610 by schoenebeck, Sun Jun 8 19:09:26 2014 UTC revision 3152 by schoenebeck, Fri May 5 19:06:20 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 \          scriptslots.cpp scriptslots.h \
36            ReferencesView.cpp ReferencesView.h \
37            MacroEditor.cpp MacroEditor.h \
38            ManagedWindow.cpp ManagedWindow.h \
39          $(wraplabel) $(mac_src)          $(wraplabel) $(mac_src)
40  libgigedit_la_LIBADD = \  libgigedit_la_LIBADD = \
41          $(GTKMM_LIBS) $(GIG_LIBS) $(SNDFILE_LIBS)          $(GTKMM_LIBS) $(GIG_LIBS) $(SNDFILE_LIBS) gfx/libgigeditgfx.la
42  libgigedit_la_CXXFLAGS = \  libgigedit_la_CXXFLAGS = \
43          $(SNDFILE_CFLAGS)          $(SNDFILE_CFLAGS)
44  libgigedit_la_LDFLAGS = \  libgigedit_la_LDFLAGS = \

Legend:
Removed from v.2610  
changed lines
  Added in v.3152

  ViewVC Help
Powered by ViewVC