ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/Makefile.in
Revision: 4326
Committed: Fri Aug 1 18:08:53 2014 UTC (11 years, 11 months ago) by michael
File size: 27990 byte(s)
Log Message:
- Moved all ip caching related code to ipcache.c

File Contents

# User Rev Content
1 michael 2722 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 michael 912 # @configure_input@
3    
4 michael 2064 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
5 michael 1425
6 michael 912 # 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     VPATH = @srcdir@
18 michael 2064 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19     am__make_running_with_option = \
20     case $${target_option-} in \
21     ?) ;; \
22     *) echo "am__make_running_with_option: internal error: invalid" \
23     "target option '$${target_option-}' specified" >&2; \
24     exit 1;; \
25     esac; \
26     has_opt=no; \
27     sane_makeflags=$$MAKEFLAGS; \
28     if $(am__is_gnu_make); then \
29     sane_makeflags=$$MFLAGS; \
30     else \
31 michael 1338 case $$MAKEFLAGS in \
32     *\\[\ \ ]*) \
33 michael 2064 bs=\\; \
34     sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35     | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36 michael 1338 esac; \
37 michael 2064 fi; \
38     skip_next=no; \
39     strip_trailopt () \
40     { \
41     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42     }; \
43     for flg in $$sane_makeflags; do \
44     test $$skip_next = yes && { skip_next=no; continue; }; \
45     case $$flg in \
46     *=*|--*) continue;; \
47     -*I) strip_trailopt 'I'; skip_next=yes;; \
48     -*I?*) strip_trailopt 'I';; \
49     -*O) strip_trailopt 'O'; skip_next=yes;; \
50     -*O?*) strip_trailopt 'O';; \
51     -*l) strip_trailopt 'l'; skip_next=yes;; \
52     -*l?*) strip_trailopt 'l';; \
53     -[dEDm]) skip_next=yes;; \
54     -[JT]) skip_next=yes;; \
55     esac; \
56     case $$flg in \
57     *$$target_option*) has_opt=yes; break;; \
58     esac; \
59     done; \
60     test $$has_opt = yes
61     am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62     am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63 michael 912 pkgdatadir = $(datadir)/@PACKAGE@
64 michael 945 pkgincludedir = $(includedir)/@PACKAGE@
65 michael 912 pkglibdir = $(libdir)/@PACKAGE@
66 michael 945 pkglibexecdir = $(libexecdir)/@PACKAGE@
67 michael 912 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68     install_sh_DATA = $(install_sh) -c -m 644
69     install_sh_PROGRAM = $(install_sh) -c
70     install_sh_SCRIPT = $(install_sh) -c
71     INSTALL_HEADER = $(INSTALL_DATA)
72     transform = $(program_transform_name)
73     NORMAL_INSTALL = :
74     PRE_INSTALL = :
75     POST_INSTALL = :
76     NORMAL_UNINSTALL = :
77     PRE_UNINSTALL = :
78     POST_UNINSTALL = :
79     build_triplet = @build@
80     host_triplet = @host@
81 michael 3048 bin_PROGRAMS = ircd$(EXEEXT)
82 michael 912 subdir = src
83 michael 1720 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84     conf_parser.h conf_parser.c conf_lexer.c $(top_srcdir)/depcomp \
85     $(top_srcdir)/ylwrap
86 michael 912 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87 michael 2499 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
88     $(top_srcdir)/m4/argz.m4 \
89 michael 2491 $(top_srcdir)/m4/ax_append_compile_flags.m4 \
90     $(top_srcdir)/m4/ax_append_flag.m4 \
91     $(top_srcdir)/m4/ax_check_compile_flag.m4 \
92 michael 2481 $(top_srcdir)/m4/ax_check_openssl.m4 \
93 michael 3839 $(top_srcdir)/m4/ax_require_defined.m4 \
94 michael 2480 $(top_srcdir)/m4/gcc_stack_protect.m4 \
95     $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltdl.m4 \
96     $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
97     $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
98     $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
99 michael 912 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
100     $(ACLOCAL_M4)
101     mkinstalldirs = $(install_sh) -d
102     CONFIG_HEADER = $(top_builddir)/config.h
103     CONFIG_CLEAN_FILES =
104 michael 945 CONFIG_CLEAN_VPATH_FILES =
105 michael 3048 am__installdirs = "$(DESTDIR)$(bindir)"
106     PROGRAMS = $(bin_PROGRAMS)
107 michael 3324 am_ircd_OBJECTS = auth.$(OBJEXT) channel.$(OBJEXT) \
108     channel_mode.$(OBJEXT) client.$(OBJEXT) conf.$(OBJEXT) \
109     conf_class.$(OBJEXT) conf_db.$(OBJEXT) conf_parser.$(OBJEXT) \
110     conf_lexer.$(OBJEXT) dbuf.$(OBJEXT) event.$(OBJEXT) \
111     fdlist.$(OBJEXT) getopt.$(OBJEXT) gline.$(OBJEXT) \
112 michael 4326 hash.$(OBJEXT) hostmask.$(OBJEXT) ipcache.$(OBJEXT) \
113     irc_string.$(OBJEXT) ircd.$(OBJEXT) ircd_signal.$(OBJEXT) \
114     list.$(OBJEXT) listener.$(OBJEXT) log.$(OBJEXT) \
115     match.$(OBJEXT) memory.$(OBJEXT) mempool.$(OBJEXT) \
116     misc.$(OBJEXT) modules.$(OBJEXT) motd.$(OBJEXT) \
117     numeric.$(OBJEXT) packet.$(OBJEXT) parse.$(OBJEXT) \
118     s_bsd_epoll.$(OBJEXT) s_bsd_poll.$(OBJEXT) \
119     s_bsd_devpoll.$(OBJEXT) s_bsd_kqueue.$(OBJEXT) \
120     s_bsd_select.$(OBJEXT) res.$(OBJEXT) reslib.$(OBJEXT) \
121     restart.$(OBJEXT) resv.$(OBJEXT) rng_mt.$(OBJEXT) \
122     rsa.$(OBJEXT) s_bsd.$(OBJEXT) send.$(OBJEXT) server.$(OBJEXT) \
123     user.$(OBJEXT) version.$(OBJEXT) watch.$(OBJEXT) \
124     whowas.$(OBJEXT)
125 michael 912 ircd_OBJECTS = $(am_ircd_OBJECTS)
126     am__DEPENDENCIES_1 =
127 michael 1720 AM_V_lt = $(am__v_lt_@AM_V@)
128     am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
129     am__v_lt_0 = --silent
130     am__v_lt_1 =
131     ircd_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
132     $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
133     $(ircd_LDFLAGS) $(LDFLAGS) -o $@
134     AM_V_P = $(am__v_P_@AM_V@)
135     am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
136     am__v_P_0 = false
137     am__v_P_1 = :
138     AM_V_GEN = $(am__v_GEN_@AM_V@)
139     am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
140     am__v_GEN_0 = @echo " GEN " $@;
141     am__v_GEN_1 =
142     AM_V_at = $(am__v_at_@AM_V@)
143     am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
144     am__v_at_0 = @
145     am__v_at_1 =
146 db 941 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
147 michael 912 depcomp = $(SHELL) $(top_srcdir)/depcomp
148     am__depfiles_maybe = depfiles
149 michael 945 am__mv = mv -f
150 michael 912 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
151     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
152 michael 1720 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
153     $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
154     $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
155     $(AM_CFLAGS) $(CFLAGS)
156     AM_V_CC = $(am__v_CC_@AM_V@)
157     am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
158     am__v_CC_0 = @echo " CC " $@;
159     am__v_CC_1 =
160 michael 912 CCLD = $(CC)
161 michael 1720 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
162     $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
163     $(AM_LDFLAGS) $(LDFLAGS) -o $@
164     AM_V_CCLD = $(am__v_CCLD_@AM_V@)
165     am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
166     am__v_CCLD_0 = @echo " CCLD " $@;
167     am__v_CCLD_1 =
168 michael 912 @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
169 michael 1257 LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
170 michael 1720 LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
171     $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
172     AM_V_LEX = $(am__v_LEX_@AM_V@)
173     am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
174     am__v_LEX_0 = @echo " LEX " $@;
175     am__v_LEX_1 =
176 michael 912 YLWRAP = $(top_srcdir)/ylwrap
177     @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
178 michael 1373 am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
179     -e s/c++$$/h++/ -e s/c$$/h/
180 michael 1257 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
181 michael 1720 LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
182     $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
183     AM_V_YACC = $(am__v_YACC_@AM_V@)
184     am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
185     am__v_YACC_0 = @echo " YACC " $@;
186     am__v_YACC_1 =
187 michael 912 SOURCES = $(ircd_SOURCES)
188 michael 1304 DIST_SOURCES = $(ircd_SOURCES)
189 michael 1338 am__can_run_installinfo = \
190     case $$AM_UPDATE_INFO_DIR in \
191     n|no|NO) false;; \
192     *) (install-info --version) >/dev/null 2>&1;; \
193     esac
194 michael 1720 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
195     # Read a list of newline-separated strings from the standard input,
196     # and print each of them once, without duplicates. Input order is
197     # *not* preserved.
198     am__uniquify_input = $(AWK) '\
199     BEGIN { nonempty = 0; } \
200     { items[$$0] = 1; nonempty = 1; } \
201     END { if (nonempty) { for (i in items) print i; }; } \
202     '
203     # Make sure the list of sources is unique. This is necessary because,
204     # e.g., the same source file might be shared among _SOURCES variables
205     # for different programs/libraries.
206     am__define_uniq_tagged_files = \
207     list='$(am__tagged_files)'; \
208     unique=`for i in $$list; do \
209     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
210     done | $(am__uniquify_input)`
211 michael 912 ETAGS = etags
212     CTAGS = ctags
213     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
214     ACLOCAL = @ACLOCAL@
215     AMTAR = @AMTAR@
216 michael 1720 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
217 michael 912 AR = @AR@
218 michael 945 ARGZ_H = @ARGZ_H@
219 michael 912 AUTOCONF = @AUTOCONF@
220     AUTOHEADER = @AUTOHEADER@
221     AUTOMAKE = @AUTOMAKE@
222     AWK = @AWK@
223     CC = @CC@
224     CCDEPMODE = @CCDEPMODE@
225     CFLAGS = @CFLAGS@
226     CPP = @CPP@
227     CPPFLAGS = @CPPFLAGS@
228     CYGPATH_W = @CYGPATH_W@
229     DATADIR = @DATADIR@
230     DEFS = @DEFS@
231     DEPDIR = @DEPDIR@
232 michael 1106 DLLTOOL = @DLLTOOL@
233 db 941 DSYMUTIL = @DSYMUTIL@
234 michael 945 DUMPBIN = @DUMPBIN@
235 michael 912 ECHO_C = @ECHO_C@
236     ECHO_N = @ECHO_N@
237     ECHO_T = @ECHO_T@
238     EGREP = @EGREP@
239     EXEEXT = @EXEEXT@
240 michael 945 FGREP = @FGREP@
241 michael 912 GREP = @GREP@
242     INCLTDL = @INCLTDL@
243     INSTALL = @INSTALL@
244     INSTALL_DATA = @INSTALL_DATA@
245     INSTALL_PROGRAM = @INSTALL_PROGRAM@
246     INSTALL_SCRIPT = @INSTALL_SCRIPT@
247     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
248 michael 945 LD = @LD@
249 michael 912 LDFLAGS = @LDFLAGS@
250     LEX = @LEX@
251     LEXLIB = @LEXLIB@
252     LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
253 michael 945 LIBADD_DL = @LIBADD_DL@
254     LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
255     LIBADD_DLOPEN = @LIBADD_DLOPEN@
256     LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
257 michael 912 LIBDIR = @LIBDIR@
258     LIBLTDL = @LIBLTDL@
259     LIBOBJS = @LIBOBJS@
260     LIBS = @LIBS@
261     LIBTOOL = @LIBTOOL@
262 michael 945 LIPO = @LIPO@
263 michael 912 LN_S = @LN_S@
264     LOCALSTATEDIR = @LOCALSTATEDIR@
265 michael 945 LTDLDEPS = @LTDLDEPS@
266     LTDLINCL = @LTDLINCL@
267     LTDLOPEN = @LTDLOPEN@
268 michael 912 LTLIBOBJS = @LTLIBOBJS@
269 michael 945 LT_CONFIG_H = @LT_CONFIG_H@
270     LT_DLLOADERS = @LT_DLLOADERS@
271     LT_DLPREOPEN = @LT_DLPREOPEN@
272 michael 912 MAINT = @MAINT@
273     MAKEINFO = @MAKEINFO@
274 michael 1106 MANIFEST_TOOL = @MANIFEST_TOOL@
275 michael 912 MKDIR_P = @MKDIR_P@
276 michael 945 NM = @NM@
277 db 941 NMEDIT = @NMEDIT@
278 michael 945 OBJDUMP = @OBJDUMP@
279 michael 912 OBJEXT = @OBJEXT@
280 michael 945 OTOOL = @OTOOL@
281     OTOOL64 = @OTOOL64@
282 michael 912 PACKAGE = @PACKAGE@
283     PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
284     PACKAGE_NAME = @PACKAGE_NAME@
285     PACKAGE_STRING = @PACKAGE_STRING@
286     PACKAGE_TARNAME = @PACKAGE_TARNAME@
287 michael 967 PACKAGE_URL = @PACKAGE_URL@
288 michael 912 PACKAGE_VERSION = @PACKAGE_VERSION@
289     PATH_SEPARATOR = @PATH_SEPARATOR@
290     PREFIX = @PREFIX@
291     RANLIB = @RANLIB@
292     SED = @SED@
293     SET_MAKE = @SET_MAKE@
294     SHELL = @SHELL@
295     STRIP = @STRIP@
296     SYSCONFDIR = @SYSCONFDIR@
297     VERSION = @VERSION@
298     YACC = @YACC@
299     YFLAGS = @YFLAGS@
300     abs_builddir = @abs_builddir@
301     abs_srcdir = @abs_srcdir@
302     abs_top_builddir = @abs_top_builddir@
303     abs_top_srcdir = @abs_top_srcdir@
304 michael 1106 ac_ct_AR = @ac_ct_AR@
305 michael 912 ac_ct_CC = @ac_ct_CC@
306 michael 945 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
307 michael 912 am__include = @am__include@
308     am__leading_dot = @am__leading_dot@
309     am__quote = @am__quote@
310     am__tar = @am__tar@
311     am__untar = @am__untar@
312     bindir = @bindir@
313     build = @build@
314     build_alias = @build_alias@
315     build_cpu = @build_cpu@
316     build_os = @build_os@
317     build_vendor = @build_vendor@
318     builddir = @builddir@
319     datadir = @datadir@
320     datarootdir = @datarootdir@
321     docdir = @docdir@
322     dvidir = @dvidir@
323     exec_prefix = @exec_prefix@
324     host = @host@
325     host_alias = @host_alias@
326     host_cpu = @host_cpu@
327     host_os = @host_os@
328     host_vendor = @host_vendor@
329     htmldir = @htmldir@
330     includedir = @includedir@
331     infodir = @infodir@
332     install_sh = @install_sh@
333     libdir = @libdir@
334     libexecdir = @libexecdir@
335     localedir = @localedir@
336     localstatedir = @localstatedir@
337 michael 945 ltdl_LIBOBJS = @ltdl_LIBOBJS@
338     ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
339 michael 912 mandir = @mandir@
340 michael 1462 mkdir_p = @mkdir_p@
341 michael 912 oldincludedir = @oldincludedir@
342     pdfdir = @pdfdir@
343     prefix = @prefix@
344     program_transform_name = @program_transform_name@
345     psdir = @psdir@
346     sbindir = @sbindir@
347     sharedstatedir = @sharedstatedir@
348     srcdir = @srcdir@
349 michael 945 sys_symbol_underscore = @sys_symbol_underscore@
350 michael 912 sysconfdir = @sysconfdir@
351     target_alias = @target_alias@
352 db 941 top_build_prefix = @top_build_prefix@
353 michael 912 top_builddir = @top_builddir@
354     top_srcdir = @top_srcdir@
355     AUTOMAKE_OPTIONS = foreign
356     AM_YFLAGS = -d
357 michael 1090 AM_CPPFLAGS = $(LTDLINCL) -I$(top_srcdir)/include
358 michael 912 ircd_LDFLAGS = -export-dynamic
359 michael 1009 ircd_LDADD = $(LIBLTDL)
360 michael 1090 ircd_DEPENDENCIES = $(LTDLDEPS)
361 michael 3324 ircd_SOURCES = auth.c \
362     channel.c \
363 michael 1304 channel_mode.c \
364     client.c \
365 michael 1309 conf.c \
366 michael 1632 conf_class.c \
367 michael 1620 conf_db.c \
368 michael 1316 conf_parser.y \
369 michael 1309 conf_lexer.l \
370 michael 1304 dbuf.c \
371     event.c \
372     fdlist.c \
373     getopt.c \
374 michael 3321 gline.c \
375 michael 1304 hash.c \
376     hostmask.c \
377 michael 4326 ipcache.c \
378 michael 1304 irc_string.c \
379     ircd.c \
380     ircd_signal.c \
381     list.c \
382     listener.c \
383 michael 1309 log.c \
384 michael 1304 match.c \
385     memory.c \
386 michael 1654 mempool.c \
387 michael 3347 misc.c \
388 michael 1304 modules.c \
389     motd.c \
390 michael 1834 numeric.c \
391 michael 1304 packet.c \
392     parse.c \
393     s_bsd_epoll.c \
394     s_bsd_poll.c \
395     s_bsd_devpoll.c \
396     s_bsd_kqueue.c \
397     s_bsd_select.c \
398 michael 3322 res.c \
399     reslib.c \
400 michael 1304 restart.c \
401     resv.c \
402 michael 3322 rng_mt.c \
403 michael 1304 rsa.c \
404     s_bsd.c \
405     send.c \
406 michael 3347 server.c \
407     user.c \
408 michael 1304 version.c \
409     watch.c \
410 michael 2382 whowas.c
411 michael 1304
412 michael 912 all: all-am
413    
414     .SUFFIXES:
415     .SUFFIXES: .c .l .lo .o .obj .y
416     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
417     @for dep in $?; do \
418     case '$(am__configure_deps)' in \
419     *$$dep*) \
420 michael 945 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
421     && { if test -f $@; then exit 0; else break; fi; }; \
422 michael 912 exit 1;; \
423     esac; \
424     done; \
425 michael 945 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
426     $(am__cd) $(top_srcdir) && \
427     $(AUTOMAKE) --foreign src/Makefile
428 michael 912 .PRECIOUS: Makefile
429     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
430     @case '$?' in \
431     *config.status*) \
432     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
433     *) \
434     echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
435     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
436     esac;
437    
438     $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
439     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
440    
441     $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
442     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
443     $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
444     cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
445 michael 945 $(am__aclocal_m4_deps):
446 michael 3048 install-binPROGRAMS: $(bin_PROGRAMS)
447 michael 912 @$(NORMAL_INSTALL)
448 michael 3048 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
449 michael 1338 if test -n "$$list"; then \
450 michael 3048 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
451     $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
452 michael 1338 fi; \
453 michael 945 for p in $$list; do echo "$$p $$p"; done | \
454     sed 's/$(EXEEXT)$$//' | \
455 michael 1720 while read p p1; do if test -f $$p \
456     || test -f $$p1 \
457     ; then echo "$$p"; echo "$$p"; else :; fi; \
458 michael 945 done | \
459 michael 1720 sed -e 'p;s,.*/,,;n;h' \
460     -e 's|.*|.|' \
461 michael 945 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
462     sed 'N;N;N;s,\n, ,g' | \
463     $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
464     { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
465     if ($$2 == $$4) files[d] = files[d] " " $$1; \
466     else { print "f", $$3 "/" $$4, $$1; } } \
467     END { for (d in files) print "f", d, files[d] }' | \
468     while read type dir files; do \
469     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
470     test -z "$$files" || { \
471 michael 3048 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
472     $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
473 michael 945 } \
474     ; done
475 michael 912
476 michael 3048 uninstall-binPROGRAMS:
477 michael 912 @$(NORMAL_UNINSTALL)
478 michael 3048 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
479 michael 945 files=`for p in $$list; do echo "$$p"; done | \
480     sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
481 michael 1720 -e 's/$$/$(EXEEXT)/' \
482     `; \
483 michael 945 test -n "$$list" || exit 0; \
484 michael 3048 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
485     cd "$(DESTDIR)$(bindir)" && rm -f $$files
486 michael 912
487 michael 3048 clean-binPROGRAMS:
488     @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
489 michael 945 echo " rm -f" $$list; \
490     rm -f $$list || exit $$?; \
491     test -n "$(EXEEXT)" || exit 0; \
492     list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
493     echo " rm -f" $$list; \
494     rm -f $$list
495 michael 1309 conf_parser.h: conf_parser.c
496     @if test ! -f $@; then rm -f conf_parser.c; else :; fi
497     @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) conf_parser.c; else :; fi
498 michael 2064
499 michael 1291 ircd$(EXEEXT): $(ircd_OBJECTS) $(ircd_DEPENDENCIES) $(EXTRA_ircd_DEPENDENCIES)
500 michael 912 @rm -f ircd$(EXEEXT)
501 michael 1720 $(AM_V_CCLD)$(ircd_LINK) $(ircd_OBJECTS) $(ircd_LDADD) $(LIBS)
502 michael 912
503     mostlyclean-compile:
504     -rm -f *.$(OBJEXT)
505    
506     distclean-compile:
507     -rm -f *.tab.c
508    
509 michael 3324 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth.Po@am__quote@
510 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel.Po@am__quote@
511     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/channel_mode.Po@am__quote@
512     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/client.Po@am__quote@
513 michael 1309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
514 michael 1632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_class.Po@am__quote@
515 michael 1620 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_db.Po@am__quote@
516 michael 1309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_lexer.Po@am__quote@
517     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf_parser.Po@am__quote@
518 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbuf.Po@am__quote@
519     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@
520     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdlist.Po@am__quote@
521     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
522 michael 3321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gline.Po@am__quote@
523 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
524     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hostmask.Po@am__quote@
525 michael 4326 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ipcache.Po@am__quote@
526 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/irc_string.Po@am__quote@
527     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd.Po@am__quote@
528     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ircd_signal.Po@am__quote@
529     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
530     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Po@am__quote@
531 michael 1309 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
532 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match.Po@am__quote@
533     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
534 michael 1654 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mempool.Po@am__quote@
535 michael 3347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
536 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modules.Po@am__quote@
537     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/motd.Po@am__quote@
538 michael 1834 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numeric.Po@am__quote@
539 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet.Po@am__quote@
540     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
541 michael 3322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res.Po@am__quote@
542     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reslib.Po@am__quote@
543 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/restart.Po@am__quote@
544     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resv.Po@am__quote@
545 michael 982 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rng_mt.Po@am__quote@
546 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsa.Po@am__quote@
547     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd.Po@am__quote@
548     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_devpoll.Po@am__quote@
549     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_epoll.Po@am__quote@
550     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_kqueue.Po@am__quote@
551     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_poll.Po@am__quote@
552     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_bsd_select.Po@am__quote@
553     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/send.Po@am__quote@
554 michael 3347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server.Po@am__quote@
555     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user.Po@am__quote@
556 michael 912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@
557     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/watch.Po@am__quote@
558     @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/whowas.Po@am__quote@
559    
560     .c.o:
561 michael 2347 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
562     @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
563     @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
564 michael 1720 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
565 michael 912 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
566 michael 2347 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
567 michael 912
568     .c.obj:
569 michael 2347 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
570     @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
571     @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
572 michael 1720 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
573 michael 912 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
574 michael 2347 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
575 michael 912
576     .c.lo:
577 michael 2347 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
578     @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
579     @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
580 michael 1720 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
581 michael 912 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
582 michael 1720 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
583 michael 912
584     .l.c:
585 michael 1720 $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
586 michael 912
587     .y.c:
588 michael 1720 $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
589 michael 912
590     mostlyclean-libtool:
591     -rm -f *.lo
592    
593     clean-libtool:
594     -rm -rf .libs _libs
595    
596 michael 1720 ID: $(am__tagged_files)
597     $(am__define_uniq_tagged_files); mkid -fID $$unique
598     tags: tags-am
599     TAGS: tags
600 michael 912
601 michael 1720 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
602 michael 945 set x; \
603 michael 912 here=`pwd`; \
604 michael 1720 $(am__define_uniq_tagged_files); \
605 michael 945 shift; \
606     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
607 michael 912 test -n "$$unique" || unique=$$empty_fix; \
608 michael 945 if test $$# -gt 0; then \
609     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
610     "$$@" $$unique; \
611     else \
612     $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
613     $$unique; \
614     fi; \
615 michael 912 fi
616 michael 1720 ctags: ctags-am
617    
618     CTAGS: ctags
619     ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
620     $(am__define_uniq_tagged_files); \
621 michael 945 test -z "$(CTAGS_ARGS)$$unique" \
622 michael 912 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
623 michael 945 $$unique
624 michael 912
625     GTAGS:
626     here=`$(am__cd) $(top_builddir) && pwd` \
627 michael 945 && $(am__cd) $(top_srcdir) \
628     && gtags -i $(GTAGS_ARGS) "$$here"
629 michael 1720 cscopelist: cscopelist-am
630 michael 912
631 michael 1720 cscopelist-am: $(am__tagged_files)
632     list='$(am__tagged_files)'; \
633 michael 1373 case "$(srcdir)" in \
634     [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
635     *) sdir=$(subdir)/$(srcdir) ;; \
636     esac; \
637     for i in $$list; do \
638     if test -f "$$i"; then \
639     echo "$(subdir)/$$i"; \
640     else \
641     echo "$$sdir/$$i"; \
642     fi; \
643     done >> $(top_builddir)/cscope.files
644    
645 michael 912 distclean-tags:
646     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
647    
648     distdir: $(DISTFILES)
649     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
650     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
651     list='$(DISTFILES)'; \
652     dist_files=`for file in $$list; do echo $$file; done | \
653     sed -e "s|^$$srcdirstrip/||;t" \
654     -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
655     case $$dist_files in \
656     */*) $(MKDIR_P) `echo "$$dist_files" | \
657     sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
658     sort -u` ;; \
659     esac; \
660     for file in $$dist_files; do \
661     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
662     if test -d $$d/$$file; then \
663     dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
664 michael 945 if test -d "$(distdir)/$$file"; then \
665     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
666     fi; \
667 michael 912 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
668 michael 945 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
669     find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
670 michael 912 fi; \
671 michael 945 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
672 michael 912 else \
673 michael 945 test -f "$(distdir)/$$file" \
674     || cp -p $$d/$$file "$(distdir)/$$file" \
675 michael 912 || exit 1; \
676     fi; \
677     done
678     check-am: all-am
679     check: check-am
680     all-am: Makefile $(PROGRAMS)
681     installdirs:
682 michael 3048 for dir in "$(DESTDIR)$(bindir)"; do \
683 michael 912 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
684     done
685     install: install-am
686     install-exec: install-exec-am
687     install-data: install-data-am
688     uninstall: uninstall-am
689    
690     install-am: all-am
691     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
692    
693     installcheck: installcheck-am
694     install-strip:
695 michael 1257 if test -z '$(STRIP)'; then \
696     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
697     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
698     install; \
699     else \
700     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
701     install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
702     "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
703     fi
704 michael 912 mostlyclean-generic:
705    
706     clean-generic:
707    
708     distclean-generic:
709     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
710 michael 945 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
711 michael 912
712     maintainer-clean-generic:
713     @echo "This command is intended for maintainers to use"
714     @echo "it deletes files that may require special tools to rebuild."
715 michael 1309 -rm -f conf_lexer.c
716     -rm -f conf_parser.c
717     -rm -f conf_parser.h
718 michael 912 clean: clean-am
719    
720 michael 3048 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
721 michael 912
722     distclean: distclean-am
723     -rm -rf ./$(DEPDIR)
724     -rm -f Makefile
725     distclean-am: clean-am distclean-compile distclean-generic \
726     distclean-tags
727    
728     dvi: dvi-am
729    
730     dvi-am:
731    
732     html: html-am
733    
734 michael 945 html-am:
735    
736 michael 912 info: info-am
737    
738     info-am:
739    
740     install-data-am:
741    
742     install-dvi: install-dvi-am
743    
744 michael 945 install-dvi-am:
745    
746 michael 3048 install-exec-am: install-binPROGRAMS
747 michael 912
748     install-html: install-html-am
749    
750 michael 945 install-html-am:
751    
752 michael 912 install-info: install-info-am
753    
754 michael 945 install-info-am:
755    
756 michael 912 install-man:
757    
758     install-pdf: install-pdf-am
759    
760 michael 945 install-pdf-am:
761    
762 michael 912 install-ps: install-ps-am
763    
764 michael 945 install-ps-am:
765    
766 michael 912 installcheck-am:
767    
768     maintainer-clean: maintainer-clean-am
769     -rm -rf ./$(DEPDIR)
770     -rm -f Makefile
771     maintainer-clean-am: distclean-am maintainer-clean-generic
772    
773     mostlyclean: mostlyclean-am
774    
775     mostlyclean-am: mostlyclean-compile mostlyclean-generic \
776     mostlyclean-libtool
777    
778     pdf: pdf-am
779    
780     pdf-am:
781    
782     ps: ps-am
783    
784     ps-am:
785    
786 michael 3048 uninstall-am: uninstall-binPROGRAMS
787 michael 912
788     .MAKE: install-am install-strip
789    
790 michael 3048 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
791     clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
792     ctags ctags-am distclean distclean-compile distclean-generic \
793 michael 1720 distclean-libtool distclean-tags distdir dvi dvi-am html \
794 michael 3048 html-am info info-am install install-am install-binPROGRAMS \
795     install-data install-data-am install-dvi install-dvi-am \
796     install-exec install-exec-am install-html install-html-am \
797     install-info install-info-am install-man install-pdf \
798     install-pdf-am install-ps install-ps-am install-strip \
799 michael 1720 installcheck installcheck-am installdirs maintainer-clean \
800 michael 912 maintainer-clean-generic mostlyclean mostlyclean-compile \
801     mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
802 michael 3048 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
803 michael 912
804 michael 945
805 michael 912 # Tell versions [3.59,3.63) of GNU make to not export all variables.
806     # Otherwise a system limit (for SysV at least) may be exceeded.
807     .NOEXPORT:

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision