/[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 2474 - (show annotations) (download)
Sun Sep 15 18:16:21 2013 UTC (10 years, 7 months ago) by schoenebeck
File size: 1000 byte(s)
* Mac OS X: try to launch the GUI on the process's "main" thread

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 $(wraplabel) $(mac_src)
30 libgigedit_la_LIBADD = \
31 $(GTKMM_LIBS) $(GIG_LIBS) $(SNDFILE_LIBS)
32 libgigedit_la_CXXFLAGS = \
33 $(SNDFILE_CFLAGS)
34 libgigedit_la_LDFLAGS = \
35 -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ -no-undefined \
36 $(mac_ld)
37
38 bin_PROGRAMS = gigedit
39 gigedit_SOURCES = main.cpp
40 gigedit_LDADD = libgigedit.la $(SIGC_LIBS)
41 if WINDOWS
42 gigedit_LDFLAGS = -mwindows
43 endif

  ViewVC Help
Powered by ViewVC