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