source: main/trunk/gs2-core/runtime-src/src/recpt/Makefile.in@ 21534

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

Added --disable-lucene option to configure scripts, and make Lucene enabled by default. ENABLE_LUCENE is defined for use in the C++ code and Makefiles.

File size: 111.9 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/recpt
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@
65cgibin_PROGRAMS = library.cgi$(EXEEXT)
66
67# Option: SQLite support
68@USE_SQLITE_TRUE@am__append_1 = $(GSDL_DIR)/common-src/packages/sqlite/lib/libsqlite3.a -ldl -lpthread
69subdir = src/recpt
70DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
71ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
72am__aclocal_m4_deps = $(top_srcdir)/configure.ac
73am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
74 $(ACLOCAL_M4)
75mkinstalldirs = $(install_sh) -d
76CONFIG_HEADER = $(top_builddir)/config.h
77CONFIG_CLEAN_FILES =
78am__installdirs = "$(DESTDIR)$(cgibindir)"
79cgibinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
80PROGRAMS = $(cgibin_PROGRAMS)
81am_library_cgi_OBJECTS = library_cgi-action.$(OBJEXT) \
82 library_cgi-argdb.$(OBJEXT) library_cgi-authenaction.$(OBJEXT) \
83 library_cgi-browseaction.$(OBJEXT) \
84 library_cgi-browseactiontools.$(OBJEXT) \
85 library_cgi-browserclass.$(OBJEXT) \
86 library_cgi-browsetoolsclass.$(OBJEXT) \
87 library_cgi-cgiargs.$(OBJEXT) library_cgi-cgiutils.$(OBJEXT) \
88 library_cgi-cgiwrapper.$(OBJEXT) \
89 library_cgi-collectoraction.$(OBJEXT) \
90 library_cgi-configaction.$(OBJEXT) \
91 library_cgi-converter.$(OBJEXT) \
92 library_cgi-datelistbrowserclass.$(OBJEXT) \
93 library_cgi-depositoraction.$(OBJEXT) \
94 library_cgi-documentaction.$(OBJEXT) \
95 library_cgi-dynamicclassifieraction.$(OBJEXT) \
96 library_cgi-extlinkaction.$(OBJEXT) \
97 library_cgi-formattools.$(OBJEXT) \
98 library_cgi-gtiaction.$(OBJEXT) \
99 library_cgi-highlighttext.$(OBJEXT) \
100 library_cgi-historydb.$(OBJEXT) \
101 library_cgi-hlistbrowserclass.$(OBJEXT) \
102 library_cgi-htmlbrowserclass.$(OBJEXT) \
103 library_cgi-htmlutils.$(OBJEXT) \
104 library_cgi-invbrowserclass.$(OBJEXT) \
105 library_cgi-librarymain.$(OBJEXT) \
106 library_cgi-maincfg.$(OBJEXT) library_cgi-pageaction.$(OBJEXT) \
107 library_cgi-pagedbrowserclass.$(OBJEXT) \
108 library_cgi-phindaction.$(OBJEXT) \
109 library_cgi-phindbrowserclass.$(OBJEXT) \
110 library_cgi-pingaction.$(OBJEXT) \
111 library_cgi-queryaction.$(OBJEXT) \
112 library_cgi-querytools.$(OBJEXT) \
113 library_cgi-receptionist.$(OBJEXT) \
114 library_cgi-statusaction.$(OBJEXT) \
115 library_cgi-string_pool.$(OBJEXT) \
116 library_cgi-summarise.$(OBJEXT) \
117 library_cgi-tipaction.$(OBJEXT) library_cgi-userdb.$(OBJEXT) \
118 library_cgi-usersaction.$(OBJEXT) \
119 library_cgi-vlistbrowserclass.$(OBJEXT) \
120 library_cgi-wizardaction.$(OBJEXT)
121library_cgi_OBJECTS = $(am_library_cgi_OBJECTS)
122@USE_SQLITE_TRUE@am__DEPENDENCIES_1 = $(GSDL_DIR)/common-src/packages/sqlite/lib/libsqlite3.a
123library_cgi_DEPENDENCIES = \
124 $(GSDL_DIR)/runtime-src/src/protocol/libgsdlprotocol.a \
125 $(GSDL_DIR)/runtime-src/src/colservr/libgsdlcolservr.a \
126 $(GSDL_DIR)/common-src/src/lib/libgsdllib.a \
127 $(am__DEPENDENCIES_1)
128DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
129depcomp = $(SHELL) $(top_srcdir)/depcomp
130am__depfiles_maybe = depfiles
131CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
132 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
133CXXLD = $(CXX)
134CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
135 -o $@
136SOURCES = $(library_cgi_SOURCES)
137DIST_SOURCES = $(library_cgi_SOURCES)
138ETAGS = etags
139CTAGS = ctags
140DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
141ACLOCAL = @ACLOCAL@
142AMDEP_FALSE = @AMDEP_FALSE@
143AMDEP_TRUE = @AMDEP_TRUE@
144AMTAR = @AMTAR@
145AUTOCONF = @AUTOCONF@
146AUTOHEADER = @AUTOHEADER@
147AUTOMAKE = @AUTOMAKE@
148AWK = @AWK@
149CC = @CC@
150CCDEPMODE = @CCDEPMODE@
151CFLAGS = @CFLAGS@
152COMPAT32BITFLAGS = @COMPAT32BITFLAGS@
153CPPFLAGS = @CPPFLAGS@
154CXX = @CXX@
155CXXDEPMODE = @CXXDEPMODE@
156CXXFLAGS = @CXXFLAGS@
157CYGPATH_W = @CYGPATH_W@
158DEFS = @DEFS@
159DEPDIR = @DEPDIR@
160ECHO_C = @ECHO_C@
161ECHO_N = @ECHO_N@
162ECHO_T = @ECHO_T@
163ENABLE_LUCENE_FALSE = @ENABLE_LUCENE_FALSE@
164ENABLE_LUCENE_TRUE = @ENABLE_LUCENE_TRUE@
165EXEEXT = @EXEEXT@
166INSTALL_DATA = @INSTALL_DATA@
167INSTALL_PROGRAM = @INSTALL_PROGRAM@
168INSTALL_SCRIPT = @INSTALL_SCRIPT@
169INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
170LDFLAGS = @LDFLAGS@
171LIBOBJS = @LIBOBJS@
172LIBS = @LIBS@
173LTLIBOBJS = @LTLIBOBJS@
174MAKEINFO = @MAKEINFO@
175OBJEXT = @OBJEXT@
176PACKAGE = @PACKAGE@
177PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
178PACKAGE_NAME = @PACKAGE_NAME@
179PACKAGE_STRING = @PACKAGE_STRING@
180PACKAGE_TARNAME = @PACKAGE_TARNAME@
181PACKAGE_VERSION = @PACKAGE_VERSION@
182PATH_SEPARATOR = @PATH_SEPARATOR@
183RANLIB = @RANLIB@
184SET_MAKE = @SET_MAKE@
185SHELL = @SHELL@
186STRIP = @STRIP@
187USE_SQLITE_FALSE = @USE_SQLITE_FALSE@
188USE_SQLITE_TRUE = @USE_SQLITE_TRUE@
189VERSION = @VERSION@
190ac_ct_CC = @ac_ct_CC@
191ac_ct_CXX = @ac_ct_CXX@
192ac_ct_RANLIB = @ac_ct_RANLIB@
193ac_ct_STRIP = @ac_ct_STRIP@
194am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
195am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
196am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
197am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
198am__include = @am__include@
199am__leading_dot = @am__leading_dot@
200am__quote = @am__quote@
201am__tar = @am__tar@
202am__untar = @am__untar@
203bindir = @bindir@
204build = @build@
205build_alias = @build_alias@
206build_cpu = @build_cpu@
207build_os = @build_os@
208build_vendor = @build_vendor@
209datadir = @datadir@
210exec_prefix = @exec_prefix@
211host = @host@
212host_alias = @host_alias@
213host_cpu = @host_cpu@
214host_os = @host_os@
215host_vendor = @host_vendor@
216includedir = @includedir@
217infodir = @infodir@
218install_sh = @install_sh@
219libdir = @libdir@
220libexecdir = @libexecdir@
221localstatedir = @localstatedir@
222mandir = @mandir@
223mkdir_p = @mkdir_p@
224oldincludedir = @oldincludedir@
225prefix = @prefix@
226program_transform_name = @program_transform_name@
227sbindir = @sbindir@
228sharedstatedir = @sharedstatedir@
229sysconfdir = @sysconfdir@
230target_alias = @target_alias@
231RUNTIME_SRC_DIR = @top_srcdir@
232GSDL_DIR = $(RUNTIME_SRC_DIR)/..
233
234# Programs compiled and their install directories
235cgibindir = $(GSDL_DIR)/cgi-bin
236
237# Program: library.cgi
238library_cgi_CPPFLAGS = \
239 -I$(GSDL_DIR)/common-src/src/lib \
240 -I$(GSDL_DIR)/runtime-src/src/colservr \
241 -I$(GSDL_DIR)/runtime-src/src/protocol \
242 $(COMPAT32BITFLAGS)
243
244
245# Sources for library.cgi
246library_cgi_SOURCES = \
247 action.cpp \
248 argdb.cpp \
249 authenaction.cpp \
250 browseaction.cpp \
251 browseactiontools.cpp \
252 browserclass.cpp \
253 browsetoolsclass.cpp \
254 cgiargs.cpp \
255 cgiutils.cpp \
256 cgiwrapper.cpp \
257 collectoraction.cpp \
258 configaction.cpp \
259 converter.cpp \
260 datelistbrowserclass.cpp \
261 depositoraction.cpp \
262 documentaction.cpp \
263 dynamicclassifieraction.cpp \
264 extlinkaction.cpp \
265 formattools.cpp \
266 gtiaction.cpp \
267 highlighttext.cpp \
268 historydb.cpp \
269 hlistbrowserclass.cpp \
270 htmlbrowserclass.cpp \
271 htmlutils.cpp \
272 invbrowserclass.cpp \
273 librarymain.cpp \
274 maincfg.cpp \
275 pageaction.cpp \
276 pagedbrowserclass.cpp \
277 phindaction.cpp \
278 phindbrowserclass.cpp \
279 pingaction.cpp \
280 queryaction.cpp \
281 querytools.cpp \
282 receptionist.cpp \
283 statusaction.cpp \
284 string_pool.cpp \
285 summarise.cpp \
286 tipaction.cpp \
287 userdb.cpp \
288 usersaction.cpp \
289 vlistbrowserclass.cpp \
290 wizardaction.cpp
291
292library_cgi_LDADD = \
293 $(GSDL_DIR)/runtime-src/src/protocol/libgsdlprotocol.a \
294 $(GSDL_DIR)/runtime-src/src/colservr/libgsdlcolservr.a \
295 $(GSDL_DIR)/common-src/src/lib/libgsdllib.a $(am__append_1)
296library_cgi_LDFLAGS = $(COMPAT32BITFLAGS)
297all: all-am
298
299.SUFFIXES:
300.SUFFIXES: .cpp .o .obj
301$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
302 @for dep in $?; do \
303 case '$(am__configure_deps)' in \
304 *$$dep*) \
305 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
306 && exit 0; \
307 exit 1;; \
308 esac; \
309 done; \
310 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/recpt/Makefile'; \
311 cd $(top_srcdir) && \
312 $(AUTOMAKE) --foreign src/recpt/Makefile
313.PRECIOUS: Makefile
314Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
315 @case '$?' in \
316 *config.status*) \
317 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
318 *) \
319 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
320 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
321 esac;
322
323$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
324 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325
326$(top_srcdir)/configure: $(am__configure_deps)
327 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328$(ACLOCAL_M4): $(am__aclocal_m4_deps)
329 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330install-cgibinPROGRAMS: $(cgibin_PROGRAMS)
331 @$(NORMAL_INSTALL)
332 test -z "$(cgibindir)" || $(mkdir_p) "$(DESTDIR)$(cgibindir)"
333 @list='$(cgibin_PROGRAMS)'; for p in $$list; do \
334 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
335 if test -f $$p \
336 ; then \
337 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
338 echo " $(INSTALL_PROGRAM_ENV) $(cgibinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(cgibindir)/$$f'"; \
339 $(INSTALL_PROGRAM_ENV) $(cgibinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(cgibindir)/$$f" || exit 1; \
340 else :; fi; \
341 done
342
343uninstall-cgibinPROGRAMS:
344 @$(NORMAL_UNINSTALL)
345 @list='$(cgibin_PROGRAMS)'; for p in $$list; do \
346 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
347 echo " rm -f '$(DESTDIR)$(cgibindir)/$$f'"; \
348 rm -f "$(DESTDIR)$(cgibindir)/$$f"; \
349 done
350
351clean-cgibinPROGRAMS:
352 -test -z "$(cgibin_PROGRAMS)" || rm -f $(cgibin_PROGRAMS)
353library.cgi$(EXEEXT): $(library_cgi_OBJECTS) $(library_cgi_DEPENDENCIES)
354 @rm -f library.cgi$(EXEEXT)
355 $(CXXLINK) $(library_cgi_LDFLAGS) $(library_cgi_OBJECTS) $(library_cgi_LDADD) $(LIBS)
356
357mostlyclean-compile:
358 -rm -f *.$(OBJEXT)
359
360distclean-compile:
361 -rm -f *.tab.c
362
363@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-action.Po@am__quote@
364@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-argdb.Po@am__quote@
365@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-authenaction.Po@am__quote@
366@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-browseaction.Po@am__quote@
367@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-browseactiontools.Po@am__quote@
368@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-browserclass.Po@am__quote@
369@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-browsetoolsclass.Po@am__quote@
370@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-cgiargs.Po@am__quote@
371@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-cgiutils.Po@am__quote@
372@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-cgiwrapper.Po@am__quote@
373@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-collectoraction.Po@am__quote@
374@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-configaction.Po@am__quote@
375@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-converter.Po@am__quote@
376@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-datelistbrowserclass.Po@am__quote@
377@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-depositoraction.Po@am__quote@
378@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-documentaction.Po@am__quote@
379@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-dynamicclassifieraction.Po@am__quote@
380@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-extlinkaction.Po@am__quote@
381@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-formattools.Po@am__quote@
382@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-gtiaction.Po@am__quote@
383@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-highlighttext.Po@am__quote@
384@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-historydb.Po@am__quote@
385@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-hlistbrowserclass.Po@am__quote@
386@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-htmlbrowserclass.Po@am__quote@
387@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-htmlutils.Po@am__quote@
388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-invbrowserclass.Po@am__quote@
389@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-librarymain.Po@am__quote@
390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-maincfg.Po@am__quote@
391@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-pageaction.Po@am__quote@
392@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-pagedbrowserclass.Po@am__quote@
393@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-phindaction.Po@am__quote@
394@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-phindbrowserclass.Po@am__quote@
395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-pingaction.Po@am__quote@
396@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-queryaction.Po@am__quote@
397@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-querytools.Po@am__quote@
398@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-receptionist.Po@am__quote@
399@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-statusaction.Po@am__quote@
400@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-string_pool.Po@am__quote@
401@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-summarise.Po@am__quote@
402@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-tipaction.Po@am__quote@
403@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-userdb.Po@am__quote@
404@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-usersaction.Po@am__quote@
405@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-vlistbrowserclass.Po@am__quote@
406@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/library_cgi-wizardaction.Po@am__quote@
407
408.cpp.o:
409@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
410@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
411@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
412@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
413@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
414
415.cpp.obj:
416@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
417@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
418@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
419@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
421
422library_cgi-action.o: action.cpp
423@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-action.o -MD -MP -MF "$(DEPDIR)/library_cgi-action.Tpo" -c -o library_cgi-action.o `test -f 'action.cpp' || echo '$(srcdir)/'`action.cpp; \
424@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-action.Tpo" "$(DEPDIR)/library_cgi-action.Po"; else rm -f "$(DEPDIR)/library_cgi-action.Tpo"; exit 1; fi
425@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='action.cpp' object='library_cgi-action.o' libtool=no @AMDEPBACKSLASH@
426@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-action.o `test -f 'action.cpp' || echo '$(srcdir)/'`action.cpp
428
429library_cgi-action.obj: action.cpp
430@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-action.obj -MD -MP -MF "$(DEPDIR)/library_cgi-action.Tpo" -c -o library_cgi-action.obj `if test -f 'action.cpp'; then $(CYGPATH_W) 'action.cpp'; else $(CYGPATH_W) '$(srcdir)/action.cpp'; fi`; \
431@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-action.Tpo" "$(DEPDIR)/library_cgi-action.Po"; else rm -f "$(DEPDIR)/library_cgi-action.Tpo"; exit 1; fi
432@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='action.cpp' object='library_cgi-action.obj' libtool=no @AMDEPBACKSLASH@
433@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
434@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-action.obj `if test -f 'action.cpp'; then $(CYGPATH_W) 'action.cpp'; else $(CYGPATH_W) '$(srcdir)/action.cpp'; fi`
435
436library_cgi-argdb.o: argdb.cpp
437@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-argdb.o -MD -MP -MF "$(DEPDIR)/library_cgi-argdb.Tpo" -c -o library_cgi-argdb.o `test -f 'argdb.cpp' || echo '$(srcdir)/'`argdb.cpp; \
438@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-argdb.Tpo" "$(DEPDIR)/library_cgi-argdb.Po"; else rm -f "$(DEPDIR)/library_cgi-argdb.Tpo"; exit 1; fi
439@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='argdb.cpp' object='library_cgi-argdb.o' libtool=no @AMDEPBACKSLASH@
440@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-argdb.o `test -f 'argdb.cpp' || echo '$(srcdir)/'`argdb.cpp
442
443library_cgi-argdb.obj: argdb.cpp
444@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-argdb.obj -MD -MP -MF "$(DEPDIR)/library_cgi-argdb.Tpo" -c -o library_cgi-argdb.obj `if test -f 'argdb.cpp'; then $(CYGPATH_W) 'argdb.cpp'; else $(CYGPATH_W) '$(srcdir)/argdb.cpp'; fi`; \
445@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-argdb.Tpo" "$(DEPDIR)/library_cgi-argdb.Po"; else rm -f "$(DEPDIR)/library_cgi-argdb.Tpo"; exit 1; fi
446@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='argdb.cpp' object='library_cgi-argdb.obj' libtool=no @AMDEPBACKSLASH@
447@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-argdb.obj `if test -f 'argdb.cpp'; then $(CYGPATH_W) 'argdb.cpp'; else $(CYGPATH_W) '$(srcdir)/argdb.cpp'; fi`
449
450library_cgi-authenaction.o: authenaction.cpp
451@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-authenaction.o -MD -MP -MF "$(DEPDIR)/library_cgi-authenaction.Tpo" -c -o library_cgi-authenaction.o `test -f 'authenaction.cpp' || echo '$(srcdir)/'`authenaction.cpp; \
452@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-authenaction.Tpo" "$(DEPDIR)/library_cgi-authenaction.Po"; else rm -f "$(DEPDIR)/library_cgi-authenaction.Tpo"; exit 1; fi
453@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='authenaction.cpp' object='library_cgi-authenaction.o' libtool=no @AMDEPBACKSLASH@
454@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-authenaction.o `test -f 'authenaction.cpp' || echo '$(srcdir)/'`authenaction.cpp
456
457library_cgi-authenaction.obj: authenaction.cpp
458@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-authenaction.obj -MD -MP -MF "$(DEPDIR)/library_cgi-authenaction.Tpo" -c -o library_cgi-authenaction.obj `if test -f 'authenaction.cpp'; then $(CYGPATH_W) 'authenaction.cpp'; else $(CYGPATH_W) '$(srcdir)/authenaction.cpp'; fi`; \
459@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-authenaction.Tpo" "$(DEPDIR)/library_cgi-authenaction.Po"; else rm -f "$(DEPDIR)/library_cgi-authenaction.Tpo"; exit 1; fi
460@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='authenaction.cpp' object='library_cgi-authenaction.obj' libtool=no @AMDEPBACKSLASH@
461@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
462@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-authenaction.obj `if test -f 'authenaction.cpp'; then $(CYGPATH_W) 'authenaction.cpp'; else $(CYGPATH_W) '$(srcdir)/authenaction.cpp'; fi`
463
464library_cgi-browseaction.o: browseaction.cpp
465@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-browseaction.o -MD -MP -MF "$(DEPDIR)/library_cgi-browseaction.Tpo" -c -o library_cgi-browseaction.o `test -f 'browseaction.cpp' || echo '$(srcdir)/'`browseaction.cpp; \
466@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-browseaction.Tpo" "$(DEPDIR)/library_cgi-browseaction.Po"; else rm -f "$(DEPDIR)/library_cgi-browseaction.Tpo"; exit 1; fi
467@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='browseaction.cpp' object='library_cgi-browseaction.o' libtool=no @AMDEPBACKSLASH@
468@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-browseaction.o `test -f 'browseaction.cpp' || echo '$(srcdir)/'`browseaction.cpp
470
471library_cgi-browseaction.obj: browseaction.cpp
472@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-browseaction.obj -MD -MP -MF "$(DEPDIR)/library_cgi-browseaction.Tpo" -c -o library_cgi-browseaction.obj `if test -f 'browseaction.cpp'; then $(CYGPATH_W) 'browseaction.cpp'; else $(CYGPATH_W) '$(srcdir)/browseaction.cpp'; fi`; \
473@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-browseaction.Tpo" "$(DEPDIR)/library_cgi-browseaction.Po"; else rm -f "$(DEPDIR)/library_cgi-browseaction.Tpo"; exit 1; fi
474@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='browseaction.cpp' object='library_cgi-browseaction.obj' libtool=no @AMDEPBACKSLASH@
475@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
476@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-browseaction.obj `if test -f 'browseaction.cpp'; then $(CYGPATH_W) 'browseaction.cpp'; else $(CYGPATH_W) '$(srcdir)/browseaction.cpp'; fi`
477
478library_cgi-browseactiontools.o: browseactiontools.cpp
479@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-browseactiontools.o -MD -MP -MF "$(DEPDIR)/library_cgi-browseactiontools.Tpo" -c -o library_cgi-browseactiontools.o `test -f 'browseactiontools.cpp' || echo '$(srcdir)/'`browseactiontools.cpp; \
480@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-browseactiontools.Tpo" "$(DEPDIR)/library_cgi-browseactiontools.Po"; else rm -f "$(DEPDIR)/library_cgi-browseactiontools.Tpo"; exit 1; fi
481@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='browseactiontools.cpp' object='library_cgi-browseactiontools.o' libtool=no @AMDEPBACKSLASH@
482@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
483@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-browseactiontools.o `test -f 'browseactiontools.cpp' || echo '$(srcdir)/'`browseactiontools.cpp
484
485library_cgi-browseactiontools.obj: browseactiontools.cpp
486@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-browseactiontools.obj -MD -MP -MF "$(DEPDIR)/library_cgi-browseactiontools.Tpo" -c -o library_cgi-browseactiontools.obj `if test -f 'browseactiontools.cpp'; then $(CYGPATH_W) 'browseactiontools.cpp'; else $(CYGPATH_W) '$(srcdir)/browseactiontools.cpp'; fi`; \
487@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-browseactiontools.Tpo" "$(DEPDIR)/library_cgi-browseactiontools.Po"; else rm -f "$(DEPDIR)/library_cgi-browseactiontools.Tpo"; exit 1; fi
488@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='browseactiontools.cpp' object='library_cgi-browseactiontools.obj' libtool=no @AMDEPBACKSLASH@
489@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
490@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-browseactiontools.obj `if test -f 'browseactiontools.cpp'; then $(CYGPATH_W) 'browseactiontools.cpp'; else $(CYGPATH_W) '$(srcdir)/browseactiontools.cpp'; fi`
491
492library_cgi-browserclass.o: browserclass.cpp
493@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-browserclass.o -MD -MP -MF "$(DEPDIR)/library_cgi-browserclass.Tpo" -c -o library_cgi-browserclass.o `test -f 'browserclass.cpp' || echo '$(srcdir)/'`browserclass.cpp; \
494@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-browserclass.Tpo" "$(DEPDIR)/library_cgi-browserclass.Po"; else rm -f "$(DEPDIR)/library_cgi-browserclass.Tpo"; exit 1; fi
495@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='browserclass.cpp' object='library_cgi-browserclass.o' libtool=no @AMDEPBACKSLASH@
496@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-browserclass.o `test -f 'browserclass.cpp' || echo '$(srcdir)/'`browserclass.cpp
498
499library_cgi-browserclass.obj: browserclass.cpp
500@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-browserclass.obj -MD -MP -MF "$(DEPDIR)/library_cgi-browserclass.Tpo" -c -o library_cgi-browserclass.obj `if test -f 'browserclass.cpp'; then $(CYGPATH_W) 'browserclass.cpp'; else $(CYGPATH_W) '$(srcdir)/browserclass.cpp'; fi`; \
501@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-browserclass.Tpo" "$(DEPDIR)/library_cgi-browserclass.Po"; else rm -f "$(DEPDIR)/library_cgi-browserclass.Tpo"; exit 1; fi
502@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='browserclass.cpp' object='library_cgi-browserclass.obj' libtool=no @AMDEPBACKSLASH@
503@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
504@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-browserclass.obj `if test -f 'browserclass.cpp'; then $(CYGPATH_W) 'browserclass.cpp'; else $(CYGPATH_W) '$(srcdir)/browserclass.cpp'; fi`
505
506library_cgi-browsetoolsclass.o: browsetoolsclass.cpp
507@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-browsetoolsclass.o -MD -MP -MF "$(DEPDIR)/library_cgi-browsetoolsclass.Tpo" -c -o library_cgi-browsetoolsclass.o `test -f 'browsetoolsclass.cpp' || echo '$(srcdir)/'`browsetoolsclass.cpp; \
508@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-browsetoolsclass.Tpo" "$(DEPDIR)/library_cgi-browsetoolsclass.Po"; else rm -f "$(DEPDIR)/library_cgi-browsetoolsclass.Tpo"; exit 1; fi
509@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='browsetoolsclass.cpp' object='library_cgi-browsetoolsclass.o' libtool=no @AMDEPBACKSLASH@
510@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
511@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-browsetoolsclass.o `test -f 'browsetoolsclass.cpp' || echo '$(srcdir)/'`browsetoolsclass.cpp
512
513library_cgi-browsetoolsclass.obj: browsetoolsclass.cpp
514@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-browsetoolsclass.obj -MD -MP -MF "$(DEPDIR)/library_cgi-browsetoolsclass.Tpo" -c -o library_cgi-browsetoolsclass.obj `if test -f 'browsetoolsclass.cpp'; then $(CYGPATH_W) 'browsetoolsclass.cpp'; else $(CYGPATH_W) '$(srcdir)/browsetoolsclass.cpp'; fi`; \
515@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-browsetoolsclass.Tpo" "$(DEPDIR)/library_cgi-browsetoolsclass.Po"; else rm -f "$(DEPDIR)/library_cgi-browsetoolsclass.Tpo"; exit 1; fi
516@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='browsetoolsclass.cpp' object='library_cgi-browsetoolsclass.obj' libtool=no @AMDEPBACKSLASH@
517@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
518@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-browsetoolsclass.obj `if test -f 'browsetoolsclass.cpp'; then $(CYGPATH_W) 'browsetoolsclass.cpp'; else $(CYGPATH_W) '$(srcdir)/browsetoolsclass.cpp'; fi`
519
520library_cgi-cgiargs.o: cgiargs.cpp
521@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-cgiargs.o -MD -MP -MF "$(DEPDIR)/library_cgi-cgiargs.Tpo" -c -o library_cgi-cgiargs.o `test -f 'cgiargs.cpp' || echo '$(srcdir)/'`cgiargs.cpp; \
522@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-cgiargs.Tpo" "$(DEPDIR)/library_cgi-cgiargs.Po"; else rm -f "$(DEPDIR)/library_cgi-cgiargs.Tpo"; exit 1; fi
523@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cgiargs.cpp' object='library_cgi-cgiargs.o' libtool=no @AMDEPBACKSLASH@
524@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
525@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-cgiargs.o `test -f 'cgiargs.cpp' || echo '$(srcdir)/'`cgiargs.cpp
526
527library_cgi-cgiargs.obj: cgiargs.cpp
528@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-cgiargs.obj -MD -MP -MF "$(DEPDIR)/library_cgi-cgiargs.Tpo" -c -o library_cgi-cgiargs.obj `if test -f 'cgiargs.cpp'; then $(CYGPATH_W) 'cgiargs.cpp'; else $(CYGPATH_W) '$(srcdir)/cgiargs.cpp'; fi`; \
529@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-cgiargs.Tpo" "$(DEPDIR)/library_cgi-cgiargs.Po"; else rm -f "$(DEPDIR)/library_cgi-cgiargs.Tpo"; exit 1; fi
530@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cgiargs.cpp' object='library_cgi-cgiargs.obj' libtool=no @AMDEPBACKSLASH@
531@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
532@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-cgiargs.obj `if test -f 'cgiargs.cpp'; then $(CYGPATH_W) 'cgiargs.cpp'; else $(CYGPATH_W) '$(srcdir)/cgiargs.cpp'; fi`
533
534library_cgi-cgiutils.o: cgiutils.cpp
535@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-cgiutils.o -MD -MP -MF "$(DEPDIR)/library_cgi-cgiutils.Tpo" -c -o library_cgi-cgiutils.o `test -f 'cgiutils.cpp' || echo '$(srcdir)/'`cgiutils.cpp; \
536@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-cgiutils.Tpo" "$(DEPDIR)/library_cgi-cgiutils.Po"; else rm -f "$(DEPDIR)/library_cgi-cgiutils.Tpo"; exit 1; fi
537@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cgiutils.cpp' object='library_cgi-cgiutils.o' libtool=no @AMDEPBACKSLASH@
538@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
539@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-cgiutils.o `test -f 'cgiutils.cpp' || echo '$(srcdir)/'`cgiutils.cpp
540
541library_cgi-cgiutils.obj: cgiutils.cpp
542@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-cgiutils.obj -MD -MP -MF "$(DEPDIR)/library_cgi-cgiutils.Tpo" -c -o library_cgi-cgiutils.obj `if test -f 'cgiutils.cpp'; then $(CYGPATH_W) 'cgiutils.cpp'; else $(CYGPATH_W) '$(srcdir)/cgiutils.cpp'; fi`; \
543@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-cgiutils.Tpo" "$(DEPDIR)/library_cgi-cgiutils.Po"; else rm -f "$(DEPDIR)/library_cgi-cgiutils.Tpo"; exit 1; fi
544@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cgiutils.cpp' object='library_cgi-cgiutils.obj' libtool=no @AMDEPBACKSLASH@
545@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
546@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-cgiutils.obj `if test -f 'cgiutils.cpp'; then $(CYGPATH_W) 'cgiutils.cpp'; else $(CYGPATH_W) '$(srcdir)/cgiutils.cpp'; fi`
547
548library_cgi-cgiwrapper.o: cgiwrapper.cpp
549@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-cgiwrapper.o -MD -MP -MF "$(DEPDIR)/library_cgi-cgiwrapper.Tpo" -c -o library_cgi-cgiwrapper.o `test -f 'cgiwrapper.cpp' || echo '$(srcdir)/'`cgiwrapper.cpp; \
550@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-cgiwrapper.Tpo" "$(DEPDIR)/library_cgi-cgiwrapper.Po"; else rm -f "$(DEPDIR)/library_cgi-cgiwrapper.Tpo"; exit 1; fi
551@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cgiwrapper.cpp' object='library_cgi-cgiwrapper.o' libtool=no @AMDEPBACKSLASH@
552@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
553@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-cgiwrapper.o `test -f 'cgiwrapper.cpp' || echo '$(srcdir)/'`cgiwrapper.cpp
554
555library_cgi-cgiwrapper.obj: cgiwrapper.cpp
556@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-cgiwrapper.obj -MD -MP -MF "$(DEPDIR)/library_cgi-cgiwrapper.Tpo" -c -o library_cgi-cgiwrapper.obj `if test -f 'cgiwrapper.cpp'; then $(CYGPATH_W) 'cgiwrapper.cpp'; else $(CYGPATH_W) '$(srcdir)/cgiwrapper.cpp'; fi`; \
557@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-cgiwrapper.Tpo" "$(DEPDIR)/library_cgi-cgiwrapper.Po"; else rm -f "$(DEPDIR)/library_cgi-cgiwrapper.Tpo"; exit 1; fi
558@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='cgiwrapper.cpp' object='library_cgi-cgiwrapper.obj' libtool=no @AMDEPBACKSLASH@
559@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
560@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-cgiwrapper.obj `if test -f 'cgiwrapper.cpp'; then $(CYGPATH_W) 'cgiwrapper.cpp'; else $(CYGPATH_W) '$(srcdir)/cgiwrapper.cpp'; fi`
561
562library_cgi-collectoraction.o: collectoraction.cpp
563@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-collectoraction.o -MD -MP -MF "$(DEPDIR)/library_cgi-collectoraction.Tpo" -c -o library_cgi-collectoraction.o `test -f 'collectoraction.cpp' || echo '$(srcdir)/'`collectoraction.cpp; \
564@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-collectoraction.Tpo" "$(DEPDIR)/library_cgi-collectoraction.Po"; else rm -f "$(DEPDIR)/library_cgi-collectoraction.Tpo"; exit 1; fi
565@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='collectoraction.cpp' object='library_cgi-collectoraction.o' libtool=no @AMDEPBACKSLASH@
566@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
567@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-collectoraction.o `test -f 'collectoraction.cpp' || echo '$(srcdir)/'`collectoraction.cpp
568
569library_cgi-collectoraction.obj: collectoraction.cpp
570@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-collectoraction.obj -MD -MP -MF "$(DEPDIR)/library_cgi-collectoraction.Tpo" -c -o library_cgi-collectoraction.obj `if test -f 'collectoraction.cpp'; then $(CYGPATH_W) 'collectoraction.cpp'; else $(CYGPATH_W) '$(srcdir)/collectoraction.cpp'; fi`; \
571@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-collectoraction.Tpo" "$(DEPDIR)/library_cgi-collectoraction.Po"; else rm -f "$(DEPDIR)/library_cgi-collectoraction.Tpo"; exit 1; fi
572@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='collectoraction.cpp' object='library_cgi-collectoraction.obj' libtool=no @AMDEPBACKSLASH@
573@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
574@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-collectoraction.obj `if test -f 'collectoraction.cpp'; then $(CYGPATH_W) 'collectoraction.cpp'; else $(CYGPATH_W) '$(srcdir)/collectoraction.cpp'; fi`
575
576library_cgi-configaction.o: configaction.cpp
577@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-configaction.o -MD -MP -MF "$(DEPDIR)/library_cgi-configaction.Tpo" -c -o library_cgi-configaction.o `test -f 'configaction.cpp' || echo '$(srcdir)/'`configaction.cpp; \
578@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-configaction.Tpo" "$(DEPDIR)/library_cgi-configaction.Po"; else rm -f "$(DEPDIR)/library_cgi-configaction.Tpo"; exit 1; fi
579@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='configaction.cpp' object='library_cgi-configaction.o' libtool=no @AMDEPBACKSLASH@
580@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
581@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-configaction.o `test -f 'configaction.cpp' || echo '$(srcdir)/'`configaction.cpp
582
583library_cgi-configaction.obj: configaction.cpp
584@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-configaction.obj -MD -MP -MF "$(DEPDIR)/library_cgi-configaction.Tpo" -c -o library_cgi-configaction.obj `if test -f 'configaction.cpp'; then $(CYGPATH_W) 'configaction.cpp'; else $(CYGPATH_W) '$(srcdir)/configaction.cpp'; fi`; \
585@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-configaction.Tpo" "$(DEPDIR)/library_cgi-configaction.Po"; else rm -f "$(DEPDIR)/library_cgi-configaction.Tpo"; exit 1; fi
586@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='configaction.cpp' object='library_cgi-configaction.obj' libtool=no @AMDEPBACKSLASH@
587@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
588@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-configaction.obj `if test -f 'configaction.cpp'; then $(CYGPATH_W) 'configaction.cpp'; else $(CYGPATH_W) '$(srcdir)/configaction.cpp'; fi`
589
590library_cgi-converter.o: converter.cpp
591@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-converter.o -MD -MP -MF "$(DEPDIR)/library_cgi-converter.Tpo" -c -o library_cgi-converter.o `test -f 'converter.cpp' || echo '$(srcdir)/'`converter.cpp; \
592@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-converter.Tpo" "$(DEPDIR)/library_cgi-converter.Po"; else rm -f "$(DEPDIR)/library_cgi-converter.Tpo"; exit 1; fi
593@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='converter.cpp' object='library_cgi-converter.o' libtool=no @AMDEPBACKSLASH@
594@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
595@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-converter.o `test -f 'converter.cpp' || echo '$(srcdir)/'`converter.cpp
596
597library_cgi-converter.obj: converter.cpp
598@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-converter.obj -MD -MP -MF "$(DEPDIR)/library_cgi-converter.Tpo" -c -o library_cgi-converter.obj `if test -f 'converter.cpp'; then $(CYGPATH_W) 'converter.cpp'; else $(CYGPATH_W) '$(srcdir)/converter.cpp'; fi`; \
599@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-converter.Tpo" "$(DEPDIR)/library_cgi-converter.Po"; else rm -f "$(DEPDIR)/library_cgi-converter.Tpo"; exit 1; fi
600@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='converter.cpp' object='library_cgi-converter.obj' libtool=no @AMDEPBACKSLASH@
601@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
602@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-converter.obj `if test -f 'converter.cpp'; then $(CYGPATH_W) 'converter.cpp'; else $(CYGPATH_W) '$(srcdir)/converter.cpp'; fi`
603
604library_cgi-datelistbrowserclass.o: datelistbrowserclass.cpp
605@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-datelistbrowserclass.o -MD -MP -MF "$(DEPDIR)/library_cgi-datelistbrowserclass.Tpo" -c -o library_cgi-datelistbrowserclass.o `test -f 'datelistbrowserclass.cpp' || echo '$(srcdir)/'`datelistbrowserclass.cpp; \
606@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-datelistbrowserclass.Tpo" "$(DEPDIR)/library_cgi-datelistbrowserclass.Po"; else rm -f "$(DEPDIR)/library_cgi-datelistbrowserclass.Tpo"; exit 1; fi
607@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='datelistbrowserclass.cpp' object='library_cgi-datelistbrowserclass.o' libtool=no @AMDEPBACKSLASH@
608@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
609@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-datelistbrowserclass.o `test -f 'datelistbrowserclass.cpp' || echo '$(srcdir)/'`datelistbrowserclass.cpp
610
611library_cgi-datelistbrowserclass.obj: datelistbrowserclass.cpp
612@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-datelistbrowserclass.obj -MD -MP -MF "$(DEPDIR)/library_cgi-datelistbrowserclass.Tpo" -c -o library_cgi-datelistbrowserclass.obj `if test -f 'datelistbrowserclass.cpp'; then $(CYGPATH_W) 'datelistbrowserclass.cpp'; else $(CYGPATH_W) '$(srcdir)/datelistbrowserclass.cpp'; fi`; \
613@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-datelistbrowserclass.Tpo" "$(DEPDIR)/library_cgi-datelistbrowserclass.Po"; else rm -f "$(DEPDIR)/library_cgi-datelistbrowserclass.Tpo"; exit 1; fi
614@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='datelistbrowserclass.cpp' object='library_cgi-datelistbrowserclass.obj' libtool=no @AMDEPBACKSLASH@
615@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
616@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-datelistbrowserclass.obj `if test -f 'datelistbrowserclass.cpp'; then $(CYGPATH_W) 'datelistbrowserclass.cpp'; else $(CYGPATH_W) '$(srcdir)/datelistbrowserclass.cpp'; fi`
617
618library_cgi-depositoraction.o: depositoraction.cpp
619@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-depositoraction.o -MD -MP -MF "$(DEPDIR)/library_cgi-depositoraction.Tpo" -c -o library_cgi-depositoraction.o `test -f 'depositoraction.cpp' || echo '$(srcdir)/'`depositoraction.cpp; \
620@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-depositoraction.Tpo" "$(DEPDIR)/library_cgi-depositoraction.Po"; else rm -f "$(DEPDIR)/library_cgi-depositoraction.Tpo"; exit 1; fi
621@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='depositoraction.cpp' object='library_cgi-depositoraction.o' libtool=no @AMDEPBACKSLASH@
622@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
623@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-depositoraction.o `test -f 'depositoraction.cpp' || echo '$(srcdir)/'`depositoraction.cpp
624
625library_cgi-depositoraction.obj: depositoraction.cpp
626@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-depositoraction.obj -MD -MP -MF "$(DEPDIR)/library_cgi-depositoraction.Tpo" -c -o library_cgi-depositoraction.obj `if test -f 'depositoraction.cpp'; then $(CYGPATH_W) 'depositoraction.cpp'; else $(CYGPATH_W) '$(srcdir)/depositoraction.cpp'; fi`; \
627@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-depositoraction.Tpo" "$(DEPDIR)/library_cgi-depositoraction.Po"; else rm -f "$(DEPDIR)/library_cgi-depositoraction.Tpo"; exit 1; fi
628@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='depositoraction.cpp' object='library_cgi-depositoraction.obj' libtool=no @AMDEPBACKSLASH@
629@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
630@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-depositoraction.obj `if test -f 'depositoraction.cpp'; then $(CYGPATH_W) 'depositoraction.cpp'; else $(CYGPATH_W) '$(srcdir)/depositoraction.cpp'; fi`
631
632library_cgi-documentaction.o: documentaction.cpp
633@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-documentaction.o -MD -MP -MF "$(DEPDIR)/library_cgi-documentaction.Tpo" -c -o library_cgi-documentaction.o `test -f 'documentaction.cpp' || echo '$(srcdir)/'`documentaction.cpp; \
634@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-documentaction.Tpo" "$(DEPDIR)/library_cgi-documentaction.Po"; else rm -f "$(DEPDIR)/library_cgi-documentaction.Tpo"; exit 1; fi
635@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='documentaction.cpp' object='library_cgi-documentaction.o' libtool=no @AMDEPBACKSLASH@
636@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
637@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-documentaction.o `test -f 'documentaction.cpp' || echo '$(srcdir)/'`documentaction.cpp
638
639library_cgi-documentaction.obj: documentaction.cpp
640@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-documentaction.obj -MD -MP -MF "$(DEPDIR)/library_cgi-documentaction.Tpo" -c -o library_cgi-documentaction.obj `if test -f 'documentaction.cpp'; then $(CYGPATH_W) 'documentaction.cpp'; else $(CYGPATH_W) '$(srcdir)/documentaction.cpp'; fi`; \
641@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-documentaction.Tpo" "$(DEPDIR)/library_cgi-documentaction.Po"; else rm -f "$(DEPDIR)/library_cgi-documentaction.Tpo"; exit 1; fi
642@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='documentaction.cpp' object='library_cgi-documentaction.obj' libtool=no @AMDEPBACKSLASH@
643@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
644@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-documentaction.obj `if test -f 'documentaction.cpp'; then $(CYGPATH_W) 'documentaction.cpp'; else $(CYGPATH_W) '$(srcdir)/documentaction.cpp'; fi`
645
646library_cgi-dynamicclassifieraction.o: dynamicclassifieraction.cpp
647@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-dynamicclassifieraction.o -MD -MP -MF "$(DEPDIR)/library_cgi-dynamicclassifieraction.Tpo" -c -o library_cgi-dynamicclassifieraction.o `test -f 'dynamicclassifieraction.cpp' || echo '$(srcdir)/'`dynamicclassifieraction.cpp; \
648@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-dynamicclassifieraction.Tpo" "$(DEPDIR)/library_cgi-dynamicclassifieraction.Po"; else rm -f "$(DEPDIR)/library_cgi-dynamicclassifieraction.Tpo"; exit 1; fi
649@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='dynamicclassifieraction.cpp' object='library_cgi-dynamicclassifieraction.o' libtool=no @AMDEPBACKSLASH@
650@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
651@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-dynamicclassifieraction.o `test -f 'dynamicclassifieraction.cpp' || echo '$(srcdir)/'`dynamicclassifieraction.cpp
652
653library_cgi-dynamicclassifieraction.obj: dynamicclassifieraction.cpp
654@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-dynamicclassifieraction.obj -MD -MP -MF "$(DEPDIR)/library_cgi-dynamicclassifieraction.Tpo" -c -o library_cgi-dynamicclassifieraction.obj `if test -f 'dynamicclassifieraction.cpp'; then $(CYGPATH_W) 'dynamicclassifieraction.cpp'; else $(CYGPATH_W) '$(srcdir)/dynamicclassifieraction.cpp'; fi`; \
655@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-dynamicclassifieraction.Tpo" "$(DEPDIR)/library_cgi-dynamicclassifieraction.Po"; else rm -f "$(DEPDIR)/library_cgi-dynamicclassifieraction.Tpo"; exit 1; fi
656@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='dynamicclassifieraction.cpp' object='library_cgi-dynamicclassifieraction.obj' libtool=no @AMDEPBACKSLASH@
657@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
658@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-dynamicclassifieraction.obj `if test -f 'dynamicclassifieraction.cpp'; then $(CYGPATH_W) 'dynamicclassifieraction.cpp'; else $(CYGPATH_W) '$(srcdir)/dynamicclassifieraction.cpp'; fi`
659
660library_cgi-extlinkaction.o: extlinkaction.cpp
661@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-extlinkaction.o -MD -MP -MF "$(DEPDIR)/library_cgi-extlinkaction.Tpo" -c -o library_cgi-extlinkaction.o `test -f 'extlinkaction.cpp' || echo '$(srcdir)/'`extlinkaction.cpp; \
662@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-extlinkaction.Tpo" "$(DEPDIR)/library_cgi-extlinkaction.Po"; else rm -f "$(DEPDIR)/library_cgi-extlinkaction.Tpo"; exit 1; fi
663@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='extlinkaction.cpp' object='library_cgi-extlinkaction.o' libtool=no @AMDEPBACKSLASH@
664@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
665@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-extlinkaction.o `test -f 'extlinkaction.cpp' || echo '$(srcdir)/'`extlinkaction.cpp
666
667library_cgi-extlinkaction.obj: extlinkaction.cpp
668@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-extlinkaction.obj -MD -MP -MF "$(DEPDIR)/library_cgi-extlinkaction.Tpo" -c -o library_cgi-extlinkaction.obj `if test -f 'extlinkaction.cpp'; then $(CYGPATH_W) 'extlinkaction.cpp'; else $(CYGPATH_W) '$(srcdir)/extlinkaction.cpp'; fi`; \
669@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-extlinkaction.Tpo" "$(DEPDIR)/library_cgi-extlinkaction.Po"; else rm -f "$(DEPDIR)/library_cgi-extlinkaction.Tpo"; exit 1; fi
670@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='extlinkaction.cpp' object='library_cgi-extlinkaction.obj' libtool=no @AMDEPBACKSLASH@
671@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
672@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-extlinkaction.obj `if test -f 'extlinkaction.cpp'; then $(CYGPATH_W) 'extlinkaction.cpp'; else $(CYGPATH_W) '$(srcdir)/extlinkaction.cpp'; fi`
673
674library_cgi-formattools.o: formattools.cpp
675@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-formattools.o -MD -MP -MF "$(DEPDIR)/library_cgi-formattools.Tpo" -c -o library_cgi-formattools.o `test -f 'formattools.cpp' || echo '$(srcdir)/'`formattools.cpp; \
676@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-formattools.Tpo" "$(DEPDIR)/library_cgi-formattools.Po"; else rm -f "$(DEPDIR)/library_cgi-formattools.Tpo"; exit 1; fi
677@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='formattools.cpp' object='library_cgi-formattools.o' libtool=no @AMDEPBACKSLASH@
678@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
679@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-formattools.o `test -f 'formattools.cpp' || echo '$(srcdir)/'`formattools.cpp
680
681library_cgi-formattools.obj: formattools.cpp
682@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-formattools.obj -MD -MP -MF "$(DEPDIR)/library_cgi-formattools.Tpo" -c -o library_cgi-formattools.obj `if test -f 'formattools.cpp'; then $(CYGPATH_W) 'formattools.cpp'; else $(CYGPATH_W) '$(srcdir)/formattools.cpp'; fi`; \
683@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-formattools.Tpo" "$(DEPDIR)/library_cgi-formattools.Po"; else rm -f "$(DEPDIR)/library_cgi-formattools.Tpo"; exit 1; fi
684@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='formattools.cpp' object='library_cgi-formattools.obj' libtool=no @AMDEPBACKSLASH@
685@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
686@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-formattools.obj `if test -f 'formattools.cpp'; then $(CYGPATH_W) 'formattools.cpp'; else $(CYGPATH_W) '$(srcdir)/formattools.cpp'; fi`
687
688library_cgi-gtiaction.o: gtiaction.cpp
689@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-gtiaction.o -MD -MP -MF "$(DEPDIR)/library_cgi-gtiaction.Tpo" -c -o library_cgi-gtiaction.o `test -f 'gtiaction.cpp' || echo '$(srcdir)/'`gtiaction.cpp; \
690@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-gtiaction.Tpo" "$(DEPDIR)/library_cgi-gtiaction.Po"; else rm -f "$(DEPDIR)/library_cgi-gtiaction.Tpo"; exit 1; fi
691@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='gtiaction.cpp' object='library_cgi-gtiaction.o' libtool=no @AMDEPBACKSLASH@
692@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
693@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-gtiaction.o `test -f 'gtiaction.cpp' || echo '$(srcdir)/'`gtiaction.cpp
694
695library_cgi-gtiaction.obj: gtiaction.cpp
696@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-gtiaction.obj -MD -MP -MF "$(DEPDIR)/library_cgi-gtiaction.Tpo" -c -o library_cgi-gtiaction.obj `if test -f 'gtiaction.cpp'; then $(CYGPATH_W) 'gtiaction.cpp'; else $(CYGPATH_W) '$(srcdir)/gtiaction.cpp'; fi`; \
697@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-gtiaction.Tpo" "$(DEPDIR)/library_cgi-gtiaction.Po"; else rm -f "$(DEPDIR)/library_cgi-gtiaction.Tpo"; exit 1; fi
698@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='gtiaction.cpp' object='library_cgi-gtiaction.obj' libtool=no @AMDEPBACKSLASH@
699@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
700@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-gtiaction.obj `if test -f 'gtiaction.cpp'; then $(CYGPATH_W) 'gtiaction.cpp'; else $(CYGPATH_W) '$(srcdir)/gtiaction.cpp'; fi`
701
702library_cgi-highlighttext.o: highlighttext.cpp
703@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-highlighttext.o -MD -MP -MF "$(DEPDIR)/library_cgi-highlighttext.Tpo" -c -o library_cgi-highlighttext.o `test -f 'highlighttext.cpp' || echo '$(srcdir)/'`highlighttext.cpp; \
704@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-highlighttext.Tpo" "$(DEPDIR)/library_cgi-highlighttext.Po"; else rm -f "$(DEPDIR)/library_cgi-highlighttext.Tpo"; exit 1; fi
705@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='highlighttext.cpp' object='library_cgi-highlighttext.o' libtool=no @AMDEPBACKSLASH@
706@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
707@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-highlighttext.o `test -f 'highlighttext.cpp' || echo '$(srcdir)/'`highlighttext.cpp
708
709library_cgi-highlighttext.obj: highlighttext.cpp
710@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-highlighttext.obj -MD -MP -MF "$(DEPDIR)/library_cgi-highlighttext.Tpo" -c -o library_cgi-highlighttext.obj `if test -f 'highlighttext.cpp'; then $(CYGPATH_W) 'highlighttext.cpp'; else $(CYGPATH_W) '$(srcdir)/highlighttext.cpp'; fi`; \
711@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-highlighttext.Tpo" "$(DEPDIR)/library_cgi-highlighttext.Po"; else rm -f "$(DEPDIR)/library_cgi-highlighttext.Tpo"; exit 1; fi
712@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='highlighttext.cpp' object='library_cgi-highlighttext.obj' libtool=no @AMDEPBACKSLASH@
713@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
714@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-highlighttext.obj `if test -f 'highlighttext.cpp'; then $(CYGPATH_W) 'highlighttext.cpp'; else $(CYGPATH_W) '$(srcdir)/highlighttext.cpp'; fi`
715
716library_cgi-historydb.o: historydb.cpp
717@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-historydb.o -MD -MP -MF "$(DEPDIR)/library_cgi-historydb.Tpo" -c -o library_cgi-historydb.o `test -f 'historydb.cpp' || echo '$(srcdir)/'`historydb.cpp; \
718@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-historydb.Tpo" "$(DEPDIR)/library_cgi-historydb.Po"; else rm -f "$(DEPDIR)/library_cgi-historydb.Tpo"; exit 1; fi
719@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='historydb.cpp' object='library_cgi-historydb.o' libtool=no @AMDEPBACKSLASH@
720@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
721@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-historydb.o `test -f 'historydb.cpp' || echo '$(srcdir)/'`historydb.cpp
722
723library_cgi-historydb.obj: historydb.cpp
724@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-historydb.obj -MD -MP -MF "$(DEPDIR)/library_cgi-historydb.Tpo" -c -o library_cgi-historydb.obj `if test -f 'historydb.cpp'; then $(CYGPATH_W) 'historydb.cpp'; else $(CYGPATH_W) '$(srcdir)/historydb.cpp'; fi`; \
725@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-historydb.Tpo" "$(DEPDIR)/library_cgi-historydb.Po"; else rm -f "$(DEPDIR)/library_cgi-historydb.Tpo"; exit 1; fi
726@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='historydb.cpp' object='library_cgi-historydb.obj' libtool=no @AMDEPBACKSLASH@
727@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
728@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-historydb.obj `if test -f 'historydb.cpp'; then $(CYGPATH_W) 'historydb.cpp'; else $(CYGPATH_W) '$(srcdir)/historydb.cpp'; fi`
729
730library_cgi-hlistbrowserclass.o: hlistbrowserclass.cpp
731@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-hlistbrowserclass.o -MD -MP -MF "$(DEPDIR)/library_cgi-hlistbrowserclass.Tpo" -c -o library_cgi-hlistbrowserclass.o `test -f 'hlistbrowserclass.cpp' || echo '$(srcdir)/'`hlistbrowserclass.cpp; \
732@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-hlistbrowserclass.Tpo" "$(DEPDIR)/library_cgi-hlistbrowserclass.Po"; else rm -f "$(DEPDIR)/library_cgi-hlistbrowserclass.Tpo"; exit 1; fi
733@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='hlistbrowserclass.cpp' object='library_cgi-hlistbrowserclass.o' libtool=no @AMDEPBACKSLASH@
734@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
735@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-hlistbrowserclass.o `test -f 'hlistbrowserclass.cpp' || echo '$(srcdir)/'`hlistbrowserclass.cpp
736
737library_cgi-hlistbrowserclass.obj: hlistbrowserclass.cpp
738@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-hlistbrowserclass.obj -MD -MP -MF "$(DEPDIR)/library_cgi-hlistbrowserclass.Tpo" -c -o library_cgi-hlistbrowserclass.obj `if test -f 'hlistbrowserclass.cpp'; then $(CYGPATH_W) 'hlistbrowserclass.cpp'; else $(CYGPATH_W) '$(srcdir)/hlistbrowserclass.cpp'; fi`; \
739@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-hlistbrowserclass.Tpo" "$(DEPDIR)/library_cgi-hlistbrowserclass.Po"; else rm -f "$(DEPDIR)/library_cgi-hlistbrowserclass.Tpo"; exit 1; fi
740@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='hlistbrowserclass.cpp' object='library_cgi-hlistbrowserclass.obj' libtool=no @AMDEPBACKSLASH@
741@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
742@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-hlistbrowserclass.obj `if test -f 'hlistbrowserclass.cpp'; then $(CYGPATH_W) 'hlistbrowserclass.cpp'; else $(CYGPATH_W) '$(srcdir)/hlistbrowserclass.cpp'; fi`
743
744library_cgi-htmlbrowserclass.o: htmlbrowserclass.cpp
745@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-htmlbrowserclass.o -MD -MP -MF "$(DEPDIR)/library_cgi-htmlbrowserclass.Tpo" -c -o library_cgi-htmlbrowserclass.o `test -f 'htmlbrowserclass.cpp' || echo '$(srcdir)/'`htmlbrowserclass.cpp; \
746@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-htmlbrowserclass.Tpo" "$(DEPDIR)/library_cgi-htmlbrowserclass.Po"; else rm -f "$(DEPDIR)/library_cgi-htmlbrowserclass.Tpo"; exit 1; fi
747@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='htmlbrowserclass.cpp' object='library_cgi-htmlbrowserclass.o' libtool=no @AMDEPBACKSLASH@
748@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
749@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-htmlbrowserclass.o `test -f 'htmlbrowserclass.cpp' || echo '$(srcdir)/'`htmlbrowserclass.cpp
750
751library_cgi-htmlbrowserclass.obj: htmlbrowserclass.cpp
752@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-htmlbrowserclass.obj -MD -MP -MF "$(DEPDIR)/library_cgi-htmlbrowserclass.Tpo" -c -o library_cgi-htmlbrowserclass.obj `if test -f 'htmlbrowserclass.cpp'; then $(CYGPATH_W) 'htmlbrowserclass.cpp'; else $(CYGPATH_W) '$(srcdir)/htmlbrowserclass.cpp'; fi`; \
753@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-htmlbrowserclass.Tpo" "$(DEPDIR)/library_cgi-htmlbrowserclass.Po"; else rm -f "$(DEPDIR)/library_cgi-htmlbrowserclass.Tpo"; exit 1; fi
754@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='htmlbrowserclass.cpp' object='library_cgi-htmlbrowserclass.obj' libtool=no @AMDEPBACKSLASH@
755@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
756@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-htmlbrowserclass.obj `if test -f 'htmlbrowserclass.cpp'; then $(CYGPATH_W) 'htmlbrowserclass.cpp'; else $(CYGPATH_W) '$(srcdir)/htmlbrowserclass.cpp'; fi`
757
758library_cgi-htmlutils.o: htmlutils.cpp
759@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-htmlutils.o -MD -MP -MF "$(DEPDIR)/library_cgi-htmlutils.Tpo" -c -o library_cgi-htmlutils.o `test -f 'htmlutils.cpp' || echo '$(srcdir)/'`htmlutils.cpp; \
760@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-htmlutils.Tpo" "$(DEPDIR)/library_cgi-htmlutils.Po"; else rm -f "$(DEPDIR)/library_cgi-htmlutils.Tpo"; exit 1; fi
761@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='htmlutils.cpp' object='library_cgi-htmlutils.o' libtool=no @AMDEPBACKSLASH@
762@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
763@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-htmlutils.o `test -f 'htmlutils.cpp' || echo '$(srcdir)/'`htmlutils.cpp
764
765library_cgi-htmlutils.obj: htmlutils.cpp
766@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-htmlutils.obj -MD -MP -MF "$(DEPDIR)/library_cgi-htmlutils.Tpo" -c -o library_cgi-htmlutils.obj `if test -f 'htmlutils.cpp'; then $(CYGPATH_W) 'htmlutils.cpp'; else $(CYGPATH_W) '$(srcdir)/htmlutils.cpp'; fi`; \
767@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-htmlutils.Tpo" "$(DEPDIR)/library_cgi-htmlutils.Po"; else rm -f "$(DEPDIR)/library_cgi-htmlutils.Tpo"; exit 1; fi
768@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='htmlutils.cpp' object='library_cgi-htmlutils.obj' libtool=no @AMDEPBACKSLASH@
769@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
770@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-htmlutils.obj `if test -f 'htmlutils.cpp'; then $(CYGPATH_W) 'htmlutils.cpp'; else $(CYGPATH_W) '$(srcdir)/htmlutils.cpp'; fi`
771
772library_cgi-invbrowserclass.o: invbrowserclass.cpp
773@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-invbrowserclass.o -MD -MP -MF "$(DEPDIR)/library_cgi-invbrowserclass.Tpo" -c -o library_cgi-invbrowserclass.o `test -f 'invbrowserclass.cpp' || echo '$(srcdir)/'`invbrowserclass.cpp; \
774@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-invbrowserclass.Tpo" "$(DEPDIR)/library_cgi-invbrowserclass.Po"; else rm -f "$(DEPDIR)/library_cgi-invbrowserclass.Tpo"; exit 1; fi
775@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='invbrowserclass.cpp' object='library_cgi-invbrowserclass.o' libtool=no @AMDEPBACKSLASH@
776@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
777@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-invbrowserclass.o `test -f 'invbrowserclass.cpp' || echo '$(srcdir)/'`invbrowserclass.cpp
778
779library_cgi-invbrowserclass.obj: invbrowserclass.cpp
780@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-invbrowserclass.obj -MD -MP -MF "$(DEPDIR)/library_cgi-invbrowserclass.Tpo" -c -o library_cgi-invbrowserclass.obj `if test -f 'invbrowserclass.cpp'; then $(CYGPATH_W) 'invbrowserclass.cpp'; else $(CYGPATH_W) '$(srcdir)/invbrowserclass.cpp'; fi`; \
781@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-invbrowserclass.Tpo" "$(DEPDIR)/library_cgi-invbrowserclass.Po"; else rm -f "$(DEPDIR)/library_cgi-invbrowserclass.Tpo"; exit 1; fi
782@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='invbrowserclass.cpp' object='library_cgi-invbrowserclass.obj' libtool=no @AMDEPBACKSLASH@
783@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
784@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-invbrowserclass.obj `if test -f 'invbrowserclass.cpp'; then $(CYGPATH_W) 'invbrowserclass.cpp'; else $(CYGPATH_W) '$(srcdir)/invbrowserclass.cpp'; fi`
785
786library_cgi-librarymain.o: librarymain.cpp
787@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-librarymain.o -MD -MP -MF "$(DEPDIR)/library_cgi-librarymain.Tpo" -c -o library_cgi-librarymain.o `test -f 'librarymain.cpp' || echo '$(srcdir)/'`librarymain.cpp; \
788@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-librarymain.Tpo" "$(DEPDIR)/library_cgi-librarymain.Po"; else rm -f "$(DEPDIR)/library_cgi-librarymain.Tpo"; exit 1; fi
789@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='librarymain.cpp' object='library_cgi-librarymain.o' libtool=no @AMDEPBACKSLASH@
790@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
791@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-librarymain.o `test -f 'librarymain.cpp' || echo '$(srcdir)/'`librarymain.cpp
792
793library_cgi-librarymain.obj: librarymain.cpp
794@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-librarymain.obj -MD -MP -MF "$(DEPDIR)/library_cgi-librarymain.Tpo" -c -o library_cgi-librarymain.obj `if test -f 'librarymain.cpp'; then $(CYGPATH_W) 'librarymain.cpp'; else $(CYGPATH_W) '$(srcdir)/librarymain.cpp'; fi`; \
795@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-librarymain.Tpo" "$(DEPDIR)/library_cgi-librarymain.Po"; else rm -f "$(DEPDIR)/library_cgi-librarymain.Tpo"; exit 1; fi
796@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='librarymain.cpp' object='library_cgi-librarymain.obj' libtool=no @AMDEPBACKSLASH@
797@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
798@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-librarymain.obj `if test -f 'librarymain.cpp'; then $(CYGPATH_W) 'librarymain.cpp'; else $(CYGPATH_W) '$(srcdir)/librarymain.cpp'; fi`
799
800library_cgi-maincfg.o: maincfg.cpp
801@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-maincfg.o -MD -MP -MF "$(DEPDIR)/library_cgi-maincfg.Tpo" -c -o library_cgi-maincfg.o `test -f 'maincfg.cpp' || echo '$(srcdir)/'`maincfg.cpp; \
802@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-maincfg.Tpo" "$(DEPDIR)/library_cgi-maincfg.Po"; else rm -f "$(DEPDIR)/library_cgi-maincfg.Tpo"; exit 1; fi
803@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='maincfg.cpp' object='library_cgi-maincfg.o' libtool=no @AMDEPBACKSLASH@
804@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
805@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-maincfg.o `test -f 'maincfg.cpp' || echo '$(srcdir)/'`maincfg.cpp
806
807library_cgi-maincfg.obj: maincfg.cpp
808@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-maincfg.obj -MD -MP -MF "$(DEPDIR)/library_cgi-maincfg.Tpo" -c -o library_cgi-maincfg.obj `if test -f 'maincfg.cpp'; then $(CYGPATH_W) 'maincfg.cpp'; else $(CYGPATH_W) '$(srcdir)/maincfg.cpp'; fi`; \
809@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-maincfg.Tpo" "$(DEPDIR)/library_cgi-maincfg.Po"; else rm -f "$(DEPDIR)/library_cgi-maincfg.Tpo"; exit 1; fi
810@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='maincfg.cpp' object='library_cgi-maincfg.obj' libtool=no @AMDEPBACKSLASH@
811@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
812@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-maincfg.obj `if test -f 'maincfg.cpp'; then $(CYGPATH_W) 'maincfg.cpp'; else $(CYGPATH_W) '$(srcdir)/maincfg.cpp'; fi`
813
814library_cgi-pageaction.o: pageaction.cpp
815@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-pageaction.o -MD -MP -MF "$(DEPDIR)/library_cgi-pageaction.Tpo" -c -o library_cgi-pageaction.o `test -f 'pageaction.cpp' || echo '$(srcdir)/'`pageaction.cpp; \
816@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-pageaction.Tpo" "$(DEPDIR)/library_cgi-pageaction.Po"; else rm -f "$(DEPDIR)/library_cgi-pageaction.Tpo"; exit 1; fi
817@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='pageaction.cpp' object='library_cgi-pageaction.o' libtool=no @AMDEPBACKSLASH@
818@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
819@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-pageaction.o `test -f 'pageaction.cpp' || echo '$(srcdir)/'`pageaction.cpp
820
821library_cgi-pageaction.obj: pageaction.cpp
822@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-pageaction.obj -MD -MP -MF "$(DEPDIR)/library_cgi-pageaction.Tpo" -c -o library_cgi-pageaction.obj `if test -f 'pageaction.cpp'; then $(CYGPATH_W) 'pageaction.cpp'; else $(CYGPATH_W) '$(srcdir)/pageaction.cpp'; fi`; \
823@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-pageaction.Tpo" "$(DEPDIR)/library_cgi-pageaction.Po"; else rm -f "$(DEPDIR)/library_cgi-pageaction.Tpo"; exit 1; fi
824@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='pageaction.cpp' object='library_cgi-pageaction.obj' libtool=no @AMDEPBACKSLASH@
825@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
826@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-pageaction.obj `if test -f 'pageaction.cpp'; then $(CYGPATH_W) 'pageaction.cpp'; else $(CYGPATH_W) '$(srcdir)/pageaction.cpp'; fi`
827
828library_cgi-pagedbrowserclass.o: pagedbrowserclass.cpp
829@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-pagedbrowserclass.o -MD -MP -MF "$(DEPDIR)/library_cgi-pagedbrowserclass.Tpo" -c -o library_cgi-pagedbrowserclass.o `test -f 'pagedbrowserclass.cpp' || echo '$(srcdir)/'`pagedbrowserclass.cpp; \
830@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-pagedbrowserclass.Tpo" "$(DEPDIR)/library_cgi-pagedbrowserclass.Po"; else rm -f "$(DEPDIR)/library_cgi-pagedbrowserclass.Tpo"; exit 1; fi
831@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='pagedbrowserclass.cpp' object='library_cgi-pagedbrowserclass.o' libtool=no @AMDEPBACKSLASH@
832@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
833@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-pagedbrowserclass.o `test -f 'pagedbrowserclass.cpp' || echo '$(srcdir)/'`pagedbrowserclass.cpp
834
835library_cgi-pagedbrowserclass.obj: pagedbrowserclass.cpp
836@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-pagedbrowserclass.obj -MD -MP -MF "$(DEPDIR)/library_cgi-pagedbrowserclass.Tpo" -c -o library_cgi-pagedbrowserclass.obj `if test -f 'pagedbrowserclass.cpp'; then $(CYGPATH_W) 'pagedbrowserclass.cpp'; else $(CYGPATH_W) '$(srcdir)/pagedbrowserclass.cpp'; fi`; \
837@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-pagedbrowserclass.Tpo" "$(DEPDIR)/library_cgi-pagedbrowserclass.Po"; else rm -f "$(DEPDIR)/library_cgi-pagedbrowserclass.Tpo"; exit 1; fi
838@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='pagedbrowserclass.cpp' object='library_cgi-pagedbrowserclass.obj' libtool=no @AMDEPBACKSLASH@
839@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
840@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-pagedbrowserclass.obj `if test -f 'pagedbrowserclass.cpp'; then $(CYGPATH_W) 'pagedbrowserclass.cpp'; else $(CYGPATH_W) '$(srcdir)/pagedbrowserclass.cpp'; fi`
841
842library_cgi-phindaction.o: phindaction.cpp
843@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-phindaction.o -MD -MP -MF "$(DEPDIR)/library_cgi-phindaction.Tpo" -c -o library_cgi-phindaction.o `test -f 'phindaction.cpp' || echo '$(srcdir)/'`phindaction.cpp; \
844@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-phindaction.Tpo" "$(DEPDIR)/library_cgi-phindaction.Po"; else rm -f "$(DEPDIR)/library_cgi-phindaction.Tpo"; exit 1; fi
845@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='phindaction.cpp' object='library_cgi-phindaction.o' libtool=no @AMDEPBACKSLASH@
846@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
847@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-phindaction.o `test -f 'phindaction.cpp' || echo '$(srcdir)/'`phindaction.cpp
848
849library_cgi-phindaction.obj: phindaction.cpp
850@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-phindaction.obj -MD -MP -MF "$(DEPDIR)/library_cgi-phindaction.Tpo" -c -o library_cgi-phindaction.obj `if test -f 'phindaction.cpp'; then $(CYGPATH_W) 'phindaction.cpp'; else $(CYGPATH_W) '$(srcdir)/phindaction.cpp'; fi`; \
851@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-phindaction.Tpo" "$(DEPDIR)/library_cgi-phindaction.Po"; else rm -f "$(DEPDIR)/library_cgi-phindaction.Tpo"; exit 1; fi
852@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='phindaction.cpp' object='library_cgi-phindaction.obj' libtool=no @AMDEPBACKSLASH@
853@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
854@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-phindaction.obj `if test -f 'phindaction.cpp'; then $(CYGPATH_W) 'phindaction.cpp'; else $(CYGPATH_W) '$(srcdir)/phindaction.cpp'; fi`
855
856library_cgi-phindbrowserclass.o: phindbrowserclass.cpp
857@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-phindbrowserclass.o -MD -MP -MF "$(DEPDIR)/library_cgi-phindbrowserclass.Tpo" -c -o library_cgi-phindbrowserclass.o `test -f 'phindbrowserclass.cpp' || echo '$(srcdir)/'`phindbrowserclass.cpp; \
858@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-phindbrowserclass.Tpo" "$(DEPDIR)/library_cgi-phindbrowserclass.Po"; else rm -f "$(DEPDIR)/library_cgi-phindbrowserclass.Tpo"; exit 1; fi
859@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='phindbrowserclass.cpp' object='library_cgi-phindbrowserclass.o' libtool=no @AMDEPBACKSLASH@
860@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
861@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-phindbrowserclass.o `test -f 'phindbrowserclass.cpp' || echo '$(srcdir)/'`phindbrowserclass.cpp
862
863library_cgi-phindbrowserclass.obj: phindbrowserclass.cpp
864@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-phindbrowserclass.obj -MD -MP -MF "$(DEPDIR)/library_cgi-phindbrowserclass.Tpo" -c -o library_cgi-phindbrowserclass.obj `if test -f 'phindbrowserclass.cpp'; then $(CYGPATH_W) 'phindbrowserclass.cpp'; else $(CYGPATH_W) '$(srcdir)/phindbrowserclass.cpp'; fi`; \
865@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-phindbrowserclass.Tpo" "$(DEPDIR)/library_cgi-phindbrowserclass.Po"; else rm -f "$(DEPDIR)/library_cgi-phindbrowserclass.Tpo"; exit 1; fi
866@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='phindbrowserclass.cpp' object='library_cgi-phindbrowserclass.obj' libtool=no @AMDEPBACKSLASH@
867@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
868@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-phindbrowserclass.obj `if test -f 'phindbrowserclass.cpp'; then $(CYGPATH_W) 'phindbrowserclass.cpp'; else $(CYGPATH_W) '$(srcdir)/phindbrowserclass.cpp'; fi`
869
870library_cgi-pingaction.o: pingaction.cpp
871@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-pingaction.o -MD -MP -MF "$(DEPDIR)/library_cgi-pingaction.Tpo" -c -o library_cgi-pingaction.o `test -f 'pingaction.cpp' || echo '$(srcdir)/'`pingaction.cpp; \
872@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-pingaction.Tpo" "$(DEPDIR)/library_cgi-pingaction.Po"; else rm -f "$(DEPDIR)/library_cgi-pingaction.Tpo"; exit 1; fi
873@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='pingaction.cpp' object='library_cgi-pingaction.o' libtool=no @AMDEPBACKSLASH@
874@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
875@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-pingaction.o `test -f 'pingaction.cpp' || echo '$(srcdir)/'`pingaction.cpp
876
877library_cgi-pingaction.obj: pingaction.cpp
878@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-pingaction.obj -MD -MP -MF "$(DEPDIR)/library_cgi-pingaction.Tpo" -c -o library_cgi-pingaction.obj `if test -f 'pingaction.cpp'; then $(CYGPATH_W) 'pingaction.cpp'; else $(CYGPATH_W) '$(srcdir)/pingaction.cpp'; fi`; \
879@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-pingaction.Tpo" "$(DEPDIR)/library_cgi-pingaction.Po"; else rm -f "$(DEPDIR)/library_cgi-pingaction.Tpo"; exit 1; fi
880@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='pingaction.cpp' object='library_cgi-pingaction.obj' libtool=no @AMDEPBACKSLASH@
881@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
882@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-pingaction.obj `if test -f 'pingaction.cpp'; then $(CYGPATH_W) 'pingaction.cpp'; else $(CYGPATH_W) '$(srcdir)/pingaction.cpp'; fi`
883
884library_cgi-queryaction.o: queryaction.cpp
885@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-queryaction.o -MD -MP -MF "$(DEPDIR)/library_cgi-queryaction.Tpo" -c -o library_cgi-queryaction.o `test -f 'queryaction.cpp' || echo '$(srcdir)/'`queryaction.cpp; \
886@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-queryaction.Tpo" "$(DEPDIR)/library_cgi-queryaction.Po"; else rm -f "$(DEPDIR)/library_cgi-queryaction.Tpo"; exit 1; fi
887@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='queryaction.cpp' object='library_cgi-queryaction.o' libtool=no @AMDEPBACKSLASH@
888@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
889@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-queryaction.o `test -f 'queryaction.cpp' || echo '$(srcdir)/'`queryaction.cpp
890
891library_cgi-queryaction.obj: queryaction.cpp
892@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-queryaction.obj -MD -MP -MF "$(DEPDIR)/library_cgi-queryaction.Tpo" -c -o library_cgi-queryaction.obj `if test -f 'queryaction.cpp'; then $(CYGPATH_W) 'queryaction.cpp'; else $(CYGPATH_W) '$(srcdir)/queryaction.cpp'; fi`; \
893@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-queryaction.Tpo" "$(DEPDIR)/library_cgi-queryaction.Po"; else rm -f "$(DEPDIR)/library_cgi-queryaction.Tpo"; exit 1; fi
894@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='queryaction.cpp' object='library_cgi-queryaction.obj' libtool=no @AMDEPBACKSLASH@
895@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
896@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-queryaction.obj `if test -f 'queryaction.cpp'; then $(CYGPATH_W) 'queryaction.cpp'; else $(CYGPATH_W) '$(srcdir)/queryaction.cpp'; fi`
897
898library_cgi-querytools.o: querytools.cpp
899@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-querytools.o -MD -MP -MF "$(DEPDIR)/library_cgi-querytools.Tpo" -c -o library_cgi-querytools.o `test -f 'querytools.cpp' || echo '$(srcdir)/'`querytools.cpp; \
900@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-querytools.Tpo" "$(DEPDIR)/library_cgi-querytools.Po"; else rm -f "$(DEPDIR)/library_cgi-querytools.Tpo"; exit 1; fi
901@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='querytools.cpp' object='library_cgi-querytools.o' libtool=no @AMDEPBACKSLASH@
902@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
903@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-querytools.o `test -f 'querytools.cpp' || echo '$(srcdir)/'`querytools.cpp
904
905library_cgi-querytools.obj: querytools.cpp
906@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-querytools.obj -MD -MP -MF "$(DEPDIR)/library_cgi-querytools.Tpo" -c -o library_cgi-querytools.obj `if test -f 'querytools.cpp'; then $(CYGPATH_W) 'querytools.cpp'; else $(CYGPATH_W) '$(srcdir)/querytools.cpp'; fi`; \
907@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-querytools.Tpo" "$(DEPDIR)/library_cgi-querytools.Po"; else rm -f "$(DEPDIR)/library_cgi-querytools.Tpo"; exit 1; fi
908@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='querytools.cpp' object='library_cgi-querytools.obj' libtool=no @AMDEPBACKSLASH@
909@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
910@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-querytools.obj `if test -f 'querytools.cpp'; then $(CYGPATH_W) 'querytools.cpp'; else $(CYGPATH_W) '$(srcdir)/querytools.cpp'; fi`
911
912library_cgi-receptionist.o: receptionist.cpp
913@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-receptionist.o -MD -MP -MF "$(DEPDIR)/library_cgi-receptionist.Tpo" -c -o library_cgi-receptionist.o `test -f 'receptionist.cpp' || echo '$(srcdir)/'`receptionist.cpp; \
914@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-receptionist.Tpo" "$(DEPDIR)/library_cgi-receptionist.Po"; else rm -f "$(DEPDIR)/library_cgi-receptionist.Tpo"; exit 1; fi
915@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='receptionist.cpp' object='library_cgi-receptionist.o' libtool=no @AMDEPBACKSLASH@
916@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
917@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-receptionist.o `test -f 'receptionist.cpp' || echo '$(srcdir)/'`receptionist.cpp
918
919library_cgi-receptionist.obj: receptionist.cpp
920@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-receptionist.obj -MD -MP -MF "$(DEPDIR)/library_cgi-receptionist.Tpo" -c -o library_cgi-receptionist.obj `if test -f 'receptionist.cpp'; then $(CYGPATH_W) 'receptionist.cpp'; else $(CYGPATH_W) '$(srcdir)/receptionist.cpp'; fi`; \
921@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-receptionist.Tpo" "$(DEPDIR)/library_cgi-receptionist.Po"; else rm -f "$(DEPDIR)/library_cgi-receptionist.Tpo"; exit 1; fi
922@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='receptionist.cpp' object='library_cgi-receptionist.obj' libtool=no @AMDEPBACKSLASH@
923@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
924@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-receptionist.obj `if test -f 'receptionist.cpp'; then $(CYGPATH_W) 'receptionist.cpp'; else $(CYGPATH_W) '$(srcdir)/receptionist.cpp'; fi`
925
926library_cgi-statusaction.o: statusaction.cpp
927@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-statusaction.o -MD -MP -MF "$(DEPDIR)/library_cgi-statusaction.Tpo" -c -o library_cgi-statusaction.o `test -f 'statusaction.cpp' || echo '$(srcdir)/'`statusaction.cpp; \
928@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-statusaction.Tpo" "$(DEPDIR)/library_cgi-statusaction.Po"; else rm -f "$(DEPDIR)/library_cgi-statusaction.Tpo"; exit 1; fi
929@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='statusaction.cpp' object='library_cgi-statusaction.o' libtool=no @AMDEPBACKSLASH@
930@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
931@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-statusaction.o `test -f 'statusaction.cpp' || echo '$(srcdir)/'`statusaction.cpp
932
933library_cgi-statusaction.obj: statusaction.cpp
934@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-statusaction.obj -MD -MP -MF "$(DEPDIR)/library_cgi-statusaction.Tpo" -c -o library_cgi-statusaction.obj `if test -f 'statusaction.cpp'; then $(CYGPATH_W) 'statusaction.cpp'; else $(CYGPATH_W) '$(srcdir)/statusaction.cpp'; fi`; \
935@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-statusaction.Tpo" "$(DEPDIR)/library_cgi-statusaction.Po"; else rm -f "$(DEPDIR)/library_cgi-statusaction.Tpo"; exit 1; fi
936@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='statusaction.cpp' object='library_cgi-statusaction.obj' libtool=no @AMDEPBACKSLASH@
937@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
938@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-statusaction.obj `if test -f 'statusaction.cpp'; then $(CYGPATH_W) 'statusaction.cpp'; else $(CYGPATH_W) '$(srcdir)/statusaction.cpp'; fi`
939
940library_cgi-string_pool.o: string_pool.cpp
941@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-string_pool.o -MD -MP -MF "$(DEPDIR)/library_cgi-string_pool.Tpo" -c -o library_cgi-string_pool.o `test -f 'string_pool.cpp' || echo '$(srcdir)/'`string_pool.cpp; \
942@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-string_pool.Tpo" "$(DEPDIR)/library_cgi-string_pool.Po"; else rm -f "$(DEPDIR)/library_cgi-string_pool.Tpo"; exit 1; fi
943@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='string_pool.cpp' object='library_cgi-string_pool.o' libtool=no @AMDEPBACKSLASH@
944@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
945@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-string_pool.o `test -f 'string_pool.cpp' || echo '$(srcdir)/'`string_pool.cpp
946
947library_cgi-string_pool.obj: string_pool.cpp
948@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-string_pool.obj -MD -MP -MF "$(DEPDIR)/library_cgi-string_pool.Tpo" -c -o library_cgi-string_pool.obj `if test -f 'string_pool.cpp'; then $(CYGPATH_W) 'string_pool.cpp'; else $(CYGPATH_W) '$(srcdir)/string_pool.cpp'; fi`; \
949@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-string_pool.Tpo" "$(DEPDIR)/library_cgi-string_pool.Po"; else rm -f "$(DEPDIR)/library_cgi-string_pool.Tpo"; exit 1; fi
950@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='string_pool.cpp' object='library_cgi-string_pool.obj' libtool=no @AMDEPBACKSLASH@
951@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
952@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-string_pool.obj `if test -f 'string_pool.cpp'; then $(CYGPATH_W) 'string_pool.cpp'; else $(CYGPATH_W) '$(srcdir)/string_pool.cpp'; fi`
953
954library_cgi-summarise.o: summarise.cpp
955@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-summarise.o -MD -MP -MF "$(DEPDIR)/library_cgi-summarise.Tpo" -c -o library_cgi-summarise.o `test -f 'summarise.cpp' || echo '$(srcdir)/'`summarise.cpp; \
956@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-summarise.Tpo" "$(DEPDIR)/library_cgi-summarise.Po"; else rm -f "$(DEPDIR)/library_cgi-summarise.Tpo"; exit 1; fi
957@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='summarise.cpp' object='library_cgi-summarise.o' libtool=no @AMDEPBACKSLASH@
958@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
959@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-summarise.o `test -f 'summarise.cpp' || echo '$(srcdir)/'`summarise.cpp
960
961library_cgi-summarise.obj: summarise.cpp
962@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-summarise.obj -MD -MP -MF "$(DEPDIR)/library_cgi-summarise.Tpo" -c -o library_cgi-summarise.obj `if test -f 'summarise.cpp'; then $(CYGPATH_W) 'summarise.cpp'; else $(CYGPATH_W) '$(srcdir)/summarise.cpp'; fi`; \
963@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-summarise.Tpo" "$(DEPDIR)/library_cgi-summarise.Po"; else rm -f "$(DEPDIR)/library_cgi-summarise.Tpo"; exit 1; fi
964@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='summarise.cpp' object='library_cgi-summarise.obj' libtool=no @AMDEPBACKSLASH@
965@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
966@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-summarise.obj `if test -f 'summarise.cpp'; then $(CYGPATH_W) 'summarise.cpp'; else $(CYGPATH_W) '$(srcdir)/summarise.cpp'; fi`
967
968library_cgi-tipaction.o: tipaction.cpp
969@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-tipaction.o -MD -MP -MF "$(DEPDIR)/library_cgi-tipaction.Tpo" -c -o library_cgi-tipaction.o `test -f 'tipaction.cpp' || echo '$(srcdir)/'`tipaction.cpp; \
970@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-tipaction.Tpo" "$(DEPDIR)/library_cgi-tipaction.Po"; else rm -f "$(DEPDIR)/library_cgi-tipaction.Tpo"; exit 1; fi
971@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='tipaction.cpp' object='library_cgi-tipaction.o' libtool=no @AMDEPBACKSLASH@
972@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
973@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-tipaction.o `test -f 'tipaction.cpp' || echo '$(srcdir)/'`tipaction.cpp
974
975library_cgi-tipaction.obj: tipaction.cpp
976@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-tipaction.obj -MD -MP -MF "$(DEPDIR)/library_cgi-tipaction.Tpo" -c -o library_cgi-tipaction.obj `if test -f 'tipaction.cpp'; then $(CYGPATH_W) 'tipaction.cpp'; else $(CYGPATH_W) '$(srcdir)/tipaction.cpp'; fi`; \
977@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-tipaction.Tpo" "$(DEPDIR)/library_cgi-tipaction.Po"; else rm -f "$(DEPDIR)/library_cgi-tipaction.Tpo"; exit 1; fi
978@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='tipaction.cpp' object='library_cgi-tipaction.obj' libtool=no @AMDEPBACKSLASH@
979@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
980@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-tipaction.obj `if test -f 'tipaction.cpp'; then $(CYGPATH_W) 'tipaction.cpp'; else $(CYGPATH_W) '$(srcdir)/tipaction.cpp'; fi`
981
982library_cgi-userdb.o: userdb.cpp
983@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-userdb.o -MD -MP -MF "$(DEPDIR)/library_cgi-userdb.Tpo" -c -o library_cgi-userdb.o `test -f 'userdb.cpp' || echo '$(srcdir)/'`userdb.cpp; \
984@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-userdb.Tpo" "$(DEPDIR)/library_cgi-userdb.Po"; else rm -f "$(DEPDIR)/library_cgi-userdb.Tpo"; exit 1; fi
985@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='userdb.cpp' object='library_cgi-userdb.o' libtool=no @AMDEPBACKSLASH@
986@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
987@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-userdb.o `test -f 'userdb.cpp' || echo '$(srcdir)/'`userdb.cpp
988
989library_cgi-userdb.obj: userdb.cpp
990@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-userdb.obj -MD -MP -MF "$(DEPDIR)/library_cgi-userdb.Tpo" -c -o library_cgi-userdb.obj `if test -f 'userdb.cpp'; then $(CYGPATH_W) 'userdb.cpp'; else $(CYGPATH_W) '$(srcdir)/userdb.cpp'; fi`; \
991@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-userdb.Tpo" "$(DEPDIR)/library_cgi-userdb.Po"; else rm -f "$(DEPDIR)/library_cgi-userdb.Tpo"; exit 1; fi
992@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='userdb.cpp' object='library_cgi-userdb.obj' libtool=no @AMDEPBACKSLASH@
993@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
994@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-userdb.obj `if test -f 'userdb.cpp'; then $(CYGPATH_W) 'userdb.cpp'; else $(CYGPATH_W) '$(srcdir)/userdb.cpp'; fi`
995
996library_cgi-usersaction.o: usersaction.cpp
997@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-usersaction.o -MD -MP -MF "$(DEPDIR)/library_cgi-usersaction.Tpo" -c -o library_cgi-usersaction.o `test -f 'usersaction.cpp' || echo '$(srcdir)/'`usersaction.cpp; \
998@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-usersaction.Tpo" "$(DEPDIR)/library_cgi-usersaction.Po"; else rm -f "$(DEPDIR)/library_cgi-usersaction.Tpo"; exit 1; fi
999@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='usersaction.cpp' object='library_cgi-usersaction.o' libtool=no @AMDEPBACKSLASH@
1000@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1001@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-usersaction.o `test -f 'usersaction.cpp' || echo '$(srcdir)/'`usersaction.cpp
1002
1003library_cgi-usersaction.obj: usersaction.cpp
1004@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-usersaction.obj -MD -MP -MF "$(DEPDIR)/library_cgi-usersaction.Tpo" -c -o library_cgi-usersaction.obj `if test -f 'usersaction.cpp'; then $(CYGPATH_W) 'usersaction.cpp'; else $(CYGPATH_W) '$(srcdir)/usersaction.cpp'; fi`; \
1005@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-usersaction.Tpo" "$(DEPDIR)/library_cgi-usersaction.Po"; else rm -f "$(DEPDIR)/library_cgi-usersaction.Tpo"; exit 1; fi
1006@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='usersaction.cpp' object='library_cgi-usersaction.obj' libtool=no @AMDEPBACKSLASH@
1007@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1008@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-usersaction.obj `if test -f 'usersaction.cpp'; then $(CYGPATH_W) 'usersaction.cpp'; else $(CYGPATH_W) '$(srcdir)/usersaction.cpp'; fi`
1009
1010library_cgi-vlistbrowserclass.o: vlistbrowserclass.cpp
1011@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-vlistbrowserclass.o -MD -MP -MF "$(DEPDIR)/library_cgi-vlistbrowserclass.Tpo" -c -o library_cgi-vlistbrowserclass.o `test -f 'vlistbrowserclass.cpp' || echo '$(srcdir)/'`vlistbrowserclass.cpp; \
1012@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-vlistbrowserclass.Tpo" "$(DEPDIR)/library_cgi-vlistbrowserclass.Po"; else rm -f "$(DEPDIR)/library_cgi-vlistbrowserclass.Tpo"; exit 1; fi
1013@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vlistbrowserclass.cpp' object='library_cgi-vlistbrowserclass.o' libtool=no @AMDEPBACKSLASH@
1014@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1015@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-vlistbrowserclass.o `test -f 'vlistbrowserclass.cpp' || echo '$(srcdir)/'`vlistbrowserclass.cpp
1016
1017library_cgi-vlistbrowserclass.obj: vlistbrowserclass.cpp
1018@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-vlistbrowserclass.obj -MD -MP -MF "$(DEPDIR)/library_cgi-vlistbrowserclass.Tpo" -c -o library_cgi-vlistbrowserclass.obj `if test -f 'vlistbrowserclass.cpp'; then $(CYGPATH_W) 'vlistbrowserclass.cpp'; else $(CYGPATH_W) '$(srcdir)/vlistbrowserclass.cpp'; fi`; \
1019@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-vlistbrowserclass.Tpo" "$(DEPDIR)/library_cgi-vlistbrowserclass.Po"; else rm -f "$(DEPDIR)/library_cgi-vlistbrowserclass.Tpo"; exit 1; fi
1020@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='vlistbrowserclass.cpp' object='library_cgi-vlistbrowserclass.obj' libtool=no @AMDEPBACKSLASH@
1021@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1022@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-vlistbrowserclass.obj `if test -f 'vlistbrowserclass.cpp'; then $(CYGPATH_W) 'vlistbrowserclass.cpp'; else $(CYGPATH_W) '$(srcdir)/vlistbrowserclass.cpp'; fi`
1023
1024library_cgi-wizardaction.o: wizardaction.cpp
1025@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-wizardaction.o -MD -MP -MF "$(DEPDIR)/library_cgi-wizardaction.Tpo" -c -o library_cgi-wizardaction.o `test -f 'wizardaction.cpp' || echo '$(srcdir)/'`wizardaction.cpp; \
1026@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-wizardaction.Tpo" "$(DEPDIR)/library_cgi-wizardaction.Po"; else rm -f "$(DEPDIR)/library_cgi-wizardaction.Tpo"; exit 1; fi
1027@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='wizardaction.cpp' object='library_cgi-wizardaction.o' libtool=no @AMDEPBACKSLASH@
1028@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1029@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-wizardaction.o `test -f 'wizardaction.cpp' || echo '$(srcdir)/'`wizardaction.cpp
1030
1031library_cgi-wizardaction.obj: wizardaction.cpp
1032@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT library_cgi-wizardaction.obj -MD -MP -MF "$(DEPDIR)/library_cgi-wizardaction.Tpo" -c -o library_cgi-wizardaction.obj `if test -f 'wizardaction.cpp'; then $(CYGPATH_W) 'wizardaction.cpp'; else $(CYGPATH_W) '$(srcdir)/wizardaction.cpp'; fi`; \
1033@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/library_cgi-wizardaction.Tpo" "$(DEPDIR)/library_cgi-wizardaction.Po"; else rm -f "$(DEPDIR)/library_cgi-wizardaction.Tpo"; exit 1; fi
1034@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='wizardaction.cpp' object='library_cgi-wizardaction.obj' libtool=no @AMDEPBACKSLASH@
1035@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1036@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(library_cgi_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o library_cgi-wizardaction.obj `if test -f 'wizardaction.cpp'; then $(CYGPATH_W) 'wizardaction.cpp'; else $(CYGPATH_W) '$(srcdir)/wizardaction.cpp'; fi`
1037uninstall-info-am:
1038
1039ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1040 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1041 unique=`for i in $$list; do \
1042 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1043 done | \
1044 $(AWK) ' { files[$$0] = 1; } \
1045 END { for (i in files) print i; }'`; \
1046 mkid -fID $$unique
1047tags: TAGS
1048
1049TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1050 $(TAGS_FILES) $(LISP)
1051 tags=; \
1052 here=`pwd`; \
1053 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1054 unique=`for i in $$list; do \
1055 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1056 done | \
1057 $(AWK) ' { files[$$0] = 1; } \
1058 END { for (i in files) print i; }'`; \
1059 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1060 test -n "$$unique" || unique=$$empty_fix; \
1061 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1062 $$tags $$unique; \
1063 fi
1064ctags: CTAGS
1065CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
1066 $(TAGS_FILES) $(LISP)
1067 tags=; \
1068 here=`pwd`; \
1069 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
1070 unique=`for i in $$list; do \
1071 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1072 done | \
1073 $(AWK) ' { files[$$0] = 1; } \
1074 END { for (i in files) print i; }'`; \
1075 test -z "$(CTAGS_ARGS)$$tags$$unique" \
1076 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1077 $$tags $$unique
1078
1079GTAGS:
1080 here=`$(am__cd) $(top_builddir) && pwd` \
1081 && cd $(top_srcdir) \
1082 && gtags -i $(GTAGS_ARGS) $$here
1083
1084distclean-tags:
1085 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1086
1087distdir: $(DISTFILES)
1088 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
1089 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
1090 list='$(DISTFILES)'; for file in $$list; do \
1091 case $$file in \
1092 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
1093 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
1094 esac; \
1095 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1096 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
1097 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1098 dir="/$$dir"; \
1099 $(mkdir_p) "$(distdir)$$dir"; \
1100 else \
1101 dir=''; \
1102 fi; \
1103 if test -d $$d/$$file; then \
1104 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1105 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
1106 fi; \
1107 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1108 else \
1109 test -f $(distdir)/$$file \
1110 || cp -p $$d/$$file $(distdir)/$$file \
1111 || exit 1; \
1112 fi; \
1113 done
1114check-am: all-am
1115check: check-am
1116all-am: Makefile $(PROGRAMS)
1117installdirs:
1118 for dir in "$(DESTDIR)$(cgibindir)"; do \
1119 test -z "$$dir" || $(mkdir_p) "$$dir"; \
1120 done
1121install: install-am
1122install-exec: install-exec-am
1123install-data: install-data-am
1124uninstall: uninstall-am
1125
1126install-am: all-am
1127 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1128
1129installcheck: installcheck-am
1130install-strip:
1131 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1132 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1133 `test -z '$(STRIP)' || \
1134 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
1135mostlyclean-generic:
1136
1137clean-generic:
1138
1139distclean-generic:
1140 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1141
1142maintainer-clean-generic:
1143 @echo "This command is intended for maintainers to use"
1144 @echo "it deletes files that may require special tools to rebuild."
1145clean: clean-am
1146
1147clean-am: clean-cgibinPROGRAMS clean-generic mostlyclean-am
1148
1149distclean: distclean-am
1150 -rm -rf ./$(DEPDIR)
1151 -rm -f Makefile
1152distclean-am: clean-am distclean-compile distclean-generic \
1153 distclean-tags
1154
1155dvi: dvi-am
1156
1157dvi-am:
1158
1159html: html-am
1160
1161info: info-am
1162
1163info-am:
1164
1165install-data-am: install-cgibinPROGRAMS
1166
1167install-exec-am:
1168
1169install-info: install-info-am
1170
1171install-man:
1172
1173installcheck-am:
1174
1175maintainer-clean: maintainer-clean-am
1176 -rm -rf ./$(DEPDIR)
1177 -rm -f Makefile
1178maintainer-clean-am: distclean-am maintainer-clean-generic
1179
1180mostlyclean: mostlyclean-am
1181
1182mostlyclean-am: mostlyclean-compile mostlyclean-generic
1183
1184pdf: pdf-am
1185
1186pdf-am:
1187
1188ps: ps-am
1189
1190ps-am:
1191
1192uninstall-am: uninstall-cgibinPROGRAMS uninstall-info-am
1193
1194.PHONY: CTAGS GTAGS all all-am check check-am clean \
1195 clean-cgibinPROGRAMS clean-generic ctags distclean \
1196 distclean-compile distclean-generic distclean-tags distdir dvi \
1197 dvi-am html html-am info info-am install install-am \
1198 install-cgibinPROGRAMS install-data install-data-am \
1199 install-exec install-exec-am install-info install-info-am \
1200 install-man install-strip installcheck installcheck-am \
1201 installdirs maintainer-clean maintainer-clean-generic \
1202 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
1203 ps ps-am tags uninstall uninstall-am uninstall-cgibinPROGRAMS \
1204 uninstall-info-am
1205
1206# Tell versions [3.59,3.63) of GNU make to not export all variables.
1207# Otherwise a system limit (for SysV at least) may be exceeded.
1208.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.