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

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

First attempt at an automake Makefile for runtime-src/src/recpt. A custom gsdl_modules_cfg.h file is included to prevent the collector and depositor from being compiled.

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