root/config/Makefile.in

Revision 5, 5.0 KB (checked in by nick, 3 years ago)
Line 
1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14@SET_MAKE@
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = ..
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = @program_transform_name@
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58AMTAR = @AMTAR@
59AWK = @AWK@
60CXX = @CXX@
61CXXFLAGS = @CXXFLAGS@
62DEPDIR = @DEPDIR@
63EXEEXT = @EXEEXT@
64HAVE_READLINE = @HAVE_READLINE@
65INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
66OBJEXT = @OBJEXT@
67PACKAGE = @PACKAGE@
68VERSION = @VERSION@
69am__include = @am__include@
70am__quote = @am__quote@
71install_sh = @install_sh@
72
73AUX_DIST = config.guess \
74           config.sub \
75           install-sh \
76           missing \
77           mkinstalldirs
78
79
80MAINTAINERCLEANFILES = Makefile.in
81subdir = config
82mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
83CONFIG_HEADER = $(top_builddir)/config.h
84CONFIG_CLEAN_FILES =
85DIST_SOURCES =
86DIST_COMMON = Makefile.am Makefile.in config.guess config.sub depcomp \
87        install-sh missing mkinstalldirs
88all: all-am
89
90.SUFFIXES:
91$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
92        cd $(top_srcdir) && \
93          $(AUTOMAKE) --gnu  config/Makefile
94Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
95        cd $(top_builddir) && \
96          CONFIG_HEADERS= CONFIG_LINKS= \
97          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
98uninstall-info-am:
99tags: TAGS
100TAGS:
101
102
103DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104
105top_distdir = ..
106distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
107
108distdir: $(DISTFILES)
109        @for file in $(DISTFILES); do \
110          if test -f $$file; then d=.; else d=$(srcdir); fi; \
111          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
112          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
113            $(mkinstalldirs) "$(distdir)/$$dir"; \
114          fi; \
115          if test -d $$d/$$file; then \
116            cp -pR $$d/$$file $(distdir) \
117            || exit 1; \
118          else \
119            test -f $(distdir)/$$file \
120            || cp -p $$d/$$file $(distdir)/$$file \
121            || exit 1; \
122          fi; \
123        done
124check-am: all-am
125check: check-am
126all-am: Makefile
127
128installdirs:
129
130install: install-am
131install-exec: install-exec-am
132install-data: install-data-am
133uninstall: uninstall-am
134
135install-am: all-am
136        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
137
138installcheck: installcheck-am
139install-strip:
140        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
141          `test -z '$(STRIP)' || \
142            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
143mostlyclean-generic:
144
145clean-generic:
146
147distclean-generic:
148        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
149
150maintainer-clean-generic:
151        @echo "This command is intended for maintainers to use"
152        @echo "it deletes files that may require special tools to rebuild."
153        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
154clean: clean-am
155
156clean-am: clean-generic mostlyclean-am
157
158distclean: distclean-am
159
160distclean-am: clean-am distclean-generic
161
162dvi: dvi-am
163
164dvi-am:
165
166info: info-am
167
168info-am:
169
170install-data-am:
171
172install-exec-am:
173
174install-info: install-info-am
175
176install-man:
177
178installcheck-am:
179
180maintainer-clean: maintainer-clean-am
181
182maintainer-clean-am: distclean-am maintainer-clean-generic
183
184mostlyclean: mostlyclean-am
185
186mostlyclean-am: mostlyclean-generic
187
188uninstall-am: uninstall-info-am
189
190.PHONY: all all-am check check-am clean clean-generic distclean \
191        distclean-generic distdir dvi dvi-am info info-am install \
192        install-am install-data install-data-am install-exec \
193        install-exec-am install-info install-info-am install-man \
194        install-strip installcheck installcheck-am installdirs \
195        maintainer-clean maintainer-clean-generic mostlyclean \
196        mostlyclean-generic uninstall uninstall-am uninstall-info-am
197
198# Tell versions [3.59,3.63) of GNU make to not export all variables.
199# Otherwise a system limit (for SysV at least) may be exceeded.
200.NOEXPORT:
Note: See TracBrowser for help on using the browser.