Lines 1-84
Link Here
|
1 |
--- bogofilter-0.8.0/Makefile.in Sat Nov 9 19:21:40 2002 |
|
|
2 |
+++ bogofilter-0.8.0.1/Makefile.in Mon Nov 11 02:07:42 2002 |
3 |
@@ -1,4 +1,4 @@ |
4 |
-# Makefile.in generated by automake 1.7 from Makefile.am. |
5 |
+# Makefile.in generated by automake 1.7.1 from Makefile.am. |
6 |
# @configure_input@ |
7 |
|
8 |
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 |
9 |
@@ -119,7 +119,9 @@ |
10 |
man1_MANS = bogofilter.1 bogoutil.1 bogoupgrade.1 bogolexer.1 |
11 |
|
12 |
# what to build that from |
13 |
-MYCOMMON = xmalloc.h xmalloc.c xstrdup.h xstrdup.c globals.h debug.h debug.c |
14 |
+MYCOMMON = xmalloc.h xmalloc.c xstrdup.h xstrdup.c globals.h debug.h \ |
15 |
+debug.c find_home.c find_home.h |
16 |
+ |
17 |
|
18 |
BUILT_SOURCES = version.h |
19 |
|
20 |
@@ -164,7 +166,8 @@ |
21 |
check_PROGRAMS = debugtest$(EXEEXT) configtest$(EXEEXT) |
22 |
PROGRAMS = $(bin_PROGRAMS) |
23 |
|
24 |
-am__objects_1 = xmalloc.$(OBJEXT) xstrdup.$(OBJEXT) debug.$(OBJEXT) |
25 |
+am__objects_1 = xmalloc.$(OBJEXT) xstrdup.$(OBJEXT) debug.$(OBJEXT) \ |
26 |
+ find_home.$(OBJEXT) |
27 |
am_bogofilter_OBJECTS = bogofilter.$(OBJEXT) main.$(OBJEXT) \ |
28 |
lexer.$(OBJEXT) datastore_db.$(OBJEXT) config.$(OBJEXT) \ |
29 |
rstats.$(OBJEXT) wordhash.$(OBJEXT) wordlists.$(OBJEXT) \ |
30 |
@@ -206,10 +209,11 @@ |
31 |
@AMDEP_TRUE@ ./$(DEPDIR)/bogolexer.Po ./$(DEPDIR)/bogoutil.Po \ |
32 |
@AMDEP_TRUE@ ./$(DEPDIR)/config.Po ./$(DEPDIR)/configtest.Po \ |
33 |
@AMDEP_TRUE@ ./$(DEPDIR)/datastore_db.Po ./$(DEPDIR)/debug.Po \ |
34 |
-@AMDEP_TRUE@ ./$(DEPDIR)/debug.main.Po ./$(DEPDIR)/lexer.Po \ |
35 |
-@AMDEP_TRUE@ ./$(DEPDIR)/main.Po ./$(DEPDIR)/rstats.Po \ |
36 |
-@AMDEP_TRUE@ ./$(DEPDIR)/wordhash.Po ./$(DEPDIR)/wordlists.Po \ |
37 |
-@AMDEP_TRUE@ ./$(DEPDIR)/xmalloc.Po ./$(DEPDIR)/xstrdup.Po |
38 |
+@AMDEP_TRUE@ ./$(DEPDIR)/debug.main.Po ./$(DEPDIR)/find_home.Po \ |
39 |
+@AMDEP_TRUE@ ./$(DEPDIR)/lexer.Po ./$(DEPDIR)/main.Po \ |
40 |
+@AMDEP_TRUE@ ./$(DEPDIR)/rstats.Po ./$(DEPDIR)/wordhash.Po \ |
41 |
+@AMDEP_TRUE@ ./$(DEPDIR)/wordlists.Po ./$(DEPDIR)/xmalloc.Po \ |
42 |
+@AMDEP_TRUE@ ./$(DEPDIR)/xstrdup.Po |
43 |
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
44 |
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
45 |
CCLD = $(CC) |
46 |
@@ -351,6 +355,7 @@ |
47 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/datastore_db.Po@am__quote@ |
48 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Po@am__quote@ |
49 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.main.Po@am__quote@ |
50 |
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/find_home.Po@am__quote@ |
51 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lexer.Po@am__quote@ |
52 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ |
53 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rstats.Po@am__quote@ |
54 |
@@ -567,9 +572,11 @@ |
55 |
mkdir $(distdir) |
56 |
$(mkinstalldirs) $(distdir)/. $(distdir)/contrib $(distdir)/doc |
57 |
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
58 |
+ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
59 |
list='$(DISTFILES)'; for file in $$list; do \ |
60 |
case $$file in \ |
61 |
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
62 |
+ $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
63 |
esac; \ |
64 |
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
65 |
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
66 |
@@ -628,7 +635,6 @@ |
67 |
chmod a-w $(distdir) |
68 |
dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \ |
69 |
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
70 |
- && $(mkinstalldirs) $$dc_destdir \ |
71 |
&& cd $(distdir)/=build \ |
72 |
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
73 |
$(DISTCHECK_CONFIGURE_FLAGS) \ |
74 |
@@ -641,7 +647,9 @@ |
75 |
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
76 |
distuninstallcheck \ |
77 |
&& chmod -R a-w "$$dc_install_base" \ |
78 |
- && ({ $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
79 |
+ && ({ \ |
80 |
+ (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \ |
81 |
+ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
82 |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
83 |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
84 |
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |