~vcs-imports/clamav/main-old

« back to all changes in this revision

Viewing changes to freshclam/Makefile.in

  • Committer: nervoso
  • Date: 2006-05-21 15:16:39 UTC
  • Revision ID: Arch-1:clamav@arch.ubuntu.com%clamav--MAIN--0--patch-1959
repository moved to cvs.clamav.net

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
#  Copyright (C) 2002 - 2004 Tomasz Kojm <tkojm@clamav.net>
19
 
#  Fixes - Arkadiusz Miskiewicz <misiek@pld.org.pl>
20
 
#
21
 
#  This program is free software; you can redistribute it and/or modify
22
 
#  it under the terms of the GNU General Public License as published by
23
 
#  the Free Software Foundation; either version 2 of the License, or
24
 
#  (at your option) any later version.
25
 
#
26
 
#  This program is distributed in the hope that it will be useful,
27
 
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
28
 
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29
 
#  GNU General Public License for more details.
30
 
#
31
 
#  You should have received a copy of the GNU General Public License
32
 
#  along with this program; if not, write to the Free Software
33
 
#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
34
 
#  MA 02110-1301, USA.
35
 
 
36
 
srcdir = @srcdir@
37
 
top_srcdir = @top_srcdir@
38
 
VPATH = @srcdir@
39
 
pkgdatadir = $(datadir)/@PACKAGE@
40
 
pkglibdir = $(libdir)/@PACKAGE@
41
 
pkgincludedir = $(includedir)/@PACKAGE@
42
 
top_builddir = ..
43
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
44
 
INSTALL = @INSTALL@
45
 
install_sh_DATA = $(install_sh) -c -m 644
46
 
install_sh_PROGRAM = $(install_sh) -c
47
 
install_sh_SCRIPT = $(install_sh) -c
48
 
INSTALL_HEADER = $(INSTALL_DATA)
49
 
transform = $(program_transform_name)
50
 
NORMAL_INSTALL = :
51
 
PRE_INSTALL = :
52
 
POST_INSTALL = :
53
 
NORMAL_UNINSTALL = :
54
 
PRE_UNINSTALL = :
55
 
POST_UNINSTALL = :
56
 
build_triplet = @build@
57
 
host_triplet = @host@
58
 
target_triplet = @target@
59
 
bin_PROGRAMS = freshclam$(EXEEXT)
60
 
subdir = freshclam
61
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
62
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63
 
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
64
 
        $(top_srcdir)/configure.in
65
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66
 
        $(ACLOCAL_M4)
67
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
68
 
CONFIG_HEADER = $(top_builddir)/clamav-config.h
69
 
CONFIG_CLEAN_FILES =
70
 
am__installdirs = "$(DESTDIR)$(bindir)"
71
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
72
 
PROGRAMS = $(bin_PROGRAMS)
73
 
am_freshclam_OBJECTS = output.$(OBJEXT) cfgparser.$(OBJEXT) \
74
 
        getopt.$(OBJEXT) memory.$(OBJEXT) misc.$(OBJEXT) \
75
 
        freshclam.$(OBJEXT) options.$(OBJEXT) manager.$(OBJEXT) \
76
 
        notify.$(OBJEXT) dns.$(OBJEXT) execute.$(OBJEXT)
77
 
freshclam_OBJECTS = $(am_freshclam_OBJECTS)
78
 
freshclam_LDADD = $(LDADD)
79
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
80
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
81
 
am__depfiles_maybe = depfiles
82
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
83
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
84
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
85
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
86
 
        $(AM_CFLAGS) $(CFLAGS)
87
 
CCLD = $(CC)
88
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
89
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
90
 
SOURCES = $(freshclam_SOURCES)
91
 
DIST_SOURCES = $(freshclam_SOURCES)
92
 
ETAGS = etags
93
 
CTAGS = ctags
94
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95
 
ACLOCAL = @ACLOCAL@
96
 
ADDITIONAL_LIBS = @ADDITIONAL_LIBS@
97
 
AMDEP_FALSE = @AMDEP_FALSE@
98
 
AMDEP_TRUE = @AMDEP_TRUE@
99
 
AMTAR = @AMTAR@
100
 
AUTOCONF = @AUTOCONF@
101
 
AUTOHEADER = @AUTOHEADER@
102
 
AUTOMAKE = @AUTOMAKE@
103
 
AWK = @AWK@
104
 
BUILD_CLAMD_FALSE = @BUILD_CLAMD_FALSE@
105
 
BUILD_CLAMD_TRUE = @BUILD_CLAMD_TRUE@
106
 
CC = @CC@
107
 
CCDEPMODE = @CCDEPMODE@
108
 
CFGDIR = @CFGDIR@
109
 
CFLAGS = @CFLAGS@
110
 
CLAMAVGROUP = @CLAMAVGROUP@
111
 
CLAMAVUSER = @CLAMAVUSER@
112
 
CLAMAV_MILTER_LIBS = @CLAMAV_MILTER_LIBS@
113
 
CLAMD_LIBS = @CLAMD_LIBS@
114
 
CPP = @CPP@
115
 
CPPFLAGS = @CPPFLAGS@
116
 
CYGPATH_W = @CYGPATH_W@
117
 
DBDIR = @DBDIR@
118
 
DEFS = @DEFS@ -DCL_NOTHREADS
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
 
FRESHCLAM_LIBS = @FRESHCLAM_LIBS@
127
 
GETENT = @GETENT@
128
 
HAVE_MILTER_FALSE = @HAVE_MILTER_FALSE@
129
 
HAVE_MILTER_TRUE = @HAVE_MILTER_TRUE@
130
 
INSTALL_DATA = @INSTALL_DATA@
131
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
132
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
133
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
134
 
LDFLAGS = @LDFLAGS@
135
 
LIBCLAMAV_LIBS = @LIBCLAMAV_LIBS@
136
 
LIBCLAMAV_VERSION = @LIBCLAMAV_VERSION@
137
 
LIBOBJS = @LIBOBJS@
138
 
LIBS = $(top_builddir)/libclamav/libclamav.la @FRESHCLAM_LIBS@ @ADDITIONAL_LIBS@
139
 
LIBTOOL = @LIBTOOL@
140
 
LN_S = @LN_S@
141
 
LTLIBOBJS = @LTLIBOBJS@
142
 
MAINT = @MAINT@
143
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
144
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
145
 
MAKEINFO = @MAKEINFO@
146
 
OBJEXT = @OBJEXT@
147
 
PACKAGE = @PACKAGE@
148
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
149
 
PACKAGE_NAME = @PACKAGE_NAME@
150
 
PACKAGE_STRING = @PACKAGE_STRING@
151
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
152
 
PACKAGE_VERSION = @PACKAGE_VERSION@
153
 
PATH_SEPARATOR = @PATH_SEPARATOR@
154
 
RANLIB = @RANLIB@
155
 
SET_MAKE = @SET_MAKE@
156
 
SHELL = @SHELL@
157
 
STRIP = @STRIP@
158
 
TH_SAFE = @TH_SAFE@
159
 
VERSION = @VERSION@
160
 
ac_ct_CC = @ac_ct_CC@
161
 
ac_ct_RANLIB = @ac_ct_RANLIB@
162
 
ac_ct_STRIP = @ac_ct_STRIP@
163
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
164
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
165
 
am__include = @am__include@
166
 
am__leading_dot = @am__leading_dot@
167
 
am__quote = @am__quote@
168
 
am__tar = @am__tar@
169
 
am__untar = @am__untar@
170
 
bindir = @bindir@
171
 
build = @build@
172
 
build_alias = @build_alias@
173
 
build_cpu = @build_cpu@
174
 
build_os = @build_os@
175
 
build_vendor = @build_vendor@
176
 
datadir = @datadir@
177
 
exec_prefix = @exec_prefix@
178
 
host = @host@
179
 
host_alias = @host_alias@
180
 
host_cpu = @host_cpu@
181
 
host_os = @host_os@
182
 
host_vendor = @host_vendor@
183
 
includedir = @includedir@
184
 
infodir = @infodir@
185
 
install_sh = @install_sh@
186
 
