source: main/trunk/gs2-core/runtime-src/src/protocol/Makefile.in@ 21494

Last change on this file since 21494 was 21494, checked in by mdewsnip, 14 years ago

Added check for crypt, necessary for linking library.cgi.

File size: 20.1 KB
Line 
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005 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
17###########################################################################
18#
19# Makefile -- Makefile for runtime-src/src/protocol
20#
21# A component of the Greenstone digital library software
22# from the New Zealand Digital Library Project at the
23# University of Waikato, New Zealand.
24#
25# Copyright (C) 1999-2010 The New Zealand Digital Library Project
26#
27# This program is free software; you can redistribute it and/or modify
28# it under the terms of the GNU General Public License as published by
29# the Free Software Foundation; either version 2 of the License, or
30# (at your option) any later version.
31#
32# This program is distributed in the hope that it will be useful,
33# but WITHOUT ANY WARRANTY; without even the implied warranty of
34# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35# GNU General Public License for more details.
36#
37# You should have received a copy of the GNU General Public License
38# along with this program; if not, write to the Free Software
39# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
40#
41###########################################################################
42
43srcdir = @srcdir@
44top_srcdir = @top_srcdir@
45VPATH = @srcdir@
46pkgdatadir = $(datadir)/@PACKAGE@
47pkglibdir = $(libdir)/@PACKAGE@
48pkgincludedir = $(includedir)/@PACKAGE@
49top_builddir = ../..
50am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
51INSTALL = @INSTALL@
52install_sh_DATA = $(install_sh) -c -m 644
53install_sh_PROGRAM = $(install_sh) -c
54install_sh_SCRIPT = $(install_sh) -c
55INSTALL_HEADER = $(INSTALL_DATA)
56transform = $(program_transform_name)
57NORMAL_INSTALL = :
58PRE_INSTALL = :
59POST_INSTALL = :
60NORMAL_UNINSTALL = :
61PRE_UNINSTALL = :
62POST_UNINSTALL = :
63build_triplet = @build@
64host_triplet = @host@
65subdir = src/protocol
66DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
67ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
68am__aclocal_m4_deps = $(top_srcdir)/configure.ac
69am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70 $(ACLOCAL_M4)
71mkinstalldirs = $(install_sh) -d
72CONFIG_HEADER = $(top_builddir)/config.h
73CONFIG_CLEAN_FILES =
74LIBRARIES = $(noinst_LIBRARIES)
75AR = ar
76ARFLAGS = cru
77libgsdlprotocol_a_AR = $(AR) $(ARFLAGS)
78libgsdlprotocol_a_LIBADD =
79am_libgsdlprotocol_a_OBJECTS = libgsdlprotocol_a-nullproto.$(OBJEXT) \
80 libgsdlprotocol_a-recptproto.$(OBJEXT) \
81 libgsdlprotocol_a-recptprototools.$(OBJEXT)
82libgsdlprotocol_a_OBJECTS = $(am_libgsdlprotocol_a_OBJECTS)
83DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
84depcomp = $(SHELL) $(top_srcdir)/depcomp
85am__depfiles_maybe = depfiles
86CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
87 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
88CXXLD = $(CXX)
89CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
90 -o $@
91SOURCES = $(libgsdlprotocol_a_SOURCES)
92DIST_SOURCES = $(libgsdlprotocol_a_SOURCES)
93ETAGS = etags
94CTAGS = ctags
95DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96ACLOCAL = @ACLOCAL@
97AMDEP_FALSE = @AMDEP_FALSE@
98AMDEP_TRUE = @AMDEP_TRUE@
99AMTAR = @AMTAR@
100AUTOCONF = @AUTOCONF@
101AUTOHEADER = @AUTOHEADER@
102AUTOMAKE = @AUTOMAKE@
103AWK = @AWK@
104CC = @CC@
105CCDEPMODE = @CCDEPMODE@
106CFLAGS = @CFLAGS@
107COMPAT32BITFLAGS = @COMPAT32BITFLAGS@
108CPPFLAGS = @CPPFLAGS@
109CXX = @CXX@
110CXXDEPMODE = @CXXDEPMODE@
111CXXFLAGS = @CXXFLAGS@
112CYGPATH_W = @CYGPATH_W@
113DEFS = @DEFS@
114DEPDIR = @DEPDIR@
115ECHO_C = @ECHO_C@
116ECHO_N = @ECHO_N@
117ECHO_T = @ECHO_T@
118EXEEXT = @EXEEXT@
119INSTALL_DATA = @INSTALL_DATA@
120INSTALL_PROGRAM = @INSTALL_PROGRAM@
121INSTALL_SCRIPT = @INSTALL_SCRIPT@
122INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
123LDFLAGS = @LDFLAGS@
124LIBOBJS = @LIBOBJS@
125LIBS = @LIBS@
126LTLIBOBJS = @LTLIBOBJS@
127MAKEINFO = @MAKEINFO@
128OBJEXT = @OBJEXT@
129PACKAGE = @PACKAGE@
130PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
131PACKAGE_NAME = @PACKAGE_NAME@
132PACKAGE_STRING = @PACKAGE_STRING@
133PACKAGE_TARNAME = @PACKAGE_TARNAME@
134PACKAGE_VERSION = @PACKAGE_VERSION@
135PATH_SEPARATOR = @PATH_SEPARATOR@
136RANLIB = @RANLIB@
137SET_MAKE = @SET_MAKE@
138SHELL = @SHELL@
139STRIP = @STRIP@
140USE_SQLITE_FALSE = @USE_SQLITE_FALSE@
141USE_SQLITE_TRUE = @USE_SQLITE_TRUE@
142VERSION = @VERSION@
143ac_ct_CC = @ac_ct_CC@
144ac_ct_CXX = @ac_ct_CXX@
145ac_ct_RANLIB = @ac_ct_RANLIB@
146ac_ct_STRIP = @ac_ct_STRIP@
147am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
148am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
149am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
150am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
151am__include = @am__include@
152am__leading_dot = @am__leading_dot@
153am__quote = @am__quote@
154am__tar = @am__tar@
155am__untar = @am__untar@
156bindir = @bindir@
157build = @build@
158build_alias = @build_alias@
159build_cpu = @build_cpu@
160build_os = @build_os@
161build_vendor = @build_vendor@
162datadir = @datadir@
163exec_prefix = @exec_prefix@
164host = @host@
165host_alias = @host_alias@
166host_cpu = @host_cpu@
167host_os = @host_os@
168host_vendor = @host_vendor@
169includedir = @includedir@
170infodir = @infodir@
171install_sh = @install_sh@
172libdir = @libdir@
173libexecdir = @libexecdir@
174localstatedir = @localstatedir@
175mandir = @mandir@
176mkdir_p = @mkdir_p@
177oldincludedir = @oldincludedir@
178prefix = @prefix@
179program_transform_name = @program_transform_name@
180sbindir = @sbindir@
181sharedstatedir = @sharedstatedir@
182sysconfdir = @sysconfdir@
183target_alias = @target_alias@
184RUNTIME_SRC_DIR = @top_srcdir@
185GSDL_DIR = $(RUNTIME_SRC_DIR)/..
186
187# Libraries compiled
188noinst_LIBRARIES = libgsdlprotocol.a
189
190# Library: libgsdlprotocol.a
191# Do NOT add the "recpt" directory here: the protocol should be independent of the receptionist!
192libgsdlprotocol_a_CPPFLAGS = \
193 -I$(GSDL_DIR)/common-src/src/lib \
194 -I$(GSDL_DIR)/runtime-src/src/colservr \
195 $(COMPAT32BITFLAGS)
196
197
198# Sources for libgsdlprotocol.a
199libgsdlprotocol_a_SOURCES = \
200 nullproto.cpp \
201 recptproto.cpp \
202 recptprototools.cpp
203
204all: all-am
205
206.SUFFIXES:
207.SUFFIXES: .cpp .o .obj
208$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
209 @for dep in $?; do \
210 case '$(am__configure_deps)' in \
211 *$$dep*) \
212 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
213 && exit 0; \
214 exit 1;; \
215 esac; \
216 done; \
217 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/protocol/Makefile'; \
218 cd $(top_srcdir) && \
219 $(AUTOMAKE) --foreign src/protocol/Makefile
220.PRECIOUS: Makefile
221Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
222 @case '$?' in \
223 *config.status*) \
224 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
225 *) \
226 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
227 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
228 esac;
229
230$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
231 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
232
233$(top_srcdir)/configure: $(am__configure_deps)
234 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
235$(ACLOCAL_M4): $(am__aclocal_m4_deps)
236 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
237
238clean-noinstLIBRARIES:
239 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
240libgsdlprotocol.a: $(libgsdlprotocol_a_OBJECTS) $(libgsdlprotocol_a_DEPENDENCIES)
241 -rm -f libgsdlprotocol.a
242 $(libgsdlprotocol_a_AR) libgsdlprotocol.a $(libgsdlprotocol_a_OBJECTS) $(libgsdlprotocol_a_LIBADD)
243 $(RANLIB) libgsdlprotocol.a
244
245mostlyclean-compile:
246 -rm -f *.$(OBJEXT)
247
248distclean-compile:
249 -rm -f *.tab.c
250
251@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsdlprotocol_a-nullproto.Po@am__quote@
252@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsdlprotocol_a-recptproto.Po@am__quote@
253@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgsdlprotocol_a-recptprototools.Po@am__quote@
254
255.cpp.o:
256@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
257@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
258@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
259@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
260@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
261
262.cpp.obj:
263@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
264@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
265@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
266@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
267@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
268
269libgsdlprotocol_a-nullproto.o: nullproto.cpp
270@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgsdlprotocol_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgsdlprotocol_a-nullproto.o -MD -MP -MF "$(DEPDIR)/libgsdlprotocol_a-nullproto.Tpo" -c -o libgsdlprotocol_a-nullproto.o `test -f 'nullproto.cpp' || echo '$(srcdir)/'`nullproto.cpp; \
271@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libgsdlprotocol_a-nullproto.Tpo" "$(DEPDIR)/libgsdlprotocol_a-nullproto.Po"; else rm -f "$(DEPDIR)/libgsdlprotocol_a-nullproto.Tpo"; exit 1; fi
272@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='nullproto.cpp' object='libgsdlprotocol_a-nullproto.o' libtool=no @AMDEPBACKSLASH@
273@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
274@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgsdlprotocol_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgsdlprotocol_a-nullproto.o `test -f 'nullproto.cpp' || echo '$(srcdir)/'`nullproto.cpp
275
276libgsdlprotocol_a-nullproto.obj: nullproto.cpp
277@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgsdlprotocol_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgsdlprotocol_a-nullproto.obj -MD -MP -MF "$(DEPDIR)/libgsdlprotocol_a-nullproto.Tpo" -c -o libgsdlprotocol_a-nullproto.obj `if test -f 'nullproto.cpp'; then $(CYGPATH_W) 'nullproto.cpp'; else $(CYGPATH_W) '$(srcdir)/nullproto.cpp'; fi`; \
278@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libgsdlprotocol_a-nullproto.Tpo" "$(DEPDIR)/libgsdlprotocol_a-nullproto.Po"; else rm -f "$(DEPDIR)/libgsdlprotocol_a-nullproto.Tpo"; exit 1; fi
279@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='nullproto.cpp' object='libgsdlprotocol_a-nullproto.obj' libtool=no @AMDEPBACKSLASH@
280@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
281@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgsdlprotocol_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgsdlprotocol_a-nullproto.obj `if test -f 'nullproto.cpp'; then $(CYGPATH_W) 'nullproto.cpp'; else $(CYGPATH_W) '$(srcdir)/nullproto.cpp'; fi`
282
283libgsdlprotocol_a-recptproto.o: recptproto.cpp
284@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgsdlprotocol_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgsdlprotocol_a-recptproto.o -MD -MP -MF "$(DEPDIR)/libgsdlprotocol_a-recptproto.Tpo" -c -o libgsdlprotocol_a-recptproto.o `test -f 'recptproto.cpp' || echo '$(srcdir)/'`recptproto.cpp; \
285@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libgsdlprotocol_a-recptproto.Tpo" "$(DEPDIR)/libgsdlprotocol_a-recptproto.Po"; else rm -f "$(DEPDIR)/libgsdlprotocol_a-recptproto.Tpo"; exit 1; fi
286@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='recptproto.cpp' object='libgsdlprotocol_a-recptproto.o' libtool=no @AMDEPBACKSLASH@
287@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
288@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgsdlprotocol_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgsdlprotocol_a-recptproto.o `test -f 'recptproto.cpp' || echo '$(srcdir)/'`recptproto.cpp
289
290libgsdlprotocol_a-recptproto.obj: recptproto.cpp
291@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgsdlprotocol_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgsdlprotocol_a-recptproto.obj -MD -MP -MF "$(DEPDIR)/libgsdlprotocol_a-recptproto.Tpo" -c -o libgsdlprotocol_a-recptproto.obj `if test -f 'recptproto.cpp'; then $(CYGPATH_W) 'recptproto.cpp'; else $(CYGPATH_W) '$(srcdir)/recptproto.cpp'; fi`; \
292@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libgsdlprotocol_a-recptproto.Tpo" "$(DEPDIR)/libgsdlprotocol_a-recptproto.Po"; else rm -f "$(DEPDIR)/libgsdlprotocol_a-recptproto.Tpo"; exit 1; fi
293@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='recptproto.cpp' object='libgsdlprotocol_a-recptproto.obj' libtool=no @AMDEPBACKSLASH@
294@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
295@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgsdlprotocol_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgsdlprotocol_a-recptproto.obj `if test -f 'recptproto.cpp'; then $(CYGPATH_W) 'recptproto.cpp'; else $(CYGPATH_W) '$(srcdir)/recptproto.cpp'; fi`
296
297libgsdlprotocol_a-recptprototools.o: recptprototools.cpp
298@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgsdlprotocol_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgsdlprotocol_a-recptprototools.o -MD -MP -MF "$(DEPDIR)/libgsdlprotocol_a-recptprototools.Tpo" -c -o libgsdlprotocol_a-recptprototools.o `test -f 'recptprototools.cpp' || echo '$(srcdir)/'`recptprototools.cpp; \
299@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libgsdlprotocol_a-recptprototools.Tpo" "$(DEPDIR)/libgsdlprotocol_a-recptprototools.Po"; else rm -f "$(DEPDIR)/libgsdlprotocol_a-recptprototools.Tpo"; exit 1; fi
300@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='recptprototools.cpp' object='libgsdlprotocol_a-recptprototools.o' libtool=no @AMDEPBACKSLASH@
301@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
302@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgsdlprotocol_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgsdlprotocol_a-recptprototools.o `test -f 'recptprototools.cpp' || echo '$(srcdir)/'`recptprototools.cpp
303
304libgsdlprotocol_a-recptprototools.obj: recptprototools.cpp
305@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgsdlprotocol_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT libgsdlprotocol_a-recptprototools.obj -MD -MP -MF "$(DEPDIR)/libgsdlprotocol_a-recptprototools.Tpo" -c -o libgsdlprotocol_a-recptprototools.obj `if test -f 'recptprototools.cpp'; then $(CYGPATH_W) 'recptprototools.cpp'; else $(CYGPATH_W) '$(srcdir)/recptprototools.cpp'; fi`; \
306@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/libgsdlprotocol_a-recptprototools.Tpo" "$(DEPDIR)/libgsdlprotocol_a-recptprototools.Po"; else rm -f "$(DEPDIR)/libgsdlprotocol_a-recptprototools.Tpo"; exit 1; fi
307@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='recptprototools.cpp' object='libgsdlprotocol_a-recptprototools.obj' libtool=no @AMDEPBACKSLASH@
308@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
309@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgsdlprotocol_a_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o libgsdlprotocol_a-recptprototools.obj `if test -f 'recptprototools.cpp'; then $(CYGPATH_W) 'recptprototools.cpp'; else $(CYGPATH_W) '$(srcdir)/recptprototools.cpp'; fi`
310uninstall-info-am:
311
312ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
313 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
314 unique=`for i in $$list; do \
315 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
316 done | \
317 $(AWK) ' { files[$$0] = 1; } \
318 END { for (i in files) print i; }'`; \
319 mkid -fID $$unique
320tags: TAGS
321
322TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
323 $(TAGS_FILES) $(LISP)
324 tags=; \
325 here=`pwd`; \
326 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
327 unique=`for i in $$list; do \
328 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
329 done | \
330 $(AWK) ' { files[$$0] = 1; } \
331 END { for (i in files) print i; }'`; \
332 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
333 test -n "$$unique" || unique=$$empty_fix; \
334 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
335 $$tags $$unique; \
336 fi
337ctags: CTAGS
338CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
339 $(TAGS_FILES) $(LISP)
340 tags=; \
341 here=`pwd`; \
342 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
343 unique=`for i in $$list; do \
344 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
345 done | \
346 $(AWK) ' { files[$$0] = 1; } \
347 END { for (i in files) print i; }'`; \
348 test -z "$(CTAGS_ARGS)$$tags$$unique" \
349 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
350 $$tags $$unique
351
352GTAGS:
353 here=`$(am__cd) $(top_builddir) && pwd` \
354 && cd $(top_srcdir) \
355 && gtags -i $(GTAGS_ARGS) $$here
356
357distclean-tags:
358 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
359
360distdir: $(DISTFILES)
361 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
362 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
363 list='$(DISTFILES)'; for file in $$list; do \
364 case $$file in \
365 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
366 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
367 esac; \
368 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
369 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
370 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
371 dir="/$$dir"; \
372 $(mkdir_p) "$(distdir)$$dir"; \
373 else \
374 dir=''; \
375 fi; \
376 if test -d $$d/$$file; then \
377 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
378 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
379 fi; \
380 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
381 else \
382 test -f $(distdir)/$$file \
383 || cp -p $$d/$$file $(distdir)/$$file \
384 || exit 1; \
385 fi; \
386 done
387check-am: all-am
388check: check-am
389all-am: Makefile $(LIBRARIES)
390installdirs:
391install: install-am
392install-exec: install-exec-am
393install-data: install-data-am
394uninstall: uninstall-am
395
396install-am: all-am
397 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
398
399installcheck: installcheck-am
400install-strip:
401 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
402 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
403 `test -z '$(STRIP)' || \
404 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
405mostlyclean-generic:
406
407clean-generic:
408
409distclean-generic:
410 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
411
412maintainer-clean-generic:
413 @echo "This command is intended for maintainers to use"
414 @echo "it deletes files that may require special tools to rebuild."
415clean: clean-am
416
417clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
418
419distclean: distclean-am
420 -rm -rf ./$(DEPDIR)
421 -rm -f Makefile
422distclean-am: clean-am distclean-compile distclean-generic \
423 distclean-tags
424
425dvi: dvi-am
426
427dvi-am:
428
429html: html-am
430
431info: info-am
432
433info-am:
434
435install-data-am:
436
437install-exec-am:
438
439install-info: install-info-am
440
441install-man:
442
443installcheck-am:
444
445maintainer-clean: maintainer-clean-am
446 -rm -rf ./$(DEPDIR)
447 -rm -f Makefile
448maintainer-clean-am: distclean-am maintainer-clean-generic
449
450mostlyclean: mostlyclean-am
451
452mostlyclean-am: mostlyclean-compile mostlyclean-generic
453
454pdf: pdf-am
455
456pdf-am:
457
458ps: ps-am
459
460ps-am:
461
462uninstall-am: uninstall-info-am
463
464.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
465 clean-noinstLIBRARIES ctags distclean distclean-compile \
466 distclean-generic distclean-tags distdir dvi dvi-am html \
467 html-am info info-am install install-am install-data \
468 install-data-am install-exec install-exec-am install-info \
469 install-info-am install-man install-strip installcheck \
470 installcheck-am installdirs maintainer-clean \
471 maintainer-clean-generic mostlyclean mostlyclean-compile \
472 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
473 uninstall-am uninstall-info-am
474
475# Tell versions [3.59,3.63) of GNU make to not export all variables.
476# Otherwise a system limit (for SysV at least) may be exceeded.
477.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.