00001 # Makefile.in generated automatically by automake 1.4 from Makefile.am
00002
00003 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
00004 # This Makefile.in is free software; the Free Software Foundation
00005 # gives unlimited permission to copy and/or distribute it,
00006 # with or without modifications, as long as this notice is preserved.
00007
00008 # This program is distributed in the hope that it will be useful,
00009 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
00010 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
00011 # PARTICULAR PURPOSE.
00012
00013 # Makefile.am: help build program sources
00014 # $Id: Makefile.am,v 1.1 2000/11/24 21:11:51 baueran Exp $
00015
00016 # Copyright (c) 2000 Andreas Bauer <baueran@in.tum.de>
00017 #
00018 # This program is free software; you can redistribute it and/or modify
00019 # it under the terms of the GNU General Public License as published by
00020 # the Free Software Foundation; either version 2 of the License, or
00021 # (at your option) any later version.
00022 #
00023 # This program is distributed in the hope that it will be useful,
00024 # but WITHOUT ANY WARRANTY; without even the implied warranty of
00025 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
00026 # GNU General Public License for more details.
00027 #
00028 # You should have received a copy of the GNU General Public License
00029 # along with this program; if not, write to the Free Software
00030 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
00031 # USA.
00032
00033
00034 SHELL = @SHELL@
00035
00036 srcdir = @srcdir@
00037 top_srcdir = @top_srcdir@
00038 VPATH = @srcdir@
00039 prefix = @prefix@
00040 exec_prefix = @exec_prefix@
00041
00042 bindir = @bindir@
00043 sbindir = @sbindir@
00044 libexecdir = @libexecdir@
00045 datadir = @datadir@
00046 sysconfdir = @sysconfdir@
00047 sharedstatedir = @sharedstatedir@
00048 localstatedir = @localstatedir@
00049 libdir = @libdir@
00050 infodir = @infodir@
00051 mandir = @mandir@
00052 includedir = @includedir@
00053 oldincludedir = /usr/include
00054
00055 DESTDIR =
00056
00057 pkgdatadir = $(datadir)/@PACKAGE@
00058 pkglibdir = $(libdir)/@PACKAGE@
00059 pkgincludedir = $(includedir)/@PACKAGE@
00060
00061 top_builddir = ..
00062
00063 ACLOCAL = @ACLOCAL@
00064 AUTOCONF = @AUTOCONF@
00065 AUTOMAKE = @AUTOMAKE@
00066 AUTOHEADER = @AUTOHEADER@
00067
00068 INSTALL = @INSTALL@
00069 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
00070 INSTALL_DATA = @INSTALL_DATA@
00071 INSTALL_SCRIPT = @INSTALL_SCRIPT@
00072 transform = @program_transform_name@
00073
00074 NORMAL_INSTALL = :
00075 PRE_INSTALL = :
00076 POST_INSTALL = :
00077 NORMAL_UNINSTALL = :
00078 PRE_UNINSTALL = :
00079 POST_UNINSTALL = :
00080 CC = @CC@
00081 CXX = @CXX@
00082 MAKEINFO = @MAKEINFO@
00083 PACKAGE = @PACKAGE@
00084 VERSION = @VERSION@
00085
00086 AM_CXXFLAGS = -Wall
00087
00088 bin_PROGRAMS = mailfilter
00089
00090 mailfilter_SOURCES = PopAccount.cc Account.cc Feedback.cc Preferences.cc mailfilter.cc PopAccount.hh Account.hh Preferences.hh Feedback.hh mailfilter.hh getopt.c getopt.h getopt1.c
00091
00092 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
00093 CONFIG_HEADER = ../config.h
00094 CONFIG_CLEAN_FILES =
00095 PROGRAMS = $(bin_PROGRAMS)
00096
00097
00098 DEFS = @DEFS@ -I. -I$(srcdir) -I..
00099 CPPFLAGS = @CPPFLAGS@
00100 LDFLAGS = @LDFLAGS@
00101 LIBS = @LIBS@
00102 mailfilter_OBJECTS = PopAccount.o Account.o Feedback.o Preferences.o \
00103 mailfilter.o getopt.o getopt1.o
00104 mailfilter_LDADD = $(LDADD)
00105 mailfilter_DEPENDENCIES =
00106 mailfilter_LDFLAGS =
00107 CXXFLAGS = @CXXFLAGS@
00108 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
00109 CXXLD = $(CXX)
00110 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
00111 CFLAGS = @CFLAGS@
00112 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
00113 CCLD = $(CC)
00114 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
00115 DIST_COMMON = Makefile.am Makefile.in
00116
00117
00118 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
00119
00120 TAR = gtar
00121 GZIP_ENV = --best
00122 DEP_FILES = .deps/Account.P .deps/Feedback.P .deps/PopAccount.P \
00123 .deps/Preferences.P .deps/getopt.P .deps/getopt1.P .deps/mailfilter.P
00124 SOURCES = $(mailfilter_SOURCES)
00125 OBJECTS = $(mailfilter_OBJECTS)
00126
00127 all: all-redirect
00128 .SUFFIXES:
00129 .SUFFIXES: .S .c .cc .o .s
00130 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
00131 cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
00132
00133 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
00134 cd $(top_builddir) \
00135 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
00136
00137
00138 mostlyclean-binPROGRAMS:
00139
00140 clean-binPROGRAMS:
00141 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
00142
00143 distclean-binPROGRAMS:
00144
00145 maintainer-clean-binPROGRAMS:
00146
00147 install-binPROGRAMS: $(bin_PROGRAMS)
00148 @$(NORMAL_INSTALL)
00149 $(mkinstalldirs) $(DESTDIR)$(bindir)
00150 @list='$(bin_PROGRAMS)'; for p in $$list; do \
00151 if test -f $$p; then \
00152 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
00153 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$
00154 else :; fi; \
00155 done
00156
00157 uninstall-binPROGRAMS:
00158 @$(NORMAL_UNINSTALL)
00159 list='$(bin_PROGRAMS)'; for p in $$list; do \
00160 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$
00161 done
00162
00163 .s.o:
00164 $(COMPILE) -c $<
00165
00166 .S.o:
00167 $(COMPILE) -c $<
00168
00169 mostlyclean-compile:
00170 -rm -f *.o core *.core
00171
00172 clean-compile:
00173
00174 distclean-compile:
00175 -rm -f *.tab.c
00176
00177 maintainer-clean-compile:
00178
00179 mailfilter: $(mailfilter_OBJECTS) $(mailfilter_DEPENDENCIES)
00180 @rm -f mailfilter
00181 $(CXXLINK) $(mailfilter_LDFLAGS) $(mailfilter_OBJECTS) $(mailfilter_LDADD) $(LIBS)
00182 .cc.o:
00183 $(CXXCOMPILE) -c $<
00184
00185 tags: TAGS
00186
00187 ID: $(HEADERS) $(SOURCES) $(LISP)
00188 list='$(SOURCES) $(HEADERS)'; \
00189 unique=`for i in $$list; do echo $$i; done | \
00190 awk ' { files[$$0] = 1; } \
00191 END { for (i in files) print i; }'`; \
00192 here=`pwd` && cd $(srcdir) \
00193 && mkid -f$$here/ID $$unique $(LISP)
00194
00195 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
00196 tags=; \
00197 here=`pwd`; \
00198 list='$(SOURCES) $(HEADERS)'; \
00199 unique=`for i in $$list; do echo $$i; done | \
00200 awk ' { files[$$0] = 1; } \
00201 END { for (i in files) print i; }'`; \
00202 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
00203 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
00204
00205 mostlyclean-tags:
00206
00207 clean-tags:
00208
00209 distclean-tags:
00210 -rm -f TAGS ID
00211
00212 maintainer-clean-tags:
00213
00214 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
00215
00216 subdir = src
00217
00218 distdir: $(DISTFILES)
00219 here=`cd $(top_builddir) && pwd`; \
00220 top_distdir=`cd $(top_distdir) && pwd`; \
00221 distdir=`cd $(distdir) && pwd`; \
00222 cd $(top_srcdir) \
00223 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
00224 @for file in $(DISTFILES); do \
00225 d=$(srcdir); \
00226 if test -d $$d/$$file; then \
00227 cp -pr $$/$$file $(distdir)/$$file; \
00228 else \
00229 test -f $(distdir)/$$file \
00230 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
00231 || cp -p $$d/$$file $(distdir)/$$file || :; \
00232 fi; \
00233 done
00234
00235 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
00236
00237 -include $(DEP_FILES)
00238
00239 mostlyclean-depend:
00240
00241 clean-depend:
00242
00243 distclean-depend:
00244 -rm -rf .deps
00245
00246 maintainer-clean-depend:
00247
00248 %.o: %.c
00249 @echo '$(COMPILE) -c $<'; \
00250 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
00251 @-cp .deps/$(*F).pp .deps/$(*F).P; \
00252 tr ' ' '\012' < .deps/$(*F).pp \
00253 | sed -e 's/^\\$$
00254 >> .deps/$(*F).P; \
00255 rm .deps/$(*F).pp
00256
00257 %.lo: %.c
00258 @echo '$(LTCOMPILE) -c $<'; \
00259 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
00260 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
00261 < .deps/$(*F).pp > .deps/$(*F).P; \
00262 tr ' ' '\012' < .deps/$(*F).pp \
00263 | sed -e 's/^\\$$
00264 >> .deps/$(*F).P; \
00265 rm -f .deps/$(*F).pp
00266
00267 %.o: %.cc
00268 @echo '$(CXXCOMPILE) -c $<'; \
00269 $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
00270 @-cp .deps/$(*F).pp .deps/$(*F).P; \
00271 tr ' ' '\012' < .deps/$(*F).pp \
00272 | sed -e 's/^\\$$
00273 >> .deps/$(*F).P; \
00274 rm .deps/$(*F).pp
00275
00276 %.lo: %.cc
00277 @echo '$(LTCXXCOMPILE) -c $<'; \
00278 $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
00279 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
00280 < .deps/$(*F).pp > .deps/$(*F).P; \
00281 tr ' ' '\012' < .deps/$(*F).pp \
00282 | sed -e 's/^\\$$
00283 >> .deps/$(*F).P; \
00284 rm -f .deps/$(*F).pp
00285 info-am:
00286 info: info-am
00287 dvi-am:
00288 dvi: dvi-am
00289 check-am: all-am
00290 check: check-am
00291 installcheck-am:
00292 installcheck: installcheck-am
00293 install-exec-am: install-binPROGRAMS
00294 install-exec: install-exec-am
00295
00296 install-data-am:
00297 install-data: install-data-am
00298
00299 install-am: all-am
00300 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
00301 install: install-am
00302 uninstall-am: uninstall-binPROGRAMS
00303 uninstall: uninstall-am
00304 all-am: Makefile $(PROGRAMS)
00305 all-redirect: all-am
00306 install-strip:
00307 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
00308 installdirs:
00309 $(mkinstalldirs) $(DESTDIR)$(bindir)
00310
00311
00312 mostlyclean-generic:
00313
00314 clean-generic:
00315
00316 distclean-generic:
00317 -rm -f Makefile $(CONFIG_CLEAN_FILES)
00318 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
00319
00320 maintainer-clean-generic:
00321 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
00322 mostlyclean-tags mostlyclean-depend mostlyclean-generic
00323
00324 mostlyclean: mostlyclean-am
00325
00326 clean-am: clean-binPROGRAMS clean-compile clean-tags clean-depend \
00327 clean-generic mostlyclean-am
00328
00329 clean: clean-am
00330
00331 distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
00332 distclean-depend distclean-generic clean-am
00333
00334 distclean: distclean-am
00335
00336 maintainer-clean-am: maintainer-clean-binPROGRAMS \
00337 maintainer-clean-compile maintainer-clean-tags \
00338 maintainer-clean-depend maintainer-clean-generic \
00339 distclean-am
00340 @echo "This command is intended for maintainers to use;"
00341 @echo "it deletes files that may require special tools to rebuild."
00342
00343 maintainer-clean: maintainer-clean-am
00344
00345 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
00346 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
00347 mostlyclean-compile distclean-compile clean-compile \
00348 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
00349 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
00350 distclean-depend clean-depend maintainer-clean-depend info-am info \
00351 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
00352 install-exec install-data-am install-data install-am install \
00353 uninstall-am uninstall all-redirect all-am all installdirs \
00354 mostlyclean-generic distclean-generic clean-generic \
00355 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
00356
00357
00358 # Tell versions [3.59,3.63) of GNU make to not export all variables.
00359 # Otherwise a system limit (for SysV at least) may be exceeded.
00360 .NOEXPORT: