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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1809 - (hide annotations) (download)
Sun Dec 14 15:52:10 2008 UTC (15 years, 4 months ago) by persson
File size: 761 byte(s)
* fixes for building the plugin with MinGW

1 schoenebeck 1226 AM_CPPFLAGS = $(GTKMM_CFLAGS) $(GIG_CFLAGS)
2     DEFS = -DLOCALEDIR=\"$(datadir)/locale\" @DEFS@
3    
4     pkglib_LTLIBRARIES = libgigedit.la
5     libgigedit_la_SOURCES = \
6 schoenebeck 1396 global.h \
7 schoenebeck 1226 gigedit.cpp gigedit.h \
8     mainwindow.cpp mainwindow.h \
9     regionchooser.cpp regionchooser.h \
10     dimregionchooser.cpp dimregionchooser.h \
11     dimregionedit.cpp dimregionedit.h \
12     paramedit.cpp paramedit.h \
13 persson 1799 dimensionmanager.cpp dimensionmanager.h \
14     wrapLabel.cc wrapLabel.hh
15 schoenebeck 1226 libgigedit_la_LIBADD = \
16     $(GTKMM_LIBS) $(GIG_LIBS) $(SNDFILE_LIBS)
17     libgigedit_la_CXXFLAGS = \
18     $(SNDFILE_CFLAGS)
19     libgigedit_la_LDFLAGS = \
20 persson 1809 -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ -no-undefined
21 schoenebeck 1226
22     bin_PROGRAMS = gigedit
23     gigedit_SOURCES = main.cpp
24     gigedit_LDADD = \
25     $(top_builddir)/src/gigedit/libgigedit.la

  ViewVC Help
Powered by ViewVC