libdir = @libdir@
187
 
libexecdir = @libexecdir@
188
 
localstatedir = @localstatedir@
189
 
mandir = @mandir@
190
 
mkdir_p = @mkdir_p@
191
 
oldincludedir = @oldincludedir@
192
 
prefix = @prefix@
193
 
program_transform_name = @program_transform_name@
194
 
sbindir = @sbindir@
195
 
sendmailprog = @sendmailprog@
196
 
sharedstatedir = @sharedstatedir@
197
 
sysconfdir = @sysconfdir@
198
 
target = @target@
199
 
target_alias = @target_alias@
200
 
target_cpu = @target_cpu@
201
 
target_os = @target_os@
202
 
target_vendor = @target_vendor@
203
 
freshclam_SOURCES = \
204
 
    $(top_srcdir)/shared/output.c \
205
 
    $(top_srcdir)/shared/output.h \
206
 
    $(top_srcdir)/shared/cfgparser.c \
207
 
    $(top_srcdir)/shared/cfgparser.h \
208
 
    $(top_srcdir)/shared/getopt.c \
209
 
    $(top_srcdir)/shared/getopt.h \
210
 
    $(top_srcdir)/shared/memory.c \
211
 
    $(top_srcdir)/shared/memory.h \
212
 
    $(top_srcdir)/shared/misc.c \
213
 
    $(top_srcdir)/shared/misc.h \
214
 
    freshclam.c \
215
 
    freshclam.h \
216
 
    options.c \
217
 
    options.h \
218
 
    manager.c \
219
 
    manager.h \
220
 
    defaults.h \
221
 
    notify.c \
222
 
    notify.h \
223
 
    dns.c \
224
 
    dns.h \
225
 
    execute.c \
226
 
    execute.h
227
 
 
228
 
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav
229
 
all: all-am
230
 
 
231
 
.SUFFIXES:
232
 
.SUFFIXES: .c .lo .o .obj
233
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
234
 
        @for dep in $?; do \
235
 
          case '$(am__configure_deps)' in \
236
 
            *$$dep*) \
237
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
238
 
                && exit 0; \
239
 
              exit 1;; \
240
 
          esac; \
241
 
        done; \
242
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  freshclam/Makefile'; \
243
 
        cd $(top_srcdir) && \
244
 
          $(AUTOMAKE) --gnu  freshclam/Makefile
245
 
.PRECIOUS: Makefile
246
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
247
 
        @case '$?' in \
248
 
          *config.status*) \
249
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
250
 
          *) \
251
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
252
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
253
 
        esac;
254
 
 
255
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
256
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257
 
 
258
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
259
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
261
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262
 
install-binPROGRAMS: $(bin_PROGRAMS)
263
 
        @$(NORMAL_INSTALL)
264
 
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
265
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
266
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
267
 
          if test -f $$p \
268
 
             || test -f $$p1 \
269
 
          ; then \
270
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
271
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
272
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
273
 
          else :; fi; \
274
 
        done
275
 
 
276
 
uninstall-binPROGRAMS:
277
 
        @$(NORMAL_UNINSTALL)
278
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
279
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
280
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
281
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
282
 
        done
283
 
 
284
 
clean-binPROGRAMS:
285
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
286
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
287
 
          echo " rm -f $$p $$f"; \
288
 
          rm -f $$p $$f ; \
289
 
        done
290
 
freshclam$(EXEEXT): $(freshclam_OBJECTS) $(freshclam_DEPENDENCIES) 
291
 
        @rm -f freshclam$(EXEEXT)
292
 
        $(LINK) $(freshclam_LDFLAGS) $(freshclam_OBJECTS) $(freshclam_LDADD) $(LIBS)
293
 
 
294
 
mostlyclean-compile:
295
 
        -rm -f *.$(OBJEXT)
296
 
 
297
 
distclean-compile:
298
 
        -rm -f *.tab.c
299
 
 
300
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cfgparser.Po@am__quote@
301
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns.Po@am__quote@
302
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/execute.Po@am__quote@
303
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/freshclam.Po@am__quote@
304
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@
305
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/manager.Po@am__quote@
306
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
307
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
308
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/notify.Po@am__quote@
309
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
310
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/output.Po@am__quote@
311
 
 
312
 
