Added the 'Nifty Corners' library and implemented our
[citadel.git] / webcit / src / Makefile.in
1 # Makefile.in generated by automake 1.9.5 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 SOURCES = $(setup_SOURCES) $(webserver_SOURCES)
18
19 srcdir = @srcdir@
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 top_builddir = ..
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 build_triplet = @build@
39 host_triplet = @host@
40 sbin_PROGRAMS = webserver$(EXEEXT) setup$(EXEEXT)
41 subdir = src
42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
45         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
46         $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
47         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
48         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.in
49 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50         $(ACLOCAL_M4)
51 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
52 CONFIG_HEADER = $(top_builddir)/config.h
53 CONFIG_CLEAN_FILES =
54 am__installdirs = "$(DESTDIR)$(sbindir)"
55 sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
56 PROGRAMS = $(sbin_PROGRAMS)
57 am_setup_OBJECTS = setup.$(OBJEXT) tools.$(OBJEXT)
58 setup_OBJECTS = $(am_setup_OBJECTS)
59 setup_DEPENDENCIES =
60 am_webserver_OBJECTS = context_loop.$(OBJEXT) tools.$(OBJEXT) \
61         ical_dezonify.$(OBJEXT) cookie_conversion.$(OBJEXT) \
62         locate_host.$(OBJEXT) floors.$(OBJEXT) summary.$(OBJEXT) \
63         webcit.$(OBJEXT) auth.$(OBJEXT) tcp_sockets.$(OBJEXT) \
64         mainmenu.$(OBJEXT) serv_func.$(OBJEXT) who.$(OBJEXT) \
65         roomops.$(OBJEXT) messages.$(OBJEXT) userlist.$(OBJEXT) \
66         paging.$(OBJEXT) sysmsgs.$(OBJEXT) useredit.$(OBJEXT) \
67         vcard.$(OBJEXT) vcard_edit.$(OBJEXT) preferences.$(OBJEXT) \
68         html2html.$(OBJEXT) listsub.$(OBJEXT) mime_parser.$(OBJEXT) \
69         graphics.$(OBJEXT) netconf.$(OBJEXT) siteconfig.$(OBJEXT) \
70         subst.$(OBJEXT) rss.$(OBJEXT) calendar.$(OBJEXT) \
71         calendar_tools.$(OBJEXT) calendar_view.$(OBJEXT) \
72         event.$(OBJEXT) availability.$(OBJEXT) iconbar.$(OBJEXT) \
73         crypto.$(OBJEXT) inetconf.$(OBJEXT) notes.$(OBJEXT) \
74         wiki.$(OBJEXT) groupdav_main.$(OBJEXT) groupdav_get.$(OBJEXT) \
75         groupdav_propfind.$(OBJEXT) fmt_date.$(OBJEXT) \
76         groupdav_options.$(OBJEXT) autocompletion.$(OBJEXT) \
77         gettext.$(OBJEXT) tabs.$(OBJEXT) groupdav_delete.$(OBJEXT) \
78         groupdav_put.$(OBJEXT) http_datestring.$(OBJEXT) \
79         setup_wizard.$(OBJEXT) webserver.$(OBJEXT)
80 webserver_OBJECTS = $(am_webserver_OBJECTS)
81 webserver_DEPENDENCIES =
82 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
83 depcomp = $(SHELL) $(top_srcdir)/depcomp
84 am__depfiles_maybe = depfiles
85 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
88         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
89         $(AM_CFLAGS) $(CFLAGS)
90 CCLD = $(CC)
91 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
92         $(AM_LDFLAGS) $(LDFLAGS) -o $@
93 SOURCES = $(setup_SOURCES) $(webserver_SOURCES)
94 DIST_SOURCES = $(setup_SOURCES) $(webserver_SOURCES)
95 ETAGS = etags
96 CTAGS = ctags
97 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
98 top_srcdir = @top_srcdir@
99 ACLOCAL = @ACLOCAL@
100 AMDEP_FALSE = @AMDEP_FALSE@
101 AMDEP_TRUE = @AMDEP_TRUE@
102 AMTAR = @AMTAR@
103 AR = @AR@
104 AUTOCONF = @AUTOCONF@
105 AUTOHEADER = @AUTOHEADER@
106 AUTOMAKE = @AUTOMAKE@
107 AWK = @AWK@
108 CC = @CC@
109 CCDEPMODE = @CCDEPMODE@
110 CFLAGS = @CFLAGS@
111 CPP = @CPP@
112 CPPFLAGS = @CPPFLAGS@
113 CXX = @CXX@
114 CXXCPP = @CXXCPP@
115 CXXDEPMODE = @CXXDEPMODE@
116 CXXFLAGS = @CXXFLAGS@
117 CYGPATH_W = @CYGPATH_W@
118 DEFS = -DLOCALEDIR=\"$(localedir)\" @DEFS@
119 DEPDIR = @DEPDIR@
120 ECHO = @ECHO@
121 ECHO_C = @ECHO_C@
122 ECHO_N = @ECHO_N@
123 ECHO_T = @ECHO_T@
124 EGREP = @EGREP@
125 EXEEXT = @EXEEXT@
126 F77 = @F77@
127 FFLAGS = @FFLAGS@
128 GMSGFMT = @GMSGFMT@
129 INSTALL_DATA = @INSTALL_DATA@
130 INSTALL_PROGRAM = @INSTALL_PROGRAM@
131 INSTALL_SCRIPT = @INSTALL_SCRIPT@
132 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
133 INTLLIBS = @INTLLIBS@
134 INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
135 INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
136 INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
137 INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
138 INTLTOOL_ICONV = @INTLTOOL_ICONV@
139 INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
140 INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
141 INTLTOOL_MERGE = @INTLTOOL_MERGE@
142 INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
143 INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
144 INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
145 INTLTOOL_PERL = @INTLTOOL_PERL@
146 INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
147 INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
148 INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
149 INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
150 INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
151 INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
152 INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
153 INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
154 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
155 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
156 INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
157 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
158 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
159 LDFLAGS = @LDFLAGS@
160 LIBICONV = @LIBICONV@
161 LIBINTL = @LIBINTL@
162 LIBOBJS = @LIBOBJS@
163 #  -Werror 
164 #
165 LIBS = @LIBINTL@ @LIBS@ 
166 LIBTOOL = @LIBTOOL@
167 LN_S = @LN_S@
168 LTLIBICONV = @LTLIBICONV@
169 LTLIBINTL = @LTLIBINTL@
170 LTLIBOBJS = @LTLIBOBJS@
171 MAKEINFO = @MAKEINFO@
172 MKINSTALLDIRS = @MKINSTALLDIRS@
173 MSGFMT = @MSGFMT@
174 MSGMERGE = @MSGMERGE@
175 OBJEXT = @OBJEXT@
176
177 # $Id: Makefile.in 4225 2006-01-20 21:39:28Z ajc $
178 PACKAGE = @PACKAGE@
179 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
180 PACKAGE_NAME = @PACKAGE_NAME@
181 PACKAGE_STRING = @PACKAGE_STRING@
182 PACKAGE_TARNAME = @PACKAGE_TARNAME@
183 PACKAGE_VERSION = @PACKAGE_VERSION@
184 PATH_SEPARATOR = @PATH_SEPARATOR@
185 POSUB = @POSUB@
186 PROG_SUBDIRS = @PROG_SUBDIRS@
187 PTHREAD_DEFS = @PTHREAD_DEFS@
188 RANLIB = @RANLIB@
189 SED = @SED@
190 SETUP_LIBS = @SETUP_LIBS@
191 SET_MAKE = @SET_MAKE@
192 SHELL = @SHELL@
193 STRIP = @STRIP@
194 USE_NLS = @USE_NLS@
195 VERSION = @VERSION@
196 XGETTEXT = @XGETTEXT@
197 ac_ct_AR = @ac_ct_AR@
198 ac_ct_CC = @ac_ct_CC@
199 ac_ct_CXX = @ac_ct_CXX@
200 ac_ct_F77 = @ac_ct_F77@
201 ac_ct_RANLIB = @ac_ct_RANLIB@
202 ac_ct_STRIP = @ac_ct_STRIP@
203 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
204 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
205 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
206 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
207 am__include = @am__include@
208 am__leading_dot = @am__leading_dot@
209 am__quote = @am__quote@
210 am__tar = @am__tar@
211 am__untar = @am__untar@
212 bindir = @bindir@
213 build = @build@
214 build_alias = @build_alias@
215 build_cpu = @build_cpu@
216 build_os = @build_os@
217 build_vendor = @build_vendor@
218 datadir = @datadir@
219 editordir = @editordir@
220 exec_prefix = @exec_prefix@
221 host = @host@
222 host_alias = @host_alias@
223 host_cpu = @host_cpu@
224 host_os = @host_os@
225 host_vendor = @host_vendor@
226 includedir = @includedir@
227 infodir = @infodir@
228 install_sh = @install_sh@
229 libdir = @libdir@
230 libexecdir = @libexecdir@
231 localstatedir = @localstatedir@
232 mandir = @mandir@
233 mkdir_p = @mkdir_p@
234 oldincludedir = @oldincludedir@
235 prefix = @prefix@
236 program_transform_name = @program_transform_name@
237 sbindir = @sbindir@
238 sharedstatedir = @sharedstatedir@
239 staticdir = @staticdir@
240 sysconfdir = @sysconfdir@
241 target_alias = @target_alias@
242 localedir = $(datadir)/locale
243 AM_CFLAGS = -Wall -DLOCALEDIR=\"$(localedir)\"
244 webserver_LDADD = @LIBINTL@ 
245 #$(ICONVLIBS)
246 #@LIBICONV@
247 setup_LDADD = @SETUP_LIBS@
248 #SUBDIRS = $(LIB_SUBDIRS) $(PROG_SUBDIRS) 
249 setup_SOURCES = setup.c tools.c
250 webserver_SOURCES = \
251          context_loop.c \
252         tools.c \
253         ical_dezonify.c \
254         cookie_conversion.c \
255         locate_host.c \
256         floors.c \
257         summary.c \
258         webcit.c \
259         auth.c \
260         tcp_sockets.c \
261         mainmenu.c \
262         serv_func.c \
263         who.c \
264         roomops.c \
265         messages.c \
266         userlist.c \
267         paging.c \
268         sysmsgs.c \
269         useredit.c \
270         vcard.c \
271         vcard_edit.c \
272         preferences.c \
273         html2html.c \
274         listsub.c \
275         mime_parser.c \
276         graphics.c \
277         netconf.c \
278         siteconfig.c \
279         subst.c \
280         rss.c \
281         calendar.c \
282         calendar_tools.c \
283         calendar_view.c \
284         event.c \
285         availability.c \
286         iconbar.c \
287         crypto.c \
288         inetconf.c \
289         notes.c \
290         wiki.c \
291         groupdav_main.c \
292         groupdav_get.c \
293         groupdav_propfind.c \
294         fmt_date.c \
295         groupdav_options.c \
296         autocompletion.c \
297         gettext.c \
298         tabs.c \
299         groupdav_delete.c \
300         groupdav_put.c \
301         http_datestring.c \
302         setup_wizard.c \
303         webserver.c
304
305 all: all-am
306
307 .SUFFIXES:
308 .SUFFIXES: .c .lo .o .obj
309 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
310         @for dep in $?; do \
311           case '$(am__configure_deps)' in \
312             *$$dep*) \
313               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
314                 && exit 0; \
315               exit 1;; \
316           esac; \
317         done; \
318         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
319         cd $(top_srcdir) && \
320           $(AUTOMAKE) --gnu  src/Makefile
321 .PRECIOUS: Makefile
322 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
323         @case '$?' in \
324           *config.status*) \
325             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
326           *) \
327             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
328             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
329         esac;
330
331 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
332         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
333
334 $(top_srcdir)/configure:  $(am__configure_deps)
335         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
337         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
338 install-sbinPROGRAMS: $(sbin_PROGRAMS)
339         @$(NORMAL_INSTALL)
340         test -z "$(sbindir)" || $(mkdir_p) "$(DESTDIR)$(sbindir)"
341         @list='$(sbin_PROGRAMS)'; for p in $$list; do \
342           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
343           if test -f $$p \
344              || test -f $$p1 \
345           ; then \
346             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
347            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
348            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
349           else :; fi; \
350         done
351
352 uninstall-sbinPROGRAMS:
353         @$(NORMAL_UNINSTALL)
354         @list='$(sbin_PROGRAMS)'; for p in $$list; do \
355           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
356           echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
357           rm -f "$(DESTDIR)$(sbindir)/$$f"; \
358         done
359
360 clean-sbinPROGRAMS:
361         @list='$(sbin_PROGRAMS)'; for p in $$list; do \
362           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
363           echo " rm -f $$p $$f"; \
364           rm -f $$p $$f ; \
365         done
366 setup$(EXEEXT): $(setup_OBJECTS) $(setup_DEPENDENCIES) 
367         @rm -f setup$(EXEEXT)
368         $(LINK) $(setup_LDFLAGS) $(setup_OBJECTS) $(setup_LDADD) $(LIBS)
369 webserver$(EXEEXT): $(webserver_OBJECTS) $(webserver_DEPENDENCIES) 
370         @rm -f webserver$(EXEEXT)
371         $(LINK) $(webserver_LDFLAGS) $(webserver_OBJECTS) $(webserver_LDADD) $(LIBS)
372
373 mostlyclean-compile:
374         -rm -f *.$(OBJEXT)
375
376 distclean-compile:
377         -rm -f *.tab.c
378
379 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth.Po@am__quote@
380 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/autocompletion.Po@am__quote@
381 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/availability.Po@am__quote@
382 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/calendar.Po@am__quote@
383 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/calendar_tools.Po@am__quote@
384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/calendar_view.Po@am__quote@
385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/context_loop.Po@am__quote@
386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cookie_conversion.Po@am__quote@
387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypto.Po@am__quote@
388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@
389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/floors.Po@am__quote@
390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fmt_date.Po@am__quote@
391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gettext.Po@am__quote@
392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graphics.Po@am__quote@
393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/groupdav_delete.Po@am__quote@
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/groupdav_get.Po@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/groupdav_main.Po@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/groupdav_options.Po@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/groupdav_propfind.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/groupdav_put.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/html2html.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/http_datestring.Po@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ical_dezonify.Po@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iconbar.Po@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inetconf.Po@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listsub.Po@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/locate_host.Po@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mainmenu.Po@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/messages.Po@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mime_parser.Po@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netconf.Po@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/notes.Po@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/paging.Po@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preferences.Po@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/roomops.Po@am__quote@
414 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rss.Po@am__quote@
415 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/serv_func.Po@am__quote@
416 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setup.Po@am__quote@
417 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setup_wizard.Po@am__quote@
418 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/siteconfig.Po@am__quote@
419 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/subst.Po@am__quote@
420 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/summary.Po@am__quote@
421 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sysmsgs.Po@am__quote@
422 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tabs.Po@am__quote@
423 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcp_sockets.Po@am__quote@
424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tools.Po@am__quote@
425 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/useredit.Po@am__quote@
426 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/userlist.Po@am__quote@
427 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vcard.Po@am__quote@
428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vcard_edit.Po@am__quote@
429 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/webcit.Po@am__quote@
430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/webserver.Po@am__quote@
431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/who.Po@am__quote@
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wiki.Po@am__quote@
433
434 .c.o:
435 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
436 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
437 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
438 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
439 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
440
441 .c.obj:
442 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
443 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
444 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
445 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
446 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
447
448 .c.lo:
449 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
450 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
451 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
452 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
453 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
454
455 mostlyclean-libtool:
456         -rm -f *.lo
457
458 clean-libtool:
459         -rm -rf .libs _libs
460
461 distclean-libtool:
462         -rm -f libtool
463 uninstall-info-am:
464
465 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
466         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
467         unique=`for i in $$list; do \
468             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
469           done | \
470           $(AWK) '    { files[$$0] = 1; } \
471                END { for (i in files) print i; }'`; \
472         mkid -fID $$unique
473 tags: TAGS
474
475 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
476                 $(TAGS_FILES) $(LISP)
477         tags=; \
478         here=`pwd`; \
479         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
480         unique=`for i in $$list; do \
481             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
482           done | \
483           $(AWK) '    { files[$$0] = 1; } \
484                END { for (i in files) print i; }'`; \
485         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
486           test -n "$$unique" || unique=$$empty_fix; \
487           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
488             $$tags $$unique; \
489         fi
490 ctags: CTAGS
491 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
492                 $(TAGS_FILES) $(LISP)
493         tags=; \
494         here=`pwd`; \
495         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
496         unique=`for i in $$list; do \
497             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
498           done | \
499           $(AWK) '    { files[$$0] = 1; } \
500                END { for (i in files) print i; }'`; \
501         test -z "$(CTAGS_ARGS)$$tags$$unique" \
502           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
503              $$tags $$unique
504
505 GTAGS:
506         here=`$(am__cd) $(top_builddir) && pwd` \
507           && cd $(top_srcdir) \
508           && gtags -i $(GTAGS_ARGS) $$here
509
510 distclean-tags:
511         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
512
513 distdir: $(DISTFILES)
514         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
515         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
516         list='$(DISTFILES)'; for file in $$list; do \
517           case $$file in \
518             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
519             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
520           esac; \
521           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
522           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
523           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
524             dir="/$$dir"; \
525             $(mkdir_p) "$(distdir)$$dir"; \
526           else \
527             dir=''; \
528           fi; \
529           if test -d $$d/$$file; then \
530             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
531               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
532             fi; \
533             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
534           else \
535             test -f $(distdir)/$$file \
536             || cp -p $$d/$$file $(distdir)/$$file \
537             || exit 1; \
538           fi; \
539         done
540 check-am: all-am
541 check: check-am
542 all-am: Makefile $(PROGRAMS)
543 installdirs:
544         for dir in "$(DESTDIR)$(sbindir)"; do \
545           test -z "$$dir" || $(mkdir_p) "$$dir"; \
546         done
547 install: install-am
548 install-exec: install-exec-am
549 install-data: install-data-am
550 uninstall: uninstall-am
551
552 install-am: all-am
553         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
554
555 installcheck: installcheck-am
556 install-strip:
557         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
558           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
559           `test -z '$(STRIP)' || \
560             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
561 mostlyclean-generic:
562
563 clean-generic:
564
565 distclean-generic:
566         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
567
568 maintainer-clean-generic:
569         @echo "This command is intended for maintainers to use"
570         @echo "it deletes files that may require special tools to rebuild."
571 clean: clean-am
572
573 clean-am: clean-generic clean-libtool clean-sbinPROGRAMS \
574         mostlyclean-am
575
576 distclean: distclean-am
577         -rm -rf ./$(DEPDIR)
578         -rm -f Makefile
579 distclean-am: clean-am distclean-compile distclean-generic \
580         distclean-libtool distclean-tags
581
582 dvi: dvi-am
583
584 dvi-am:
585
586 html: html-am
587
588 info: info-am
589
590 info-am:
591
592 install-data-am:
593
594 install-exec-am: install-sbinPROGRAMS
595
596 install-info: install-info-am
597
598 install-man:
599
600 installcheck-am:
601
602 maintainer-clean: maintainer-clean-am
603         -rm -rf ./$(DEPDIR)
604         -rm -f Makefile
605 maintainer-clean-am: distclean-am maintainer-clean-generic
606
607 mostlyclean: mostlyclean-am
608
609 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
610         mostlyclean-libtool
611
612 pdf: pdf-am
613
614 pdf-am:
615
616 ps: ps-am
617
618 ps-am:
619
620 uninstall-am: uninstall-info-am uninstall-sbinPROGRAMS
621
622 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
623         clean-libtool clean-sbinPROGRAMS ctags distclean \
624         distclean-compile distclean-generic distclean-libtool \
625         distclean-tags distdir dvi dvi-am html html-am info info-am \
626         install install-am install-data install-data-am install-exec \
627         install-exec-am install-info install-info-am install-man \
628         install-sbinPROGRAMS install-strip installcheck \
629         installcheck-am installdirs maintainer-clean \
630         maintainer-clean-generic mostlyclean mostlyclean-compile \
631         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
632         tags uninstall uninstall-am uninstall-info-am \
633         uninstall-sbinPROGRAMS
634
635 # Tell versions [3.59,3.63) of GNU make to not export all variables.
636 # Otherwise a system limit (for SysV at least) may be exceeded.
637 .NOEXPORT: