equal
deleted
inserted
replaced
1 # Makefile.in generated automatically by automake 1.4a from Makefile.am |
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am |
2 |
2 |
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. |
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. |
4 # This Makefile.in is free software; the Free Software Foundation |
4 # This Makefile.in is free software; the Free Software Foundation |
5 # gives unlimited permission to copy and/or distribute it, |
5 # gives unlimited permission to copy and/or distribute it, |
6 # with or without modifications, as long as this notice is preserved. |
6 # with or without modifications, as long as this notice is preserved. |
7 |
7 |
8 # This program is distributed in the hope that it will be useful, |
8 # This program is distributed in the hope that it will be useful, |
44 AUTOCONF = @AUTOCONF@ |
44 AUTOCONF = @AUTOCONF@ |
45 AUTOMAKE = @AUTOMAKE@ |
45 AUTOMAKE = @AUTOMAKE@ |
46 AUTOHEADER = @AUTOHEADER@ |
46 AUTOHEADER = @AUTOHEADER@ |
47 |
47 |
48 INSTALL = @INSTALL@ |
48 INSTALL = @INSTALL@ |
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) |
50 INSTALL_DATA = @INSTALL_DATA@ |
50 INSTALL_DATA = @INSTALL_DATA@ |
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
52 INSTALL_STRIP_FLAG = |
|
53 transform = @program_transform_name@ |
52 transform = @program_transform_name@ |
54 |
53 |
55 NORMAL_INSTALL = : |
54 NORMAL_INSTALL = : |
56 PRE_INSTALL = : |
55 PRE_INSTALL = : |
57 POST_INSTALL = : |
56 POST_INSTALL = : |
58 NORMAL_UNINSTALL = : |
57 NORMAL_UNINSTALL = : |
59 PRE_UNINSTALL = : |
58 PRE_UNINSTALL = : |
60 POST_UNINSTALL = : |
59 POST_UNINSTALL = : |
|
60 host_alias = @host_alias@ |
|
61 host_triplet = @host@ |
61 CC = @CC@ |
62 CC = @CC@ |
62 CDBPROGS = @CDBPROGS@ |
|
63 CDBSCRIPTS = @CDBSCRIPTS@ |
|
64 CXX = @CXX@ |
63 CXX = @CXX@ |
|
64 HAVE_LIB = @HAVE_LIB@ |
65 HTML2TXT = @HTML2TXT@ |
65 HTML2TXT = @HTML2TXT@ |
|
66 LIB = @LIB@ |
66 LN = @LN@ |
67 LN = @LN@ |
|
68 LTLIB = @LTLIB@ |
67 LYNX = @LYNX@ |
69 LYNX = @LYNX@ |
68 MAKEINFO = @MAKEINFO@ |
70 MAKEINFO = @MAKEINFO@ |
69 MKDIR = @MKDIR@ |
71 MKDIR = @MKDIR@ |
70 PACKAGE = @PACKAGE@ |
72 PACKAGE = @PACKAGE@ |
71 POD2HTML = @POD2HTML@ |
73 POD2HTML = @POD2HTML@ |
97 DIST_COMMON = Makefile.am Makefile.in |
99 DIST_COMMON = Makefile.am Makefile.in |
98 |
100 |
99 |
101 |
100 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
102 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
101 |
103 |
102 TAR = gtar |
104 TAR = tar |
103 GZIP_ENV = --best |
105 GZIP_ENV = --best |
104 all: all-redirect |
106 all: all-redirect |
105 .SUFFIXES: |
107 .SUFFIXES: |
106 .SUFFIXES: @SUFFIXES@ |
108 .SUFFIXES: @SUFFIXES@ |
107 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
109 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
169 uninstall-am: uninstall-pythonlibDATA |
171 uninstall-am: uninstall-pythonlibDATA |
170 uninstall: uninstall-am |
172 uninstall: uninstall-am |
171 all-am: Makefile $(DATA) |
173 all-am: Makefile $(DATA) |
172 all-redirect: all-am |
174 all-redirect: all-am |
173 install-strip: |
175 install-strip: |
174 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install |
176 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
175 installdirs: |
177 installdirs: |
176 $(mkinstalldirs) $(DESTDIR)$(pythonlibdir) |
178 $(mkinstalldirs) $(DESTDIR)$(pythonlibdir) |
177 |
179 |
178 |
180 |
179 mostlyclean-generic: |
181 mostlyclean-generic: |
227 daemon.pyo: daemon.py local.py |
229 daemon.pyo: daemon.py local.py |
228 types.pyc: types.py local.py |
230 types.pyc: types.py local.py |
229 types.pyo: types.py local.py |
231 types.pyo: types.py local.py |
230 |
232 |
231 .py.pyc: |
233 .py.pyc: |
232 python -c 'import $*' |
234 python -c 'import $*' && touch $@ |
233 .py.pyo: |
235 .py.pyo: |
234 python -O -c 'import $*' |
236 python -O -c 'import $*' && touch $@ |
235 |
237 |
236 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
238 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
237 # Otherwise a system limit (for SysV at least) may be exceeded. |
239 # Otherwise a system limit (for SysV at least) may be exceeded. |
238 .NOEXPORT: |
240 .NOEXPORT: |