~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

Viewing changes to src/tools/cb_share_config/Makefile.am

  • Committer: damienlmoore at gmail
  • Date: 2016-02-02 02:43:22 UTC
  • Revision ID: damienlmoore@gmail.com-20160202024322-yql5qmtbwdyamdwd
Code::BlocksĀ 16.01

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bin_PROGRAMS = cb_share_config
 
2
 
 
3
AM_CPPFLAGS = $(WX_CXXFLAGS) \
 
4
                        $(CB_GLIB2_CFLAGS) \
 
5
                        -I$(top_srcdir)/src/include \
 
6
                        -I$(top_srcdir)/src/include/tinyxml
 
7
 
 
8
cb_share_config_LDFLAGS =
 
9
 
 
10
cb_share_config_LDADD =  ../../base/tinyxml/libtinyxml.la \
 
11
                        $(WX_LIBS) \
 
12
                        $(CB_GLIB2_LIBS)
 
13
 
 
14
cb_share_config_SOURCES = app.cpp \
 
15
                        mainframe.cpp
 
16
 
 
17
noinst_HEADERS = app.h \
 
18
                        mainframe.h
 
19
 
 
20
man_MANS = cb_share_config.1
 
21
 
 
22
EXTRA_DIST = $(srcdir)/*.cbp \
 
23
                $(srcdir)/wxsmith/*.wxs \
 
24
                $(man_MANS)