5ec0342889a3a4a800538d0fdaca1ad34d2074f6
[yaz-moved-to-github.git] / client / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 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@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AS = @AS@
63 ASNMODULE = @ASNMODULE@
64 CC = @CC@
65 CPP = @CPP@
66 DLLTOOL = @DLLTOOL@
67 ILLLIB = @ILLLIB@
68 ILLMODULE = @ILLMODULE@
69 LD = @LD@
70 LIBTOOL = @LIBTOOL@
71 LN_S = @LN_S@
72 MAKEINFO = @MAKEINFO@
73 NM = @NM@
74 OBJDUMP = @OBJDUMP@
75 PACKAGE = @PACKAGE@
76 RANLIB = @RANLIB@
77 READLINE_LIBS = @READLINE_LIBS@
78 SUBDIRS_VAR = @SUBDIRS_VAR@
79 VERSION = @VERSION@
80
81 bin_PROGRAMS = yaz-client
82
83 yaz_client_SOURCES = client.c admin.c admin.h
84
85 yaz_client_LDADD = ../lib/libyaz.la $(READLINE_LIBS)
86
87 INCLUDES = -I$(srcdir)/../include -DCCLRPN=1
88 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
89 CONFIG_CLEAN_FILES = 
90 PROGRAMS =  $(bin_PROGRAMS)
91
92
93 DEFS = @DEFS@ -I. -I$(srcdir) 
94 CPPFLAGS = @CPPFLAGS@
95 LDFLAGS = @LDFLAGS@
96 LIBS = @LIBS@
97 yaz_client_OBJECTS =  client.o admin.o
98 yaz_client_DEPENDENCIES =  ../lib/libyaz.la
99 yaz_client_LDFLAGS = 
100 CFLAGS = @CFLAGS@
101 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
102 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
103 CCLD = $(CC)
104 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
105 DIST_COMMON =  Makefile.am Makefile.in
106
107
108 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
109
110 TAR = gtar
111 GZIP_ENV = --best
112 DEP_FILES =  .deps/admin.P .deps/client.P
113 SOURCES = $(yaz_client_SOURCES)
114 OBJECTS = $(yaz_client_OBJECTS)
115
116 all: all-redirect
117 .SUFFIXES:
118 .SUFFIXES: .S .c .lo .o .s
119 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
120         cd $(top_srcdir) && $(AUTOMAKE) --gnu client/Makefile
121
122 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
123         cd $(top_builddir) \
124           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
125
126
127 mostlyclean-binPROGRAMS:
128
129 clean-binPROGRAMS:
130         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
131
132 distclean-binPROGRAMS:
133
134 maintainer-clean-binPROGRAMS:
135
136 install-binPROGRAMS: $(bin_PROGRAMS)
137         @$(NORMAL_INSTALL)
138         $(mkinstalldirs) $(DESTDIR)$(bindir)
139         @list='$(bin_PROGRAMS)'; for p in $$list; do \
140           if test -f $$p; then \
141             echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
142             $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
143           else :; fi; \
144         done
145
146 uninstall-binPROGRAMS:
147         @$(NORMAL_UNINSTALL)
148         list='$(bin_PROGRAMS)'; for p in $$list; do \
149           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
150         done
151
152 .s.o:
153         $(COMPILE) -c $<
154
155 .S.o:
156         $(COMPILE) -c $<
157
158 mostlyclean-compile:
159         -rm -f *.o core *.core
160
161 clean-compile:
162
163 distclean-compile:
164         -rm -f *.tab.c
165
166 maintainer-clean-compile:
167
168 .s.lo:
169         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
170
171 .S.lo:
172         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
173
174 mostlyclean-libtool:
175         -rm -f *.lo
176
177 clean-libtool:
178         -rm -rf .libs _libs
179
180 distclean-libtool:
181
182 maintainer-clean-libtool:
183
184 yaz-client: $(yaz_client_OBJECTS) $(yaz_client_DEPENDENCIES)
185         @rm -f yaz-client
186         $(LINK) $(yaz_client_LDFLAGS) $(yaz_client_OBJECTS) $(yaz_client_LDADD) $(LIBS)
187
188 tags: TAGS
189
190 ID: $(HEADERS) $(SOURCES) $(LISP)
191         list='$(SOURCES) $(HEADERS)'; \
192         unique=`for i in $$list; do echo $$i; done | \
193           awk '    { files[$$0] = 1; } \
194                END { for (i in files) print i; }'`; \
195         here=`pwd` && cd $(srcdir) \
196           && mkid -f$$here/ID $$unique $(LISP)
197
198 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
199         tags=; \
200         here=`pwd`; \
201         list='$(SOURCES) $(HEADERS)'; \
202         unique=`for i in $$list; do echo $$i; done | \
203           awk '    { files[$$0] = 1; } \
204                END { for (i in files) print i; }'`; \
205         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
206           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
207
208 mostlyclean-tags:
209
210 clean-tags:
211
212 distclean-tags:
213         -rm -f TAGS ID
214
215 maintainer-clean-tags:
216
217 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
218
219 subdir = client
220
221 distdir: $(DISTFILES)
222         here=`cd $(top_builddir) && pwd`; \
223         top_distdir=`cd $(top_distdir) && pwd`; \
224         distdir=`cd $(distdir) && pwd`; \
225         cd $(top_srcdir) \
226           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu client/Makefile
227         @for file in $(DISTFILES); do \
228           d=$(srcdir); \
229           if test -d $$d/$$file; then \
230             cp -pr $$/$$file $(distdir)/$$file; \
231           else \
232             test -f $(distdir)/$$file \
233             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
234             || cp -p $$d/$$file $(distdir)/$$file || :; \
235           fi; \
236         done
237
238 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
239
240 -include $(DEP_FILES)
241
242 mostlyclean-depend:
243
244 clean-depend:
245
246 distclean-depend:
247         -rm -rf .deps
248
249 maintainer-clean-depend:
250
251 %.o: %.c
252         @echo '$(COMPILE) -c $<'; \
253         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
254         @-cp .deps/$(*F).pp .deps/$(*F).P; \
255         tr ' ' '\012' < .deps/$(*F).pp \
256           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
257             >> .deps/$(*F).P; \
258         rm .deps/$(*F).pp
259
260 %.lo: %.c
261         @echo '$(LTCOMPILE) -c $<'; \
262         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
263         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
264           < .deps/$(*F).pp > .deps/$(*F).P; \
265         tr ' ' '\012' < .deps/$(*F).pp \
266           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
267             >> .deps/$(*F).P; \
268         rm -f .deps/$(*F).pp
269 info-am:
270 info: info-am
271 dvi-am:
272 dvi: dvi-am
273 check-am: all-am
274 check: check-am
275 installcheck-am:
276 installcheck: installcheck-am
277 install-exec-am: install-binPROGRAMS
278 install-exec: install-exec-am
279
280 install-data-am:
281 install-data: install-data-am
282
283 install-am: all-am
284         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
285 install: install-am
286 uninstall-am: uninstall-binPROGRAMS
287 uninstall: uninstall-am
288 all-am: Makefile $(PROGRAMS)
289 all-redirect: all-am
290 install-strip:
291         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
292 installdirs:
293         $(mkinstalldirs)  $(DESTDIR)$(bindir)
294
295
296 mostlyclean-generic:
297
298 clean-generic:
299
300 distclean-generic:
301         -rm -f Makefile $(CONFIG_CLEAN_FILES)
302         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
303
304 maintainer-clean-generic:
305 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
306                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
307                 mostlyclean-generic
308
309 mostlyclean: mostlyclean-am
310
311 clean-am:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
312                 clean-depend clean-generic mostlyclean-am
313
314 clean: clean-am
315
316 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-libtool \
317                 distclean-tags distclean-depend distclean-generic \
318                 clean-am
319         -rm -f libtool
320
321 distclean: distclean-am
322
323 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
324                 maintainer-clean-compile maintainer-clean-libtool \
325                 maintainer-clean-tags maintainer-clean-depend \
326                 maintainer-clean-generic distclean-am
327         @echo "This command is intended for maintainers to use;"
328         @echo "it deletes files that may require special tools to rebuild."
329
330 maintainer-clean: maintainer-clean-am
331
332 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
333 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
334 mostlyclean-compile distclean-compile clean-compile \
335 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
336 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
337 distclean-tags clean-tags maintainer-clean-tags distdir \
338 mostlyclean-depend distclean-depend clean-depend \
339 maintainer-clean-depend info-am info dvi-am dvi check check-am \
340 installcheck-am installcheck install-exec-am install-exec \
341 install-data-am install-data install-am install uninstall-am uninstall \
342 all-redirect all-am all installdirs mostlyclean-generic \
343 distclean-generic clean-generic maintainer-clean-generic clean \
344 mostlyclean distclean maintainer-clean
345
346
347 # Tell versions [3.59,3.63) of GNU make to not export all variables.
348 # Otherwise a system limit (for SysV at least) may be exceeded.
349 .NOEXPORT: