dc0194b2eca2c0899774f3d056881465d949f0a6
[shibboleth/cpp-sp.git] / shib-target / Makefile
1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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 = /bin/sh
15
16 srcdir = .
17 top_srcdir = ..
18
19 prefix = /mit/shibboleth/arch/i386_linux24
20 exec_prefix = ${prefix}
21
22 bindir = ${exec_prefix}/bin
23 sbindir = ${exec_prefix}/sbin
24 libexecdir = ${exec_prefix}/libexec
25 datadir = ${prefix}/share
26 sysconfdir = ${prefix}/etc
27 sharedstatedir = ${prefix}/com
28 localstatedir = ${prefix}/var
29 libdir = ${exec_prefix}/lib
30 infodir = ${prefix}/info
31 mandir = ${prefix}/man
32 includedir = ${prefix}/include
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/
38 pkglibdir = $(libdir)/
39 pkgincludedir = $(includedir)/
40
41 top_builddir = ..
42
43 ACLOCAL = ${SHELL} /mit/shibboleth/src/shibboleth/c/missing --run aclocal
44 AUTOCONF = ${SHELL} /mit/shibboleth/src/shibboleth/c/missing --run autoconf
45 AUTOMAKE = ${SHELL} /mit/shibboleth/src/shibboleth/c/missing --run automake
46 AUTOHEADER = ${SHELL} /mit/shibboleth/src/shibboleth/c/missing --run autoheader
47
48 INSTALL = /usr/bin/install -c
49 INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = ${INSTALL} -m 644
51 INSTALL_SCRIPT = ${INSTALL}
52 transform = s,x,x,
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = 
61 host_triplet = i686-pc-linux-gnu
62 AMTAR = ${SHELL} /mit/shibboleth/src/shibboleth/c/missing --run tar
63 AS = @AS@
64 AWK = gawk
65 CC = gcc3
66 CXX = g++3
67 CXXCPP = g++3 -E
68 DEPDIR = .deps
69 DLLTOOL = @DLLTOOL@
70 ECHO = echo
71 EXEEXT = 
72 F77 = g77
73 GCJ = @GCJ@
74 GCJFLAGS = @GCJFLAGS@
75 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
76 LIBTOOL = $(SHELL) $(top_builddir)/libtool
77 LN_S = ln -s
78 MAKEINFO = ${SHELL} /mit/shibboleth/src/shibboleth/c/missing --run makeinfo
79 OBJDUMP = @OBJDUMP@
80 OBJEXT = o
81 PACKAGE = 
82 PTHREAD_CC = gcc3
83 PTHREAD_CFLAGS = -pthread
84 PTHREAD_LIBS = 
85 RANLIB = ranlib
86 RC = @RC@
87 STRIP = strip
88 VERSION = 
89 am__include = include
90 am__quote = 
91 install_sh = /mit/shibboleth/src/shibboleth/c/install-sh
92
93 AUTOMAKE_OPTIONS = foreign
94
95 lib_LTLIBRARIES = libshib-target.la
96
97 libshib_targetdir = $(includedir)/shib
98 libshib_target_HEADERS = shib-target.h shibrpc.h
99
100 libshib_target_la_SOURCES = \
101         shib-ccache.cpp \
102         shib-config.cpp \
103         shib-ini.cpp \
104         shib-mlp.cpp \
105         shib-resource.cpp \
106         shib-rm.cpp \
107         shib-rpcerror.cpp \
108         shib-rpchandle.cpp \
109         shib-rpcutil.c \
110         shib-shire.cpp \
111         shib-sock.c \
112         shib-target.cpp \
113         shibrpc-clnt.c \
114         shibrpc-server.cpp \
115         shibrpc-svc.c \
116         shibrpc-xdr.c
117
118
119 # this is different from the project version
120 # http://sources.redhat.com/autobook/autobook/autobook_91.html
121 libshib_target_la_LDFLAGS = -version-info 1:0:0
122
123 RPCGEN = rpcgen -M
124 RPCGEN_SRC = shibrpc.x
125 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
126 CONFIG_HEADER = ../config.h
127 CONFIG_CLEAN_FILES = 
128 LTLIBRARIES =  $(lib_LTLIBRARIES)
129
130
131 DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I..
132 CPPFLAGS = -I/mit/shibboleth/include -I/mit/shibboleth/src/xerces-c-src2_1_0/include 
133 LDFLAGS = -L/mit/shibboleth/lib -L/mit/shibboleth/src/xerces-c-src2_1_0/lib 
134 LIBS = -lsaml -llog4cpp -lssl -lcrypto -lxerces-c  
135 libshib_target_la_LIBADD = 
136 libshib_target_la_OBJECTS =  shib-ccache.lo shib-config.lo shib-ini.lo \
137 shib-mlp.lo shib-resource.lo shib-rm.lo shib-rpcerror.lo \
138 shib-rpchandle.lo shib-rpcutil.lo shib-shire.lo shib-sock.lo \
139 shib-target.lo shibrpc-clnt.lo shibrpc-server.lo shibrpc-svc.lo \
140 shibrpc-xdr.lo
141 CXXFLAGS = -pthread -g -O2
142 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
143 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
144 CXXLD = $(CXX)
145 CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
146 CFLAGS = -pthread -g -O2
147 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
148 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
149 CCLD = $(CC)
150 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
151 HEADERS =  $(libshib_target_HEADERS)
152
153 DIST_COMMON =  Makefile.am Makefile.in
154
155
156 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
157
158 TAR = gtar
159 GZIP_ENV = --best
160 DEP_FILES =  .deps/shib-ccache.P .deps/shib-config.P .deps/shib-ini.P \
161 .deps/shib-mlp.P .deps/shib-resource.P .deps/shib-rm.P \
162 .deps/shib-rpcerror.P .deps/shib-rpchandle.P .deps/shib-rpcutil.P \
163 .deps/shib-shire.P .deps/shib-sock.P .deps/shib-target.P \
164 .deps/shibrpc-clnt.P .deps/shibrpc-server.P .deps/shibrpc-svc.P \
165 .deps/shibrpc-xdr.P
166 SOURCES = $(libshib_target_la_SOURCES)
167 OBJECTS = $(libshib_target_la_OBJECTS)
168
169 all: all-redirect
170 .SUFFIXES:
171 .SUFFIXES: .S .c .cpp .lo .o .obj .s
172 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
173         cd $(top_srcdir) && $(AUTOMAKE) --foreign shib-target/Makefile
174
175 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
176         cd $(top_builddir) \
177           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
178
179
180 mostlyclean-libLTLIBRARIES:
181
182 clean-libLTLIBRARIES:
183         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
184
185 distclean-libLTLIBRARIES:
186
187 maintainer-clean-libLTLIBRARIES:
188
189 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
190         @$(NORMAL_INSTALL)
191         $(mkinstalldirs) $(DESTDIR)$(libdir)
192         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
193           if test -f $$p; then \
194             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
195             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
196           else :; fi; \
197         done
198
199 uninstall-libLTLIBRARIES:
200         @$(NORMAL_UNINSTALL)
201         list='$(lib_LTLIBRARIES)'; for p in $$list; do \
202           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
203         done
204
205 # FIXME: We should only use cygpath when building on Windows,
206 # and only if it is available.
207 .c.obj:
208         $(COMPILE) -c `cygpath -w $<`
209
210 .s.o:
211         $(COMPILE) -c $<
212
213 .S.o:
214         $(COMPILE) -c $<
215
216 mostlyclean-compile:
217         -rm -f *.o core *.core
218         -rm -f *.$(OBJEXT)
219
220 clean-compile:
221
222 distclean-compile:
223         -rm -f *.tab.c
224
225 maintainer-clean-compile:
226
227 .s.lo:
228         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
229
230 .S.lo:
231         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
232
233 mostlyclean-libtool:
234         -rm -f *.lo
235
236 clean-libtool:
237         -rm -rf .libs _libs
238
239 distclean-libtool:
240
241 maintainer-clean-libtool:
242
243 libshib-target.la: $(libshib_target_la_OBJECTS) $(libshib_target_la_DEPENDENCIES)
244         $(CXXLINK) -rpath $(libdir) $(libshib_target_la_LDFLAGS) $(libshib_target_la_OBJECTS) $(libshib_target_la_LIBADD) $(LIBS)
245 .cpp.o:
246         $(CXXCOMPILE) -c $<
247 .cpp.obj:
248         $(CXXCOMPILE) -c `cygpath -w $<`
249 .cpp.lo:
250         $(LTCXXCOMPILE) -c $<
251
252 install-libshib_targetHEADERS: $(libshib_target_HEADERS)
253         @$(NORMAL_INSTALL)
254         $(mkinstalldirs) $(DESTDIR)$(libshib_targetdir)
255         @list='$(libshib_target_HEADERS)'; for p in $$list; do \
256           if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
257           echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(libshib_targetdir)/$$p"; \
258           $(INSTALL_DATA) $$d$$p $(DESTDIR)$(libshib_targetdir)/$$p; \
259         done
260
261 uninstall-libshib_targetHEADERS:
262         @$(NORMAL_UNINSTALL)
263         list='$(libshib_target_HEADERS)'; for p in $$list; do \
264           rm -f $(DESTDIR)$(libshib_targetdir)/$$p; \
265         done
266
267 tags: TAGS
268
269 ID: $(HEADERS) $(SOURCES) $(LISP)
270         list='$(SOURCES) $(HEADERS)'; \
271         unique=`for i in $$list; do echo $$i; done | \
272           awk '    { files[$$0] = 1; } \
273                END { for (i in files) print i; }'`; \
274         here=`pwd` && cd $(srcdir) \
275           && mkid -f$$here/ID $$unique $(LISP)
276
277 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
278         tags=; \
279         here=`pwd`; \
280         list='$(SOURCES) $(HEADERS)'; \
281         unique=`for i in $$list; do echo $$i; done | \
282           awk '    { files[$$0] = 1; } \
283                END { for (i in files) print i; }'`; \
284         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
285           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
286
287 mostlyclean-tags:
288
289 clean-tags:
290
291 distclean-tags:
292         -rm -f TAGS ID
293
294 maintainer-clean-tags:
295
296 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
297
298 subdir = shib-target
299
300 distdir: $(DISTFILES)
301         here=`cd $(top_builddir) && pwd`; \
302         top_distdir=`cd $(top_distdir) && pwd`; \
303         distdir=`cd $(distdir) && pwd`; \
304         cd $(top_srcdir) \
305           && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign shib-target/Makefile
306         @for file in $(DISTFILES); do \
307           d=$(srcdir); \
308           if test -d $$d/$$file; then \
309             cp -pr $$d/$$file $(distdir)/$$file; \
310           else \
311             test -f $(distdir)/$$file \
312             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
313             || cp -p $$d/$$file $(distdir)/$$file || :; \
314           fi; \
315         done
316
317 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
318
319 -include $(DEP_FILES)
320
321 mostlyclean-depend:
322
323 clean-depend:
324
325 distclean-depend:
326         -rm -rf .deps
327
328 maintainer-clean-depend:
329
330 %.o: %.c
331         @echo '$(COMPILE) -c $<'; \
332         $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
333         @-cp .deps/$(*F).pp .deps/$(*F).P; \
334         tr ' ' '\012' < .deps/$(*F).pp \
335           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
336             >> .deps/$(*F).P; \
337         rm .deps/$(*F).pp
338
339 %.lo: %.c
340         @echo '$(LTCOMPILE) -c $<'; \
341         $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
342         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
343           < .deps/$(*F).pp > .deps/$(*F).P; \
344         tr ' ' '\012' < .deps/$(*F).pp \
345           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
346             >> .deps/$(*F).P; \
347         rm -f .deps/$(*F).pp
348
349 %.o: %.cpp
350         @echo '$(CXXCOMPILE) -c $<'; \
351         $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
352         @-cp .deps/$(*F).pp .deps/$(*F).P; \
353         tr ' ' '\012' < .deps/$(*F).pp \
354           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
355             >> .deps/$(*F).P; \
356         rm .deps/$(*F).pp
357
358 %.lo: %.cpp
359         @echo '$(LTCXXCOMPILE) -c $<'; \
360         $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
361         @-sed -e 's/^\([^:]*\)\.o[      ]*:/\1.lo \1.o :/' \
362           < .deps/$(*F).pp > .deps/$(*F).P; \
363         tr ' ' '\012' < .deps/$(*F).pp \
364           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
365             >> .deps/$(*F).P; \
366         rm -f .deps/$(*F).pp
367 info-am:
368 info: info-am
369 dvi-am:
370 dvi: dvi-am
371 check-am: all-am
372 check: check-am
373 installcheck-am:
374 installcheck: installcheck-am
375 install-exec-am: install-libLTLIBRARIES
376 install-exec: install-exec-am
377
378 install-data-am: install-libshib_targetHEADERS
379 install-data: install-data-am
380
381 install-am: all-am
382         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
383 install: install-am
384 uninstall-am: uninstall-libLTLIBRARIES uninstall-libshib_targetHEADERS
385 uninstall: uninstall-am
386 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
387 all-redirect: all-am
388 install-strip:
389         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
390 installdirs:
391         $(mkinstalldirs)  $(DESTDIR)$(libdir) $(DESTDIR)$(libshib_targetdir)
392
393
394 mostlyclean-generic:
395
396 clean-generic:
397
398 distclean-generic:
399         -rm -f Makefile $(CONFIG_CLEAN_FILES)
400         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
401
402 maintainer-clean-generic:
403 mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
404                 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
405                 mostlyclean-generic
406
407 mostlyclean: mostlyclean-am
408
409 clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
410                 clean-depend clean-generic mostlyclean-am
411
412 clean: clean-am
413
414 distclean-am:  distclean-libLTLIBRARIES distclean-compile \
415                 distclean-libtool distclean-tags distclean-depend \
416                 distclean-generic clean-am
417         -rm -f libtool
418
419 distclean: distclean-am
420
421 maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
422                 maintainer-clean-compile maintainer-clean-libtool \
423                 maintainer-clean-tags maintainer-clean-depend \
424                 maintainer-clean-generic distclean-am
425         @echo "This command is intended for maintainers to use;"
426         @echo "it deletes files that may require special tools to rebuild."
427
428 maintainer-clean: maintainer-clean-am
429
430 .PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
431 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
432 uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
433 distclean-compile clean-compile maintainer-clean-compile \
434 mostlyclean-libtool distclean-libtool clean-libtool \
435 maintainer-clean-libtool uninstall-libshib_targetHEADERS \
436 install-libshib_targetHEADERS tags mostlyclean-tags distclean-tags \
437 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
438 distclean-depend clean-depend maintainer-clean-depend info-am info \
439 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
440 install-exec install-data-am install-data install-am install \
441 uninstall-am uninstall all-redirect all-am all installdirs \
442 mostlyclean-generic distclean-generic clean-generic \
443 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
444
445
446 very-clean: 
447         $(RM) shibrpc.h shibrpc-xdr.c shibrpc-clnt.c shibrpc-svc.c
448
449 rpcgen:
450         $(MAKE) do_rpcgen RPCGEN_TARGET=shibrpc.h RPCGEN_ARGS=-h
451         $(MAKE) do_rpcgen RPCGEN_TARGET=shibrpc-xdr.c RPCGEN_ARGS=-c
452         $(MAKE) do_rpcgen RPCGEN_TARGET=shibrpc-clnt.c RPCGEN_ARGS=-l
453         $(MAKE) do_rpcgen RPCGEN_TARGET=shibrpc-svc.c RPCGEN_ARGS=-m
454         $(MAKE) do_rpcgen RPCGEN_TARGET=shibrpc-server-stubs.c RPCGEN_ARGS=-Ss
455
456 do_rpcgen:
457         $(RM) $(RPCGEN_TARGET)
458         $(RPCGEN) $(RPCGEN_ARGS) -o $(RPCGEN_TARGET) $(RPCGEN_SRC)
459
460 # Tell versions [3.59,3.63) of GNU make to not export all variables.
461 # Otherwise a system limit (for SysV at least) may be exceeded.
462 .NOEXPORT: