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