python/Makefile.in
changeset 0 6f7a81934006
child 2 b3afb9f1e801
equal deleted inserted replaced
-1:000000000000 0:6f7a81934006
       
     1 # Makefile.in generated automatically by automake 1.4a from Makefile.am
       
     2 
       
     3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
       
     4 # This Makefile.in is free software; the Free Software Foundation
       
     5 # gives unlimited permission to copy and/or distribute it,
       
     6 # with or without modifications, as long as this notice is preserved.
       
     7 
       
     8 # This program is distributed in the hope that it will be useful,
       
     9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
       
    10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
       
    11 # PARTICULAR PURPOSE.
       
    12 
       
    13 
       
    14 SHELL = @SHELL@
       
    15 
       
    16 srcdir = @srcdir@
       
    17 top_srcdir = @top_srcdir@
       
    18 VPATH = @srcdir@
       
    19 prefix = @prefix@
       
    20 exec_prefix = @exec_prefix@
       
    21 
       
    22 bindir = @bindir@
       
    23 sbindir = @sbindir@
       
    24 libexecdir = @libexecdir@
       
    25 datadir = @datadir@
       
    26 sysconfdir = @sysconfdir@
       
    27 sharedstatedir = @sharedstatedir@
       
    28 localstatedir = @localstatedir@
       
    29 libdir = @libdir@
       
    30 infodir = @infodir@
       
    31 mandir = @mandir@
       
    32 includedir = @includedir@
       
    33 oldincludedir = /usr/include
       
    34 
       
    35 DESTDIR =
       
    36 
       
    37 pkgdatadir = $(datadir)/@PACKAGE@
       
    38 pkglibdir = $(libdir)/@PACKAGE@
       
    39 pkgincludedir = $(includedir)/@PACKAGE@
       
    40 
       
    41 top_builddir = ..
       
    42 
       
    43 ACLOCAL = @ACLOCAL@
       
    44 AUTOCONF = @AUTOCONF@
       
    45 AUTOMAKE = @AUTOMAKE@
       
    46 AUTOHEADER = @AUTOHEADER@
       
    47 
       
    48 INSTALL = @INSTALL@
       
    49 INSTALL_PROGRAM = @INSTALL_PROGRAM@
       
    50 INSTALL_DATA = @INSTALL_DATA@
       
    51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
       
    52 INSTALL_STRIP_FLAG =
       
    53 transform = @program_transform_name@
       
    54 
       
    55 NORMAL_INSTALL = :
       
    56 PRE_INSTALL = :
       
    57 POST_INSTALL = :
       
    58 NORMAL_UNINSTALL = :
       
    59 PRE_UNINSTALL = :
       
    60 POST_UNINSTALL = :
       
    61 CC = @CC@
       
    62 CDBPROGS = @CDBPROGS@
       
    63 CDBSCRIPTS = @CDBSCRIPTS@
       
    64 CXX = @CXX@
       
    65 HTML2TXT = @HTML2TXT@
       
    66 LN = @LN@
       
    67 LYNX = @LYNX@
       
    68 MAKEINFO = @MAKEINFO@
       
    69 MKDIR = @MKDIR@
       
    70 PACKAGE = @PACKAGE@
       
    71 POD2HTML = @POD2HTML@
       
    72 POD2MAN = @POD2MAN@
       
    73 PYTHON = @PYTHON@
       
    74 RANLIB = @RANLIB@
       
    75 RM = @RM@
       
    76 STRIP = @STRIP@
       
    77 SUFFIXES = @SUFFIXES@
       
    78 VERSION = @VERSION@
       
    79 W3M = @W3M@
       
    80 cgidir = @cgidir@
       
    81 phpdir = @phpdir@
       
    82 pythonlibdir = @pythonlibdir@
       
    83 
       
    84 pythonlib_DATA =  	__init__.py __init__.pyc __init__.pyo 	commands.py commands.pyc commands.pyo 	config.py config.pyc config.pyo 	constants.py constants.pyc constants.pyo 	daemon.py daemon.pyc daemon.pyo 	local.py local.pyc local.pyo 	types.py types.pyc types.pyo
       
    85 
       
    86 EXTRA_DIST = __init__.py commands.py config.py constants.py daemon.py types.py
       
    87 CLEANFILES = local.py *.pyc *.pyo
       
    88 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
       
    89 CONFIG_HEADER = ../config.h
       
    90 CONFIG_CLEAN_FILES = 
       
    91 CFLAGS = @CFLAGS@
       
    92 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
       
    93 CCLD = $(CC)
       
    94 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
       
    95 DATA =  $(pythonlib_DATA)
       
    96 
       
    97 DIST_COMMON =  Makefile.am Makefile.in
       
    98 
       
    99 
       
   100 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
       
   101 
       
   102 TAR = gtar
       
   103 GZIP_ENV = --best
       
   104 all: all-redirect
       
   105 .SUFFIXES:
       
   106 .SUFFIXES: @SUFFIXES@
       
   107 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
       
   108 	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps python/Makefile
       
   109 
       
   110 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
       
   111 	cd $(top_builddir) \
       
   112 	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
       
   113 
       
   114 
       
   115 install-pythonlibDATA: $(pythonlib_DATA)
       
   116 	@$(NORMAL_INSTALL)
       
   117 	$(mkinstalldirs) $(DESTDIR)$(pythonlibdir)
       
   118 	@list='$(pythonlib_DATA)'; for p in $$list; do \
       
   119 	  if test -f $(srcdir)/$$p; then \
       
   120 	    echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pythonlibdir)/$$p"; \
       
   121 	    $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pythonlibdir)/$$p; \
       
   122 	  else if test -f $$p; then \
       
   123 	    echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pythonlibdir)/$$p"; \
       
   124 	    $(INSTALL_DATA) $$p $(DESTDIR)$(pythonlibdir)/$$p; \
       
   125 	  fi; fi; \
       
   126 	done
       
   127 
       
   128 uninstall-pythonlibDATA:
       
   129 	@$(NORMAL_UNINSTALL)
       
   130 	list='$(pythonlib_DATA)'; for p in $$list; do \
       
   131 	  rm -f $(DESTDIR)$(pythonlibdir)/$$p; \
       
   132 	done
       
   133 tags: TAGS
       
   134 TAGS:
       
   135 
       
   136 
       
   137 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
       
   138 
       
   139 subdir = python
       
   140 
       
   141 distdir: $(DISTFILES)
       
   142 	@for file in $(DISTFILES); do \
       
   143 	  d=$(srcdir); \
       
   144 	  if test -d $$d/$$file; then \
       
   145 	    cp -pr $$d/$$file $(distdir)/$$file; \
       
   146 	  else \
       
   147 	    test -f $(distdir)/$$file \
       
   148 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
       
   149 	    || cp -p $$d/$$file $(distdir)/$$file || :; \
       
   150 	  fi; \
       
   151 	done
       
   152 info-am:
       
   153 info: info-am
       
   154 dvi-am:
       
   155 dvi: dvi-am
       
   156 check-am: all-am
       
   157 check: check-am
       
   158 installcheck-am:
       
   159 installcheck: installcheck-am
       
   160 install-exec-am:
       
   161 install-exec: install-exec-am
       
   162 
       
   163 install-data-am: install-pythonlibDATA
       
   164 install-data: install-data-am
       
   165 
       
   166 install-am: all-am
       
   167 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
       
   168 install: install-am
       
   169 uninstall-am: uninstall-pythonlibDATA
       
   170 uninstall: uninstall-am
       
   171 all-am: Makefile $(DATA)
       
   172 all-redirect: all-am
       
   173 install-strip:
       
   174 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
       
   175 installdirs:
       
   176 	$(mkinstalldirs)  $(DESTDIR)$(pythonlibdir)
       
   177 
       
   178 
       
   179 mostlyclean-generic:
       
   180 
       
   181 clean-generic:
       
   182 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
       
   183 
       
   184 distclean-generic:
       
   185 	-rm -f Makefile $(CONFIG_CLEAN_FILES)
       
   186 	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
       
   187 
       
   188 maintainer-clean-generic:
       
   189 mostlyclean-am:  mostlyclean-generic
       
   190 
       
   191 mostlyclean: mostlyclean-am
       
   192 
       
   193 clean-am:  clean-generic mostlyclean-am
       
   194 
       
   195 clean: clean-am
       
   196 
       
   197 distclean-am:  distclean-generic clean-am
       
   198 
       
   199 distclean: distclean-am
       
   200 
       
   201 maintainer-clean-am:  maintainer-clean-generic distclean-am
       
   202 	@echo "This command is intended for maintainers to use;"
       
   203 	@echo "it deletes files that may require special tools to rebuild."
       
   204 
       
   205 maintainer-clean: maintainer-clean-am
       
   206 
       
   207 .PHONY: uninstall-pythonlibDATA install-pythonlibDATA tags distdir \
       
   208 info-am info dvi-am dvi check check-am installcheck-am installcheck \
       
   209 install-exec-am install-exec install-data-am install-data install-am \
       
   210 install uninstall-am uninstall all-redirect all-am all installdirs \
       
   211 mostlyclean-generic distclean-generic clean-generic \
       
   212 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
       
   213 
       
   214 
       
   215 local.py: Makefile
       
   216 	echo "sysconfdir = '${sysconfdir}'" >$@
       
   217 
       
   218 __init__.pyc: __init__.py local.py
       
   219 __init__.pyo: __init__.py local.py
       
   220 commands.pyc: commands.py local.py
       
   221 commands.pyo: commands.py local.py
       
   222 config.pyc: config.py local.py
       
   223 config.pyo: config.py local.py
       
   224 constants.pyc: constants.py local.py
       
   225 constants.pyo: constants.py local.py
       
   226 daemon.pyc: daemon.py local.py
       
   227 daemon.pyo: daemon.py local.py
       
   228 types.pyc: types.py local.py
       
   229 types.pyo: types.py local.py
       
   230 
       
   231 .py.pyc:
       
   232 	python -c 'import $*'
       
   233 .py.pyo:
       
   234 	python -O -c 'import $*'
       
   235 
       
   236 # 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.
       
   238 .NOEXPORT: