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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1100 - (show annotations) (download)
Sat Mar 17 09:20:19 2007 UTC (17 years, 1 month ago) by persson
File size: 415 byte(s)
* code refactoring: dimregion editor and parameter editors extracted
  to separate files.
* loading progress dialog now also shown when filename is given as
  argument

1 bin_PROGRAMS = gigedit
2 gigedit_SOURCES = main.cpp \
3 mainwindow.cpp mainwindow.h \
4 regionchooser.cpp regionchooser.h \
5 dimregionchooser.cpp dimregionchooser.h \
6 dimregionedit.cpp dimregionedit.h \
7 paramedit.cpp paramedit.h
8 gigedit_CXXFLAGS = $(SNDFILE_CFLAGS)
9 gigedit_LDADD = $(GTKMM_LIBS) $(GIG_LIBS) $(SNDFILE_LIBS)
10
11 AM_CPPFLAGS = $(GTKMM_CFLAGS) $(GIG_CFLAGS)
12 DEFS = -DLOCALEDIR=\"$(datadir)/locale\" @DEFS@

  ViewVC Help
Powered by ViewVC