.c.o:
313
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
314
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
315
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
316
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
318
 
 
319
 
.c.obj:
320
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
321
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
322
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
323
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
324
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
325
 
 
326
 
.c.lo:
327
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
328
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
329
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
330
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
331
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
332
 
 
333
 
output.o: $(top_srcdir)/shared/output.c
334
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT output.o -MD -MP -MF "$(DEPDIR)/output.Tpo" -c -o output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c; \
335
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/output.Tpo" "$(DEPDIR)/output.Po"; else rm -f "$(DEPDIR)/output.Tpo"; exit 1; fi
336
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/output.c' object='output.o' libtool=no @AMDEPBACKSLASH@
337
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.o `test -f '$(top_srcdir)/shared/output.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/output.c
339
 
 
340
 
output.obj: $(top_srcdir)/shared/output.c
341
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT output.obj -MD -MP -MF "$(DEPDIR)/output.Tpo" -c -o output.obj `if test -f '$(top_srcdir)/shared/output.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/output.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/output.c'; fi`; \
342
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/output.Tpo" "$(DEPDIR)/output.Po"; else rm -f "$(DEPDIR)/output.Tpo"; exit 1; fi
343
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/output.c' object='output.obj' libtool=no @AMDEPBACKSLASH@
344
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o output.obj `if test -f '$(top_srcdir)/shared/output.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/output.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/output.c'; fi`
346
 
 
347
 
cfgparser.o: $(top_srcdir)/shared/cfgparser.c
348
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfgparser.o -MD -MP -MF "$(DEPDIR)/cfgparser.Tpo" -c -o cfgparser.o `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c; \
349
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cfgparser.Tpo" "$(DEPDIR)/cfgparser.Po"; else rm -f "$(DEPDIR)/cfgparser.Tpo"; exit 1; fi
350
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.o' libtool=no @AMDEPBACKSLASH@
351
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.o `test -f '$(top_srcdir)/shared/cfgparser.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/cfgparser.c
353
 
 
354
 
cfgparser.obj: $(top_srcdir)/shared/cfgparser.c
355
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cfgparser.obj -MD -MP -MF "$(DEPDIR)/cfgparser.Tpo" -c -o cfgparser.obj `if test -f '$(top_srcdir)/shared/cfgparser.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/cfgparser.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/cfgparser.c'; fi`; \
356
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cfgparser.Tpo" "$(DEPDIR)/cfgparser.Po"; else rm -f "$(DEPDIR)/cfgparser.Tpo"; exit 1; fi
357
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/cfgparser.c' object='cfgparser.obj' libtool=no @AMDEPBACKSLASH@
358
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cfgparser.obj `if test -f '$(top_srcdir)/shared/cfgparser.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/cfgparser.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/cfgparser.c'; fi`
360
 
 
361
 
getopt.o: $(top_srcdir)/shared/getopt.c
362
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.o -MD -MP -MF "$(DEPDIR)/getopt.Tpo" -c -o getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c; \
363
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/getopt.Tpo" "$(DEPDIR)/getopt.Po"; else rm -f "$(DEPDIR)/getopt.Tpo"; exit 1; fi
364
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/getopt.c' object='getopt.o' libtool=no @AMDEPBACKSLASH@
365
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
366
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.o `test -f '$(top_srcdir)/shared/getopt.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/getopt.c
367
 
 
368
 
getopt.obj: $(top_srcdir)/shared/getopt.c
369
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT getopt.obj -MD -MP -MF "$(DEPDIR)/getopt.Tpo" -c -o getopt.obj `if test -f '$(top_srcdir)/shared/getopt.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/getopt.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/getopt.c'; fi`; \
370
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/getopt.Tpo" "$(DEPDIR)/getopt.Po"; else rm -f "$(DEPDIR)/getopt.Tpo"; exit 1; fi
371
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/getopt.c' object='getopt.obj' libtool=no @AMDEPBACKSLASH@
372
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
373
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o getopt.obj `if test -f '$(top_srcdir)/shared/getopt.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/getopt.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/getopt.c'; fi`
374
 
 
375
 
