new file: bin/f200M.js
[GalaxyCodeBases.git] / tools / vbindiff / Makefile.am
blob243d234af98b4c33f6e97c80bed7de17b8680293
1 ## Process this file with automake to produce Makefile.in
2 #---------------------------------------------------------------------
3 # Makefile.am
4 # Copyright 2008 Christopher J. Madsen
6 # Automake makefile for VBinDiff
8 # This program is free software; you can redistribute it and/or
9 # modify it under the terms of the GNU General Public License as
10 # published by the Free Software Foundation; either version 2 of
11 # the License, or (at your option) any later version.
13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 # GNU General Public License for more details.
18 # You should have received a copy of the GNU General Public License
19 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
20 #--------------------------------------------------------------------
22 bin_PROGRAMS = vbindiff
23 dist_man_MANS = vbindiff.1
24 vbindiff_SOURCES = vbindiff.cpp tables.h curses/ConWin.cpp curses/ConWin.hpp  \
25                    curses/FileIO.hpp GetOpt/GetOpt.cpp GetOpt/GetOpt.hpp
26 EXTRA_DIST = \
27         cjm-style.el            \
28         putty.src               \
29         README.PuTTY            \
30         tools/vbindiff.pod.tt   \
31         tools/NEWS.tt           \
32         tools/ReadMe.tt         \
33         tools/configure.commit  \
34         tools/genfile.pl        \
35         tools/getversion.pm     \
36         tools/maketxt.pl        \
37         tools/version.h.tt      \
38         tools/zipdist.pl        \
39         win32/ConWin.cpp        \
40         win32/ConWin.hpp        \
41         win32/FileIO.hpp        \
42         win32/StdAfx.cpp        \
43         win32/config.h          \
44         win32/vbindiff.dsp      \
45         win32/vbindiff.dsw      \
46         win32/vbindiff.rc       \
47         win32/version.h
49 AM_CPPFLAGS = -I$(srcdir)/curses
51 AM_CFLAGS = -Wall -D_FILE_OFFSET_BITS=64
52 AM_CXXFLAGS = $(AM_CFLAGS)
54 GENFILE = perl tools/genfile.pl
56 README : tools/ReadMe.tt configure.ac
57         $(GENFILE) $<
59 NEWS : tools/NEWS.tt configure.ac
60         $(GENFILE) $<
62 vbindiff.1 : tools/vbindiff.pod.tt configure.ac
63         $(GENFILE) $<
65 win32/version.h : tools/version.h.tt configure.ac
66         $(GENFILE) $<