xref: /netbsd-src/external/gpl2/xcvs/dist/diff/Makefile.am (revision a7c918477dd5f12c1da816ba05caf44eab2d06d6)
1*a7c91847Schristos## Makefile.am for GNU DIFF
2*a7c91847Schristos## Copyright (C) 2001 Free Software Foundation, Inc.
3*a7c91847Schristos##
4*a7c91847Schristos## This file is part of GNU DIFF.
5*a7c91847Schristos##
6*a7c91847Schristos## GNU DIFF is free software; you can redistribute it and/or modify
7*a7c91847Schristos## it under the terms of the GNU General Public License as published by
8*a7c91847Schristos## the Free Software Foundation; either version 2, or (at your option)
9*a7c91847Schristos## any later version.
10*a7c91847Schristos##
11*a7c91847Schristos## GNU DIFF is distributed in the hope that it will be useful,
12*a7c91847Schristos## but WITHOUT ANY WARRANTY; without even the implied warranty of
13*a7c91847Schristos## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14*a7c91847Schristos## GNU General Public License for more details.
15*a7c91847Schristos
16*a7c91847SchristosINCLUDES = -I$(top_srcdir)/lib -I$(top_builddir)/lib
17*a7c91847Schristos
18*a7c91847Schristosnoinst_LIBRARIES = libdiff.a
19*a7c91847Schristos
20*a7c91847Schristoslibdiff_a_SOURCES = diff.c diff3.c analyze.c cmpbuf.c cmpbuf.h io.c \
21*a7c91847Schristos        context.c ed.c normal.c ifdef.c util.c dir.c version.c diff.h \
22*a7c91847Schristos        side.c system.h diffrun.h
23*a7c91847Schristos
24*a7c91847SchristosEXTRA_DIST = \
25*a7c91847Schristos	.cvsignore \
26*a7c91847Schristos	ChangeLog \
27*a7c91847Schristos	build_diff.com \
28*a7c91847Schristos	diagmeet.note \
29*a7c91847Schristos	libdiff.dep \
30*a7c91847Schristos	libdiff.dsp \
31*a7c91847Schristos	libdiff.mak
32