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 noinst_LIBRARIES = libcli.a |
|
85 EXTRA_DIST = clitest.cc cli2pod.pl |
|
86 |
|
87 INCLUDES = -I.. |
|
88 #LIBS = @LIBS@ -L. -lcli -L../lib -lvmailmgr |
|
89 |
|
90 libcli_a_SOURCES = cli.h main.cc messages.cc |
|
91 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
|
92 CONFIG_HEADER = ../../config.h |
|
93 CONFIG_CLEAN_FILES = |
|
94 LIBRARIES = $(noinst_LIBRARIES) |
|
95 |
|
96 |
|
97 DEFS = @DEFS@ -I. -I$(srcdir) -I../.. |
|
98 CPPFLAGS = @CPPFLAGS@ |
|
99 LDFLAGS = @LDFLAGS@ |
|
100 LIBS = @LIBS@ |
|
101 libcli_a_LIBADD = |
|
102 libcli_a_OBJECTS = main.o messages.o |
|
103 AR = ar |
|
104 CXXFLAGS = @CXXFLAGS@ |
|
105 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
|
106 CXXLD = $(CXX) |
|
107 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ |
|
108 CFLAGS = @CFLAGS@ |
|
109 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
|
110 CCLD = $(CC) |
|
111 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ |
|
112 DIST_COMMON = ChangeLog Makefile.am Makefile.in |
|
113 |
|
114 |
|
115 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
|
116 |
|
117 TAR = gtar |
|
118 GZIP_ENV = --best |
|
119 SOURCES = $(libcli_a_SOURCES) |
|
120 OBJECTS = $(libcli_a_OBJECTS) |
|
121 |
|
122 all: all-redirect |
|
123 .SUFFIXES: |
|
124 .SUFFIXES: .S .c .cc .o .s @SUFFIXES@ |
|
125 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
|
126 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/cli/Makefile |
|
127 |
|
128 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|
129 cd $(top_builddir) \ |
|
130 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
|
131 |
|
132 |
|
133 mostlyclean-noinstLIBRARIES: |
|
134 |
|
135 clean-noinstLIBRARIES: |
|
136 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) |
|
137 |
|
138 distclean-noinstLIBRARIES: |
|
139 |
|
140 maintainer-clean-noinstLIBRARIES: |
|
141 |
|
142 .c.o: |
|
143 $(COMPILE) -c $< |
|
144 |
|
145 .s.o: |
|
146 $(COMPILE) -c $< |
|
147 |
|
148 .S.o: |
|
149 $(COMPILE) -c $< |
|
150 |
|
151 mostlyclean-compile: |
|
152 -rm -f *.o core *.core |
|
153 |
|
154 clean-compile: |
|
155 |
|
156 distclean-compile: |
|
157 -rm -f *.tab.c |
|
158 |
|
159 maintainer-clean-compile: |
|
160 |
|
161 libcli.a: $(libcli_a_OBJECTS) $(libcli_a_DEPENDENCIES) |
|
162 -rm -f libcli.a |
|
163 $(AR) cru libcli.a $(libcli_a_OBJECTS) $(libcli_a_LIBADD) |
|
164 $(RANLIB) libcli.a |
|
165 .cc.o: |
|
166 $(CXXCOMPILE) -c $< |
|
167 |
|
168 tags: TAGS |
|
169 |
|
170 ID: $(HEADERS) $(SOURCES) $(LISP) |
|
171 list='$(SOURCES) $(HEADERS)'; \ |
|
172 unique=`for i in $$list; do echo $$i; done | \ |
|
173 awk ' { files[$$0] = 1; } \ |
|
174 END { for (i in files) print i; }'`; \ |
|
175 here=`pwd` && cd $(srcdir) \ |
|
176 && mkid -f$$here/ID $$unique $(LISP) |
|
177 |
|
178 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) |
|
179 tags=; \ |
|
180 here=`pwd`; \ |
|
181 list='$(SOURCES) $(HEADERS)'; \ |
|
182 unique=`for i in $$list; do echo $$i; done | \ |
|
183 awk ' { files[$$0] = 1; } \ |
|
184 END { for (i in files) print i; }'`; \ |
|
185 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
|
186 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) |
|
187 |
|
188 mostlyclean-tags: |
|
189 |
|
190 clean-tags: |
|
191 |
|
192 distclean-tags: |
|
193 -rm -f TAGS ID |
|
194 |
|
195 maintainer-clean-tags: |
|
196 |
|
197 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
|
198 |
|
199 subdir = lib/cli |
|
200 |
|
201 distdir: $(DISTFILES) |
|
202 @for file in $(DISTFILES); do \ |
|
203 d=$(srcdir); \ |
|
204 if test -d $$d/$$file; then \ |
|
205 cp -pr $$d/$$file $(distdir)/$$file; \ |
|
206 else \ |
|
207 test -f $(distdir)/$$file \ |
|
208 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
|
209 || cp -p $$d/$$file $(distdir)/$$file || :; \ |
|
210 fi; \ |
|
211 done |
|
212 main.o: main.cc ../../config.h ../ac/time.h ../fdbuf/fdbuf.h \ |
|
213 ../fdbuf/fdibuf.h ../fdbuf/fdobuf.h cli.h |
|
214 messages.o: messages.cc ../../config.h ../fdbuf/fdbuf.h \ |
|
215 ../fdbuf/fdibuf.h ../fdbuf/fdobuf.h cli.h |
|
216 |
|
217 info-am: |
|
218 info: info-am |
|
219 dvi-am: |
|
220 dvi: dvi-am |
|
221 check-am: all-am |
|
222 check: check-am |
|
223 installcheck-am: |
|
224 installcheck: installcheck-am |
|
225 install-exec-am: |
|
226 install-exec: install-exec-am |
|
227 |
|
228 install-data-am: |
|
229 install-data: install-data-am |
|
230 |
|
231 install-am: all-am |
|
232 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|
233 install: install-am |
|
234 uninstall-am: |
|
235 uninstall: uninstall-am |
|
236 all-am: Makefile $(LIBRARIES) |
|
237 all-redirect: all-am |
|
238 install-strip: |
|
239 $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install |
|
240 installdirs: |
|
241 |
|
242 |
|
243 mostlyclean-generic: |
|
244 |
|
245 clean-generic: |
|
246 |
|
247 distclean-generic: |
|
248 -rm -f Makefile $(CONFIG_CLEAN_FILES) |
|
249 -rm -f config.cache config.log stamp-h stamp-h[0-9]* |
|
250 |
|
251 maintainer-clean-generic: |
|
252 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \ |
|
253 mostlyclean-tags mostlyclean-generic |
|
254 |
|
255 mostlyclean: mostlyclean-am |
|
256 |
|
257 clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-generic \ |
|
258 mostlyclean-am |
|
259 |
|
260 clean: clean-am |
|
261 |
|
262 distclean-am: distclean-noinstLIBRARIES distclean-compile \ |
|
263 distclean-tags distclean-generic clean-am |
|
264 |
|
265 distclean: distclean-am |
|
266 |
|
267 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \ |
|
268 maintainer-clean-compile maintainer-clean-tags \ |
|
269 maintainer-clean-generic distclean-am |
|
270 @echo "This command is intended for maintainers to use;" |
|
271 @echo "it deletes files that may require special tools to rebuild." |
|
272 |
|
273 maintainer-clean: maintainer-clean-am |
|
274 |
|
275 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \ |
|
276 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \ |
|
277 mostlyclean-compile distclean-compile clean-compile \ |
|
278 maintainer-clean-compile tags mostlyclean-tags distclean-tags \ |
|
279 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \ |
|
280 check-am installcheck-am installcheck install-exec-am install-exec \ |
|
281 install-data-am install-data install-am install uninstall-am uninstall \ |
|
282 all-redirect all-am all installdirs mostlyclean-generic \ |
|
283 distclean-generic clean-generic maintainer-clean-generic clean \ |
|
284 mostlyclean distclean maintainer-clean |
|
285 |
|
286 #clitest_SOURCES = clitest.cc |
|
287 |
|
288 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
|
289 # Otherwise a system limit (for SysV at least) may be exceeded. |
|
290 .NOEXPORT: |
|