memory.o: $(top_srcdir)/shared/memory.c
376
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.o -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c; \
377
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Po"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi
378
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/memory.c' object='memory.o' libtool=no @AMDEPBACKSLASH@
379
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
380
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.o `test -f '$(top_srcdir)/shared/memory.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/memory.c
381
 
 
382
 
memory.obj: $(top_srcdir)/shared/memory.c
383
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT memory.obj -MD -MP -MF "$(DEPDIR)/memory.Tpo" -c -o memory.obj `if test -f '$(top_srcdir)/shared/memory.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/memory.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/memory.c'; fi`; \
384
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/memory.Tpo" "$(DEPDIR)/memory.Po"; else rm -f "$(DEPDIR)/memory.Tpo"; exit 1; fi
385
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/memory.c' object='memory.obj' libtool=no @AMDEPBACKSLASH@
386
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
387
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o memory.obj `if test -f '$(top_srcdir)/shared/memory.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/memory.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/memory.c'; fi`
388
 
 
389
 
misc.o: $(top_srcdir)/shared/misc.c
390
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc.o -MD -MP -MF "$(DEPDIR)/misc.Tpo" -c -o misc.o `test -f '$(top_srcdir)/shared/misc.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/misc.c; \
391
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/misc.Tpo" "$(DEPDIR)/misc.Po"; else rm -f "$(DEPDIR)/misc.Tpo"; exit 1; fi
392
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/misc.c' object='misc.o' libtool=no @AMDEPBACKSLASH@
393
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
394
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc.o `test -f '$(top_srcdir)/shared/misc.c' || echo '$(srcdir)/'`$(top_srcdir)/shared/misc.c
395
 
 
396
 
misc.obj: $(top_srcdir)/shared/misc.c
397
 
@am__fastdepCC_TRUE@    if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT misc.obj -MD -MP -MF "$(DEPDIR)/misc.Tpo" -c -o misc.obj `if test -f '$(top_srcdir)/shared/misc.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/misc.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/misc.c'; fi`; \
398
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/misc.Tpo" "$(DEPDIR)/misc.Po"; else rm -f "$(DEPDIR)/misc.Tpo"; exit 1; fi
399
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/shared/misc.c' object='misc.obj' libtool=no @AMDEPBACKSLASH@
400
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
401
 
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o misc.obj `if test -f '$(top_srcdir)/shared/misc.c'; then $(CYGPATH_W) '$(top_srcdir)/shared/misc.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/shared/misc.c'; fi`
402
 
 
403
 
mostlyclean-libtool:
404
 
        -rm -f *.lo
405
 
 
406
 
clean-libtool:
407
 
        -rm -rf .libs _libs
408
 
 
409
 
distclean-libtool:
410
 
        -rm -f libtool
411
 
uninstall-info-am:
412
 
 
413
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
414
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
415
 
        unique=`for i in $$list; do \
416
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
417
 
          done | \
418
 
          $(AWK) '    { files[$$0] = 1; } \
419
 
               END { for (i in files) print i; }'`; \
420
 
        mkid -fID $$unique
421
 
tags: TAGS
422
 
 
423
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
424
 
                $(TAGS_FILES) $(LISP)
425
 
        tags=; \
426
 
        here=`pwd`; \
427
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
428
 
        unique=`for i in $$list; do \
429
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
430
 
          done | \
431
 
          $(AWK) '    { files[$$0] = 1; } \
432
 
               END { for (i in files) print i; }'`; \
433
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
434
 
          test -n "$$unique" || unique=$$empty_fix; \
435
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
436
 
            $$tags $$unique; \
437
 
        fi
438
 
ctags: CTAGS
439
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
440
 
                $(TAGS_FILES) $(LISP)
441
 
        tags=; \
442
 
        here=`pwd`; \
443
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
444
 
        unique=`for i in $$list; do \
445
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
446
 
          done | \
447
 
          $(AWK) '    { files[$$0] = 1; } \
448
 
               END { for (i in files) print i; }'`; \
