/[LeafOK_CVS]/lbbs/utils/Makefile.in
ViewVC logotype

Annotation of /lbbs/utils/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Fri Mar 18 16:36:31 2005 UTC (21 years ago) by sysadm
Branch: MAIN
*** empty log message ***

1 sysadm 1.1 # Makefile.in generated by automake 1.9.2 from Makefile.am.
2     # @configure_input@
3    
4     # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5     # 2003, 2004 Free Software Foundation, Inc.
6     # This Makefile.in is free software; the Free Software Foundation
7     # gives unlimited permission to copy and/or distribute it,
8     # with or without modifications, as long as this notice is preserved.
9    
10     # This program is distributed in the hope that it will be useful,
11     # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12     # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13     # PARTICULAR PURPOSE.
14    
15     @SET_MAKE@
16     srcdir = @srcdir@
17     top_srcdir = @top_srcdir@
18     VPATH = @srcdir@
19     pkgdatadir = $(datadir)/@PACKAGE@
20     pkglibdir = $(libdir)/@PACKAGE@
21     pkgincludedir = $(includedir)/@PACKAGE@
22     top_builddir = ..
23     am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24     INSTALL = @INSTALL@
25     install_sh_DATA = $(install_sh) -c -m 644
26     install_sh_PROGRAM = $(install_sh) -c
27     install_sh_SCRIPT = $(install_sh) -c
28     INSTALL_HEADER = $(INSTALL_DATA)
29     transform = $(program_transform_name)
30     NORMAL_INSTALL = :
31     PRE_INSTALL = :
32     POST_INSTALL = :
33     NORMAL_UNINSTALL = :
34     PRE_UNINSTALL = :
35     POST_UNINSTALL = :
36     subdir = utils
37     DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38     ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39     am__aclocal_m4_deps = $(top_srcdir)/configure.in
40     am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
41     $(ACLOCAL_M4)
42     mkinstalldirs = $(install_sh) -d
43     CONFIG_CLEAN_FILES =
44     SOURCES =
45     DIST_SOURCES =
46     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
47     ACLOCAL = @ACLOCAL@
48     AMDEP_FALSE = @AMDEP_FALSE@
49     AMDEP_TRUE = @AMDEP_TRUE@
50     AMTAR = @AMTAR@
51     AUTOCONF = @AUTOCONF@
52     AUTOHEADER = @AUTOHEADER@
53     AUTOMAKE = @AUTOMAKE@
54     AWK = @AWK@
55     CC = @CC@
56     CCDEPMODE = @CCDEPMODE@
57     CFLAGS = @CFLAGS@
58     CPP = @CPP@
59     CPPFLAGS = @CPPFLAGS@
60     CYGPATH_W = @CYGPATH_W@
61     DEFS = @DEFS@
62     DEPDIR = @DEPDIR@
63     ECHO_C = @ECHO_C@
64     ECHO_N = @ECHO_N@
65     ECHO_T = @ECHO_T@
66     EGREP = @EGREP@
67     EXEEXT = @EXEEXT@
68     INSTALL_DATA = @INSTALL_DATA@
69     INSTALL_PROGRAM = @INSTALL_PROGRAM@
70     INSTALL_SCRIPT = @INSTALL_SCRIPT@
71     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
72     LDFLAGS = @LDFLAGS@
73     LIBOBJS = @LIBOBJS@
74     LIBS = @LIBS@
75     LTLIBOBJS = @LTLIBOBJS@
76     MAKEINFO = @MAKEINFO@
77     OBJEXT = @OBJEXT@
78     PACKAGE = @PACKAGE@
79     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
80     PACKAGE_NAME = @PACKAGE_NAME@
81     PACKAGE_STRING = @PACKAGE_STRING@
82     PACKAGE_TARNAME = @PACKAGE_TARNAME@
83     PACKAGE_VERSION = @PACKAGE_VERSION@
84     PATH_SEPARATOR = @PATH_SEPARATOR@
85     SET_MAKE = @SET_MAKE@
86     SHELL = @SHELL@
87     STRIP = @STRIP@
88     VERSION = @VERSION@
89     ac_ct_CC = @ac_ct_CC@
90     ac_ct_STRIP = @ac_ct_STRIP@
91     am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
92     am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
93     am__include = @am__include@
94     am__leading_dot = @am__leading_dot@
95     am__quote = @am__quote@
96     am__tar = @am__tar@
97     am__untar = @am__untar@
98     bindir = @bindir@
99     build_alias = @build_alias@
100     datadir = @datadir@
101     exec_prefix = @exec_prefix@
102     host_alias = @host_alias@
103     includedir = @includedir@
104     infodir = @infodir@
105     install_sh = @install_sh@
106     libdir = @libdir@
107     libexecdir = @libexecdir@
108     localstatedir = @localstatedir@
109     mandir = @mandir@
110     mkdir_p = @mkdir_p@
111     oldincludedir = @oldincludedir@
112     prefix = @prefix@
113     program_transform_name = @program_transform_name@
114     sbindir = @sbindir@
115     sharedstatedir = @sharedstatedir@
116     sysconfdir = @sysconfdir@
117     target_alias = @target_alias@
118     EXTRA_DIST = makedist.sh
119     CLEANFILES = @EXTRA_CLEAN@
120     all: all-am
121    
122     .SUFFIXES:
123     $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
124     @for dep in $?; do \
125     case '$(am__configure_deps)' in \
126     *$$dep*) \
127     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
128     && exit 0; \
129     exit 1;; \
130     esac; \
131     done; \
132     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu utils/Makefile'; \
133     cd $(top_srcdir) && \
134     $(AUTOMAKE) --gnu utils/Makefile
135     .PRECIOUS: Makefile
136     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
137     @case '$?' in \
138     *config.status*) \
139     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
140     *) \
141     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
142     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
143     esac;
144    
145     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
146     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
147    
148     $(top_srcdir)/configure: $(am__configure_deps)
149     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
150     $(ACLOCAL_M4): $(am__aclocal_m4_deps)
151     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
152     uninstall-info-am:
153     tags: TAGS
154     TAGS:
155    
156     ctags: CTAGS
157     CTAGS:
158    
159    
160     distdir: $(DISTFILES)
161     @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
162     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
163     list='$(DISTFILES)'; for file in $$list; do \
164     case $$file in \
165     $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
166     $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
167     esac; \
168     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
169     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
170     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
171     dir="/$$dir"; \
172     $(mkdir_p) "$(distdir)$$dir"; \
173     else \
174     dir=''; \
175     fi; \
176     if test -d $$d/$$file; then \
177     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
178     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
179     fi; \
180     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
181     else \
182     test -f $(distdir)/$$file \
183     || cp -p $$d/$$file $(distdir)/$$file \
184     || exit 1; \
185     fi; \
186     done
187     check-am: all-am
188     check: check-am
189     all-am: Makefile
190     installdirs:
191     install: install-am
192     install-exec: install-exec-am
193     install-data: install-data-am
194     uninstall: uninstall-am
195    
196     install-am: all-am
197     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
198    
199     installcheck: installcheck-am
200     install-strip:
201     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
202     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
203     `test -z '$(STRIP)' || \
204     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
205     mostlyclean-generic:
206    
207     clean-generic:
208     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
209    
210     distclean-generic:
211     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
212    
213     maintainer-clean-generic:
214     @echo "This command is intended for maintainers to use"
215     @echo "it deletes files that may require special tools to rebuild."
216     clean: clean-am
217    
218     clean-am: clean-generic mostlyclean-am
219    
220     distclean: distclean-am
221     -rm -f Makefile
222     distclean-am: clean-am distclean-generic
223    
224     dvi: dvi-am
225    
226     dvi-am:
227    
228     html: html-am
229    
230     info: info-am
231    
232     info-am:
233    
234     install-data-am: install-data-local
235    
236     install-exec-am:
237    
238     install-info: install-info-am
239    
240     install-man:
241    
242     installcheck-am:
243    
244     maintainer-clean: maintainer-clean-am
245     -rm -f Makefile
246     maintainer-clean-am: distclean-am maintainer-clean-generic
247    
248     mostlyclean: mostlyclean-am
249    
250     mostlyclean-am: mostlyclean-generic
251    
252     pdf: pdf-am
253    
254     pdf-am:
255    
256     ps: ps-am
257    
258     ps-am:
259    
260     uninstall-am: uninstall-info-am
261    
262     .PHONY: all all-am check check-am clean clean-generic distclean \
263     distclean-generic distdir dvi dvi-am html html-am info info-am \
264     install install-am install-data install-data-am \
265     install-data-local install-exec install-exec-am install-info \
266     install-info-am install-man install-strip installcheck \
267     installcheck-am installdirs maintainer-clean \
268     maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
269     pdf-am ps ps-am uninstall uninstall-am uninstall-info-am
270    
271    
272     install-data-local:
273     sh makedist.sh $(prefix)/$(subdir)
274     # Tell versions [3.59,3.63) of GNU make to not export all variables.
275     # Otherwise a system limit (for SysV at least) may be exceeded.
276     .NOEXPORT:

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1