]> git.wh0rd.org - dump.git/blob - compat/include/Makefile.in
More improvements from Aaron S. Hawley <ashawley@sourceforge.net>
[dump.git] / compat / include / Makefile.in
1 # $Id: Makefile.in,v 1.4 2003/01/24 11:01:48 stelian Exp $
2
3 top_srcdir= @top_srcdir@
4 srcdir= @srcdir@
5 top_builddir= ../..
6
7 @MCONFIG@
8
9 all::
10
11 install::
12
13 clean::
14 $(RM) -f \#* *~ core
15
16 distclean:: clean
17 $(RM) -f Makefile Makefile.old .depend
18
19 # +++ Dependency line eater +++
20 #
21 # Makefile dependencies follow. This must be the last section in
22 # the Makefile.in file
23 #
24