449
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
450
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
451
 
             $$tags $$unique
452
 
 
453
 
GTAGS:
454
 
        here=`$(am__cd) $(top_builddir) && pwd` \
455
 
          && cd $(top_srcdir) \
456
 
          && gtags -i $(GTAGS_ARGS) $$here
457
 
 
458
 
distclean-tags:
459
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
460
 
 
461
 
distdir: $(DISTFILES)
462
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
463
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
464
 
        list='$(DISTFILES)'; for file in $$list; do \
465
 
          case $$file in \
466
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
467
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
468
 
          esac; \
469
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
470
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
471
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
472
 
            dir="/$$dir"; \
473
 
            $(mkdir_p) "$(distdir)$$dir"; \
474
 
          else \
475
 
            dir=''; \
476
 
          fi; \
477
 
          if test -d $$d/$$file; then \
478
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
479
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
480
 
            fi; \
481
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
482
 
          else \
483
 
            test -f $(distdir)/$$file \
484
 
            || cp -p $$d/$$file $(distdir)/$$file \
485
 
            || exit 1; \
486
 
          fi; \
487
 
        done
488
 
check-am: all-am
489
 
check: check-am
490
 
all-am: Makefile $(PROGRAMS)
491
 
installdirs:
492
 
        for dir in "$(DESTDIR)$(bindir)"; do \
493
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
494
 
        done
495
 
install: install-am
496
 
install-exec: install-exec-am
497
 
install-data: install-data-am
498
 
uninstall: uninstall-am
499
 
 
500
 
install-am: all-am
501
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
502
 
 
503
 
installcheck: installcheck-am
504
 
install-strip:
505
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
506
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
507
 
          `test -z '$(STRIP)' || \
508
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
509
 
mostlyclean-generic:
510
 
 
511
 
clean-generic:
512
 
 
513
 
distclean-generic:
514
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
515
 
 
516
 
maintainer-clean-generic:
517
 
        @echo "This command is intended for maintainers to use"
518
 
        @echo "it deletes files that may require special tools to rebuild."
519
 
clean: clean-am
520
 
 
521
 
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
522
 
 
523
 
distclean: distclean-am
524
 
        -rm -rf ./$(DEPDIR)
525
 
        -rm -f Makefile
526
 
distclean-am: clean-am distclean-compile distclean-generic \
527
 
        distclean-libtool distclean-tags
528
 
 
529
 
dvi: dvi-am
530
 
 
531
 
dvi-am:
532
 
 
533
 
html: html-am
534
 
 
535
 
info: info-am
536
 
 
537
 
info-am:
538
 
 
539
 
install-data-am:
540
 
 
541
 
install-exec-am: install-binPROGRAMS
542
 
 
543
 
install-info: install-info-am
544
 
 
545
 
install-man:
546
 
 
547
 
installcheck-am:
548
 
 
549
 
maintainer-clean: maintainer-clean-am
550
 
        -rm -rf ./$(DEPDIR)
551
 
        -rm -f Makefile
552
 
maintainer-clean-am: distclean-am maintainer-clean-generic
553
 
 
554
 
mostlyclean: mostlyclean-am
555
 
 
556
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
557
 
        mostlyclean-libtool
558
 
 
559
 
pdf: pdf-am
560
 
 
561
 
pdf-am:
562
 
 
563
 
ps: ps-am
564
 
 
565
 
ps-am:
566
 
 
567
 
uninstall-am: uninstall-binPROGRAMS uninstall-info-am
568
 
 
569
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
570
 
        clean-generic clean-libtool ctags distclean distclean-compile \
571
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
572
 
        dvi-am html html-am info info-am install install-am \
573
 
        install-binPROGRAMS install-data install-data-am install-exec \
574
 
        install-exec-am install-info install-info-am install-man \
575
 
        install-strip installcheck installcheck-am installdirs \
576
 
        maintainer-clean maintainer-clean-generic mostlyclean \
577
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
578
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
579
 
        uninstall-binPROGRAMS uninstall-info-am
580
 
 
581
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
582
 
# Otherwise a system limit (for SysV at least) may be exceeded.
583
 
.NOEXPORT: