1 ## Process this file with automake to produce Makefile.in
2 #---------------------------------------------------------------------
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
30 tools/vbindiff.pod.tt \
33 tools/configure.commit \
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
59 NEWS : tools/NEWS.tt configure.ac
62 vbindiff.1 : tools/vbindiff.pod.tt configure.ac
65 win32/version.h : tools/version.h.tt configure.ac