Imported Upstream version 2.5.1
[debian/amanda] / common-src / Makefile.in
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 # Makefile for Amanda library.
18
19
20 srcdir = @srcdir@
21 top_srcdir = @top_srcdir@
22 VPATH = @srcdir@
23 pkgdatadir = $(datadir)/@PACKAGE@
24 pkglibdir = $(libdir)/@PACKAGE@
25 pkgincludedir = $(includedir)/@PACKAGE@
26 top_builddir = ..
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 INSTALL = @INSTALL@
29 install_sh_DATA = $(install_sh) -c -m 644
30 install_sh_PROGRAM = $(install_sh) -c
31 install_sh_SCRIPT = $(install_sh) -c
32 INSTALL_HEADER = $(INSTALL_DATA)
33 transform = $(program_transform_name)
34 NORMAL_INSTALL = :
35 PRE_INSTALL = :
36 POST_INSTALL = :
37 NORMAL_UNINSTALL = :
38 PRE_UNINSTALL = :
39 POST_UNINSTALL = :
40 build_triplet = @build@
41 host_triplet = @host@
42 target_triplet = @target@
43 EXTRA_PROGRAMS = genversion$(EXEEXT) $(am__EXEEXT_1)
44 subdir = common-src
45 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
46         $(srcdir)/Makefile.in $(srcdir)/versuff.c.in alloca.c getcwd.c \
47         memmove.c mktime.c snprintf.c strcasecmp.c strerror.c \
48         strftime.c strncasecmp.c strstr.c waitpid.c writev.c
49 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
50 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
51         $(top_srcdir)/configure.in
52 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53         $(ACLOCAL_M4)
54 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
55 CONFIG_HEADER = $(top_builddir)/config/config.h
56 CONFIG_CLEAN_FILES = versuff.c
57 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
58 am__vpath_adj = case $$p in \
59     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
60     *) f=$$p;; \
61   esac;
62 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
63 am__installdirs = "$(DESTDIR)$(libdir)"
64 libLTLIBRARIES_INSTALL = $(INSTALL)
65 LTLIBRARIES = $(lib_LTLIBRARIES)
66 libamanda_la_DEPENDENCIES = @LTLIBOBJS@ @LTALLOCA@
67 am_libamanda_la_OBJECTS = alloc.lo amfeatures.lo amflock.lo \
68         bsd-security.lo bsdtcp-security.lo bsdudp-security.lo clock.lo \
69         debug.lo dgram.lo error.lo event.lo file.lo fileheader.lo \
70         krb4-security.lo krb5-security.lo match.lo packet.lo \
71         pipespawn.lo protocol.lo regcomp.lo regerror.lo regexec.lo \
72         regfree.lo rsh-security.lo security.lo security-util.lo sl.lo \
73         ssh-security.lo statfs.lo stream.lo tapelist.lo token.lo \
74         util.lo version.lo versuff.lo
75 libamanda_la_OBJECTS = $(am_libamanda_la_OBJECTS)
76 am__EXEEXT_1 = statfs$(EXEEXT) token$(EXEEXT) file$(EXEEXT) \
77         bsdsecurity$(EXEEXT) amfeatures$(EXEEXT)
78 am_amfeatures_OBJECTS = amfeatures.test.$(OBJEXT)
79 amfeatures_OBJECTS = $(am_amfeatures_OBJECTS)
80 am__DEPENDENCIES_1 = @LTLIBOBJS@ @LTALLOCA@
81 am__DEPENDENCIES_2 = alloc.$(OBJEXT) clock.$(OBJEXT) debug.$(OBJEXT) \
82         error.$(OBJEXT) util.$(OBJEXT) match.$(OBJEXT)
83 am__DEPENDENCIES_3 = $(am__DEPENDENCIES_2) file.$(OBJEXT)
84 amfeatures_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
85 am_bsdsecurity_OBJECTS = bsd-security.test.$(OBJEXT)
86 bsdsecurity_OBJECTS = $(am_bsdsecurity_OBJECTS)
87 bsdsecurity_DEPENDENCIES = alloc.$(OBJEXT) clock.$(OBJEXT) \
88         debug.$(OBJEXT) dgram.$(OBJEXT) error.$(OBJEXT) \
89         event.$(OBJEXT) file.$(OBJEXT) packet.$(OBJEXT) \
90         security.$(OBJEXT) ssh-security.$(OBJEXT) versuff.$(OBJEXT)
91 am_file_OBJECTS = file.test.$(OBJEXT)
92 file_OBJECTS = $(am_file_OBJECTS)
93 file_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2)
94 am_genversion_OBJECTS = genversion.$(OBJEXT)
95 genversion_OBJECTS = $(am_genversion_OBJECTS)
96 genversion_DEPENDENCIES = $(am__DEPENDENCIES_1) versuff.lo
97 am_statfs_OBJECTS = statfs.test.$(OBJEXT)
98 statfs_OBJECTS = $(am_statfs_OBJECTS)
99 statfs_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
100 am_token_OBJECTS = token.test.$(OBJEXT)
101 token_OBJECTS = $(am_token_OBJECTS)
102 token_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_3)
103 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/config
104 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
105 am__depfiles_maybe = depfiles
106 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
107         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
108 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
109         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
110         $(AM_CFLAGS) $(CFLAGS)
111 CCLD = $(CC)
112 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
113         $(AM_LDFLAGS) $(LDFLAGS) -o $@
114 SOURCES = $(libamanda_la_SOURCES) $(amfeatures_SOURCES) \
115         $(bsdsecurity_SOURCES) $(file_SOURCES) $(genversion_SOURCES) \
116         $(statfs_SOURCES) $(token_SOURCES)
117 DIST_SOURCES = $(libamanda_la_SOURCES) $(amfeatures_SOURCES) \
118         $(bsdsecurity_SOURCES) $(file_SOURCES) $(genversion_SOURCES) \
119         $(statfs_SOURCES) $(token_SOURCES)
120 HEADERS = $(noinst_HEADERS)
121 ETAGS = etags
122 CTAGS = ctags
123 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
124 ACLOCAL = @ACLOCAL@
125 ALLOCA = @ALLOCA@
126 AMANDA_DBGDIR = @AMANDA_DBGDIR@
127 AMANDA_DEBUG_DAYS = @AMANDA_DEBUG_DAYS@
128 AMANDA_TMPDIR = @AMANDA_TMPDIR@
129 AMDEP_FALSE = @AMDEP_FALSE@
130 AMDEP_TRUE = @AMDEP_TRUE@
131 AMLINT = @AMLINT@
132 AMLINTFLAGS = @AMLINTFLAGS@
133 AMPLOT_CAT_COMPRESS = @AMPLOT_CAT_COMPRESS@
134 AMPLOT_CAT_GZIP = @AMPLOT_CAT_GZIP@
135 AMPLOT_CAT_PACK = @AMPLOT_CAT_PACK@
136 AMPLOT_COMPRESS = @AMPLOT_COMPRESS@
137 AMTAR = @AMTAR@
138 AM_CFLAGS = @AM_CFLAGS@
139 AR = @AR@
140 AUTOCONF = @AUTOCONF@
141 AUTOHEADER = @AUTOHEADER@
142 AUTOMAKE = @AUTOMAKE@
143 AWK = @AWK@
144 AWK_VAR_ASSIGNMENT_OPT = @AWK_VAR_ASSIGNMENT_OPT@
145 BINARY_OWNER = @BINARY_OWNER@
146 BUILD_MAN_PAGES_FALSE = @BUILD_MAN_PAGES_FALSE@
147 BUILD_MAN_PAGES_TRUE = @BUILD_MAN_PAGES_TRUE@
148 CAT = @CAT@
149 CC = @CC@
150 CCDEPMODE = @CCDEPMODE@
151 CFLAGS = @CFLAGS@
152 CHIO = @CHIO@
153 CHS = @CHS@
154 CLIENT_LOGIN = @CLIENT_LOGIN@
155 CLIENT_SCRIPTS_OPT = @CLIENT_SCRIPTS_OPT@
156 COMPRESS = @COMPRESS@
157 CONFIGURE_COMMAND = @CONFIGURE_COMMAND@
158 CONFIG_DIR = @CONFIG_DIR@
159 CPP = @CPP@
160 CPPFLAGS = @CPPFLAGS@
161 CXX = @CXX@
162 CXXCPP = @CXXCPP@
163 CXXDEPMODE = @CXXDEPMODE@
164 CXXFLAGS = @CXXFLAGS@
165 CYGPATH_W = @CYGPATH_W@
166 DB_EXT = @DB_EXT@
167 DD = @DD@
168 DEFAULT_CHANGER_DEVICE = @DEFAULT_CHANGER_DEVICE@
169 DEFAULT_CONFIG = @DEFAULT_CONFIG@
170 DEFAULT_RAW_TAPE_DEVICE = @DEFAULT_RAW_TAPE_DEVICE@
171 DEFAULT_SERVER = @DEFAULT_SERVER@
172 DEFAULT_TAPE_DEVICE = @DEFAULT_TAPE_DEVICE@
173 DEFAULT_TAPE_SERVER = @DEFAULT_TAPE_SERVER@
174 DEFS = @DEFS@
175 DEPDIR = @DEPDIR@
176 DOC_BUILD_DATE = @DOC_BUILD_DATE@
177 DUMP = @DUMP@
178 DUMPER_DIR = @DUMPER_DIR@
179 ECHO = @ECHO@
180 ECHO_C = @ECHO_C@
181 ECHO_N = @ECHO_N@
182 ECHO_T = @ECHO_T@
183 EGREP = @EGREP@
184 EXEEXT = @EXEEXT@
185 F77 = @F77@
186 FFLAGS = @FFLAGS@
187 GETCONF = @GETCONF@
188 GNUPLOT = @GNUPLOT@
189 GNUTAR = @GNUTAR@
190 GNUTAR_LISTED_INCREMENTAL_DIR = @GNUTAR_LISTED_INCREMENTAL_DIR@
191 GNUTAR_LISTED_INCREMENTAL_DIRX = @GNUTAR_LISTED_INCREMENTAL_DIRX@
192 GREP = @GREP@
193 GZIP = @GZIP@
194 HAVE_XSLTPROC_FALSE = @HAVE_XSLTPROC_FALSE@
195 HAVE_XSLTPROC_TRUE = @HAVE_XSLTPROC_TRUE@
196 INSTALL_DATA = @INSTALL_DATA@
197 INSTALL_PROGRAM = @INSTALL_PROGRAM@
198 INSTALL_SCRIPT = @INSTALL_SCRIPT@
199 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
200 LDFLAGS = @LDFLAGS@
201 LEX = @LEX@
202 LEXLIB = @LEXLIB@
203 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
204 LIBOBJS = @LIBOBJS@
205 LIBS = @LIBS@
206 LIBTOOL = @LIBTOOL@
207 LIBTOOL_DEPS = @LIBTOOL_DEPS@
208 LL_FMT = @LL_FMT@
209 LN_S = @LN_S@
210 LTALLOCA = @LTALLOCA@
211 LTLIBOBJS = @LTLIBOBJS@
212 MAILER = @MAILER@
213 MAKEINFO = @MAKEINFO@
214 MAXTAPEBLOCKSIZE = @MAXTAPEBLOCKSIZE@
215 MCUTIL = @MCUTIL@
216 MT = @MT@
217 MTX = @MTX@
218 MT_FILE_FLAG = @MT_FILE_FLAG@
219 OBJEXT = @OBJEXT@
220 PACKAGE = @PACKAGE@
221 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
222 PACKAGE_NAME = @PACKAGE_NAME@
223 PACKAGE_STRING = @PACKAGE_STRING@
224 PACKAGE_TARNAME = @PACKAGE_TARNAME@
225 PACKAGE_VERSION = @PACKAGE_VERSION@
226 PATH_SEPARATOR = @PATH_SEPARATOR@
227 PCAT = @PCAT@
228 PERL = @PERL@
229 PRINT = @PRINT@
230 RANLIB = @RANLIB@
231 READLINE_LIBS = @READLINE_LIBS@
232 RESTORE = @RESTORE@
233 SAMBA_CLIENT = @SAMBA_CLIENT@
234 SERVICE_SUFFIX = @SERVICE_SUFFIX@
235 SETUID_GROUP = @SETUID_GROUP@
236 SET_MAKE = @SET_MAKE@
237 SHELL = @SHELL@
238 SNAPSHOT_STAMP = @SNAPSHOT_STAMP@
239 STRIP = @STRIP@
240 USE_VERSION_SUFFIXES = @USE_VERSION_SUFFIXES@
241 VDUMP = @VDUMP@
242 VERSION = @VERSION@
243 VERSION_COMMENT = @VERSION_COMMENT@
244 VERSION_MAJOR = @VERSION_MAJOR@
245 VERSION_MINOR = @VERSION_MINOR@
246 VERSION_PATCH = @VERSION_PATCH@
247 VERSION_SUFFIX = @VERSION_SUFFIX@
248 VRESTORE = @VRESTORE@
249 VXDUMP = @VXDUMP@
250 VXRESTORE = @VXRESTORE@
251 WANT_AMPLOT_FALSE = @WANT_AMPLOT_FALSE@
252 WANT_AMPLOT_TRUE = @WANT_AMPLOT_TRUE@
253 WANT_CHG_SCSI_FALSE = @WANT_CHG_SCSI_FALSE@
254 WANT_CHG_SCSI_TRUE = @WANT_CHG_SCSI_TRUE@
255 WANT_CHIO_SCSI_FALSE = @WANT_CHIO_SCSI_FALSE@
256 WANT_CHIO_SCSI_TRUE = @WANT_CHIO_SCSI_TRUE@
257 WANT_CLIENT_FALSE = @WANT_CLIENT_FALSE@
258 WANT_CLIENT_TRUE = @WANT_CLIENT_TRUE@
259 WANT_RECOVER_FALSE = @WANT_RECOVER_FALSE@
260 WANT_RECOVER_TRUE = @WANT_RECOVER_TRUE@
261 WANT_RESTORE_FALSE = @WANT_RESTORE_FALSE@
262 WANT_RESTORE_TRUE = @WANT_RESTORE_TRUE@
263 WANT_RUNTIME_PSEUDO_RELOC_FALSE = @WANT_RUNTIME_PSEUDO_RELOC_FALSE@
264 WANT_RUNTIME_PSEUDO_RELOC_TRUE = @WANT_RUNTIME_PSEUDO_RELOC_TRUE@
265 WANT_SAMBA_FALSE = @WANT_SAMBA_FALSE@
266 WANT_SAMBA_TRUE = @WANT_SAMBA_TRUE@
267 WANT_SERVER_FALSE = @WANT_SERVER_FALSE@
268 WANT_SERVER_TRUE = @WANT_SERVER_TRUE@
269 WANT_SETUID_CLIENT_FALSE = @WANT_SETUID_CLIENT_FALSE@
270 WANT_SETUID_CLIENT_TRUE = @WANT_SETUID_CLIENT_TRUE@
271 WANT_SSH_SECURITY_FALSE = @WANT_SSH_SECURITY_FALSE@
272 WANT_SSH_SECURITY_TRUE = @WANT_SSH_SECURITY_TRUE@
273 WANT_TAPE_FALSE = @WANT_TAPE_FALSE@
274 WANT_TAPE_TRUE = @WANT_TAPE_TRUE@
275 XFSDUMP = @XFSDUMP@
276 XFSRESTORE = @XFSRESTORE@
277 XSLTPROC = @XSLTPROC@
278 YACC = @YACC@
279 ac_c = @ac_c@
280 ac_ct_AR = @ac_ct_AR@
281 ac_ct_CC = @ac_ct_CC@
282 ac_ct_CXX = @ac_ct_CXX@
283 ac_ct_F77 = @ac_ct_F77@
284 ac_ct_RANLIB = @ac_ct_RANLIB@
285 ac_ct_STRIP = @ac_ct_STRIP@
286 ac_n = @ac_n@
287 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
288 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
289 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
290 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
291 am__include = @am__include@
292 am__leading_dot = @am__leading_dot@
293 am__quote = @am__quote@
294 am__tar = @am__tar@
295 am__untar = @am__untar@
296 bindir = @bindir@
297 build = @build@
298 build_alias = @build_alias@
299 build_cpu = @build_cpu@
300 build_os = @build_os@
301 build_vendor = @build_vendor@
302 datadir = @datadir@
303 exec_prefix = @exec_prefix@
304 host = @host@
305 host_alias = @host_alias@
306 host_cpu = @host_cpu@
307 host_os = @host_os@
308 host_vendor = @host_vendor@
309 includedir = @includedir@
310 infodir = @infodir@
311 install_sh = @install_sh@
312 libdir = @libdir@
313 libexecdir = @libexecdir@
314 localstatedir = @localstatedir@
315 mandir = @mandir@
316 mkdir_p = @mkdir_p@
317 oldincludedir = @oldincludedir@
318 prefix = @prefix@
319 program_transform_name = @program_transform_name@
320 sbindir = @sbindir@
321 sharedstatedir = @sharedstatedir@
322 sysconfdir = @sysconfdir@
323 target = @target@
324 target_alias = @target_alias@
325 target_cpu = @target_cpu@
326 target_os = @target_os@
327 target_vendor = @target_vendor@
328 lib_LTLIBRARIES = libamanda.la
329 REGDIR = ../regex-src
330 REGsrcdir = $(srcdir)/$(REGDIR)
331 INCLUDES = -I$(REGsrcdir)
332 LINT = @AMLINT@
333 LINTFLAGS = @AMLINTFLAGS@
334 libamanda_la_SOURCES = \
335         alloc.c                 \
336         amfeatures.c            \
337         amflock.c               \
338         bsd-security.c          \
339         bsdtcp-security.c       \
340         bsdudp-security.c       \
341         clock.c                 \
342         debug.c                 \
343         dgram.c                 \
344         error.c                 \
345         event.c                 \
346         file.c                  \
347         fileheader.c            \
348         krb4-security.c         \
349         krb5-security.c         \
350         match.c                 \
351         packet.c                \
352         pipespawn.c             \
353         protocol.c              \
354         regcomp.c               \
355         regerror.c              \
356         regexec.c               \
357         regfree.c               \
358         rsh-security.c          \
359         security.c              \
360         security-util.c         \
361         sl.c                    \
362         ssh-security.c          \
363         statfs.c                \
364         stream.c                \
365         tapelist.c              \
366         token.c                 \
367         util.c                  \
368         version.c               \
369         versuff.c
370
371 libamanda_la_LIBADD = @LTLIBOBJS@ @LTALLOCA@
372 libamanda_la_LDFLAGS = -release $(VERSION)
373 noinst_HEADERS = \
374         amanda.h                \
375         amfeatures.h            \
376         amregex.h               \
377         arglist.h               \
378         clock.h                 \
379         dgram.h                 \
380         event.h                 \
381         fileheader.h            \
382         packet.h                \
383         pipespawn.h             \
384         protocol.h              \
385         queue.h                 \
386         security.h              \
387         security-util.h         \
388         sl.h                    \
389         statfs.h                \
390         stream.h                \
391         tapelist.h              \
392         token.h                 \
393         util.h                  \
394         version.h
395
396 genversion_SOURCES = genversion.c
397 genversion_LDADD = $(libamanda_la_LIBADD) versuff.lo
398 REGEXCSRC = $(REGsrcdir)/regcomp.c      \
399                 $(REGsrcdir)/regexec.c  \
400                 $(REGsrcdir)/regerror.c \
401                 $(REGsrcdir)/regfree.c
402
403 REGEXHSRC = $(REGsrcdir)/regex2.h       \
404                 $(REGEXCSRC)
405
406
407 # these are used for testing only:
408 TEST_PROGS = statfs token file bsdsecurity amfeatures
409 CLEANFILES = regex.h regcomp.ih engine.ih regerror.ih *.test.c
410 DISTCLEANFILES = version.c genversion.h genversion amanda-int.h
411
412 # used for testing only
413 STANDARD_COMMON_STUFF_NOT_FILE = \
414         alloc.$(OBJEXT) \
415         clock.$(OBJEXT) \
416         debug.$(OBJEXT) \
417         error.$(OBJEXT) \
418         util.$(OBJEXT) \
419         match.$(OBJEXT)
420
421 STANDARD_COMMON_STUFF = \
422         $(STANDARD_COMMON_STUFF_NOT_FILE) \
423         file.$(OBJEXT)
424
425 statfs_SOURCES = statfs.test.c
426 statfs_LDADD = $(libamanda_la_LIBADD) $(STANDARD_COMMON_STUFF)
427 token_SOURCES = token.test.c
428 token_LDADD = $(libamanda_la_LIBADD) $(STANDARD_COMMON_STUFF)
429 file_SOURCES = file.test.c
430 file_LDADD = $(libamanda_la_LIBADD) $(STANDARD_COMMON_STUFF_NOT_FILE)
431 bsdsecurity_SOURCES = bsd-security.test.c
432 bsdsecurity_LDADD = $(libamanda_a_LIBADD) \
433                     alloc.$(OBJEXT) \
434                     clock.$(OBJEXT) \
435                     debug.$(OBJEXT) \
436                     dgram.$(OBJEXT) \
437                     error.$(OBJEXT) \
438                     event.$(OBJEXT) \
439                     file.$(OBJEXT) \
440                     packet.$(OBJEXT) \
441                     security.$(OBJEXT) \
442                     ssh-security.$(OBJEXT) \
443                     versuff.$(OBJEXT)
444
445 amfeatures_SOURCES = amfeatures.test.c
446 amfeatures_LDADD = $(libamanda_la_LIBADD) $(STANDARD_COMMON_STUFF)
447 all: all-am
448
449 .SUFFIXES:
450 .SUFFIXES: .c .lo .o .obj
451 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
452         @for dep in $?; do \
453           case '$(am__configure_deps)' in \
454             *$$dep*) \
455               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
456                 && exit 0; \
457               exit 1;; \
458           esac; \
459         done; \
460         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  common-src/Makefile'; \
461         cd $(top_srcdir) && \
462           $(AUTOMAKE) --gnu  common-src/Makefile
463 .PRECIOUS: Makefile
464 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
465         @case '$?' in \
466           *config.status*) \
467             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
468           *) \
469             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
470             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
471         esac;
472
473 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
474         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
475
476 $(top_srcdir)/configure:  $(am__configure_deps)
477         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
478 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
479         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
480 versuff.c: $(top_builddir)/config.status $(srcdir)/versuff.c.in
481         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
482 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
483         @$(NORMAL_INSTALL)
484         test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
485         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
486           if test -f $$p; then \
487             f=$(am__strip_dir) \
488             echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
489             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
490           else :; fi; \
491         done
492
493 uninstall-libLTLIBRARIES:
494         @$(NORMAL_UNINSTALL)
495         @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
496           p=$(am__strip_dir) \
497           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
498           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
499         done
500
501 clean-libLTLIBRARIES:
502         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
503         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
504           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
505           test "$$dir" != "$$p" || dir=.; \
506           echo "rm -f \"$${dir}/so_locations\""; \
507           rm -f "$${dir}/so_locations"; \
508         done
509 libamanda.la: $(libamanda_la_OBJECTS) $(libamanda_la_DEPENDENCIES) 
510         $(LINK) -rpath $(libdir) $(libamanda_la_LDFLAGS) $(libamanda_la_OBJECTS) $(libamanda_la_LIBADD) $(LIBS)
511 amfeatures$(EXEEXT): $(amfeatures_OBJECTS) $(amfeatures_DEPENDENCIES) 
512         @rm -f amfeatures$(EXEEXT)
513         $(LINK) $(amfeatures_LDFLAGS) $(amfeatures_OBJECTS) $(amfeatures_LDADD) $(LIBS)
514 bsdsecurity$(EXEEXT): $(bsdsecurity_OBJECTS) $(bsdsecurity_DEPENDENCIES) 
515         @rm -f bsdsecurity$(EXEEXT)
516         $(LINK) $(bsdsecurity_LDFLAGS) $(bsdsecurity_OBJECTS) $(bsdsecurity_LDADD) $(LIBS)
517 file$(EXEEXT): $(file_OBJECTS) $(file_DEPENDENCIES) 
518         @rm -f file$(EXEEXT)
519         $(LINK) $(file_LDFLAGS) $(file_OBJECTS) $(file_LDADD) $(LIBS)
520 genversion$(EXEEXT): $(genversion_OBJECTS) $(genversion_DEPENDENCIES) 
521         @rm -f genversion$(EXEEXT)
522         $(LINK) $(genversion_LDFLAGS) $(genversion_OBJECTS) $(genversion_LDADD) $(LIBS)
523 statfs$(EXEEXT): $(statfs_OBJECTS) $(statfs_DEPENDENCIES) 
524         @rm -f statfs$(EXEEXT)
525         $(LINK) $(statfs_LDFLAGS) $(statfs_OBJECTS) $(statfs_LDADD) $(LIBS)
526 token$(EXEEXT): $(token_OBJECTS) $(token_DEPENDENCIES) 
527         @rm -f token$(EXEEXT)
528         $(LINK) $(token_LDFLAGS) $(token_OBJECTS) $(token_LDADD) $(LIBS)
529
530 mostlyclean-compile:
531         -rm -f *.$(OBJEXT)
532
533 distclean-compile:
534         -rm -f *.tab.c
535
536 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Plo@am__quote@
537 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getcwd.Plo@am__quote@
538 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memmove.Plo@am__quote@
539 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mktime.Plo@am__quote@
540 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/snprintf.Plo@am__quote@
541 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strcasecmp.Plo@am__quote@
542 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strerror.Plo@am__quote@
543 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strftime.Plo@am__quote@
544 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strncasecmp.Plo@am__quote@
545 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strstr.Plo@am__quote@
546 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/waitpid.Plo@am__quote@
547 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/writev.Plo@am__quote@
548 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Plo@am__quote@
549 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amfeatures.Plo@am__quote@
550 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amfeatures.test.Po@am__quote@
551 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amflock.Plo@am__quote@
552 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsd-security.Plo@am__quote@
553 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsd-security.test.Po@am__quote@
554 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsdtcp-security.Plo@am__quote@
555 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsdudp-security.Plo@am__quote@
556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clock.Plo@am__quote@
557 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Plo@am__quote@
558 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dgram.Plo@am__quote@
559 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Plo@am__quote@
560 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@
561 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.Plo@am__quote@
562 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file.test.Po@am__quote@
563 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fileheader.Plo@am__quote@
564 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/genversion.Po@am__quote@
565 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/krb4-security.Plo@am__quote@
566 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/krb5-security.Plo@am__quote@
567 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match.Plo@am__quote@
568 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet.Plo@am__quote@
569 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pipespawn.Plo@am__quote@
570 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol.Plo@am__quote@
571 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regcomp.Plo@am__quote@
572 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regerror.Plo@am__quote@
573 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regexec.Plo@am__quote@
574 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/regfree.Plo@am__quote@
575 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rsh-security.Plo@am__quote@
576 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/security-util.Plo@am__quote@
577 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/security.Plo@am__quote@
578 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sl.Plo@am__quote@
579 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssh-security.Plo@am__quote@
580 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/statfs.Plo@am__quote@
581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/statfs.test.Po@am__quote@
582 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream.Plo@am__quote@
583 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tapelist.Plo@am__quote@
584 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/token.Plo@am__quote@
585 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/token.test.Po@am__quote@
586 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
587 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Plo@am__quote@
588 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/versuff.Plo@am__quote@
589
590 .c.o:
591 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
592 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
593 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
594 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
595 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
596
597 .c.obj:
598 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
599 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
600 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
601 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
602 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
603
604 .c.lo:
605 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
606 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
607 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
608 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
609 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
610
611 mostlyclean-libtool:
612         -rm -f *.lo
613
614 clean-libtool:
615         -rm -rf .libs _libs
616
617 distclean-libtool:
618         -rm -f libtool
619 uninstall-info-am:
620
621 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
622         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
623         unique=`for i in $$list; do \
624             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
625           done | \
626           $(AWK) '    { files[$$0] = 1; } \
627                END { for (i in files) print i; }'`; \
628         mkid -fID $$unique
629 tags: TAGS
630
631 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
632                 $(TAGS_FILES) $(LISP)
633         tags=; \
634         here=`pwd`; \
635         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
636         unique=`for i in $$list; do \
637             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
638           done | \
639           $(AWK) '    { files[$$0] = 1; } \
640                END { for (i in files) print i; }'`; \
641         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
642           test -n "$$unique" || unique=$$empty_fix; \
643           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
644             $$tags $$unique; \
645         fi
646 ctags: CTAGS
647 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
648                 $(TAGS_FILES) $(LISP)
649         tags=; \
650         here=`pwd`; \
651         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
652         unique=`for i in $$list; do \
653             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
654           done | \
655           $(AWK) '    { files[$$0] = 1; } \
656                END { for (i in files) print i; }'`; \
657         test -z "$(CTAGS_ARGS)$$tags$$unique" \
658           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
659              $$tags $$unique
660
661 GTAGS:
662         here=`$(am__cd) $(top_builddir) && pwd` \
663           && cd $(top_srcdir) \
664           && gtags -i $(GTAGS_ARGS) $$here
665
666 distclean-tags:
667         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
668
669 distdir: $(DISTFILES)
670         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
671         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
672         list='$(DISTFILES)'; for file in $$list; do \
673           case $$file in \
674             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
675             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
676           esac; \
677           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
678           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
679           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
680             dir="/$$dir"; \
681             $(mkdir_p) "$(distdir)$$dir"; \
682           else \
683             dir=''; \
684           fi; \
685           if test -d $$d/$$file; then \
686             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
687               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
688             fi; \
689             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
690           else \
691             test -f $(distdir)/$$file \
692             || cp -p $$d/$$file $(distdir)/$$file \
693             || exit 1; \
694           fi; \
695         done
696 check-am: all-am
697 check: check-am
698 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
699 installdirs:
700         for dir in "$(DESTDIR)$(libdir)"; do \
701           test -z "$$dir" || $(mkdir_p) "$$dir"; \
702         done
703 install: install-am
704 install-exec: install-exec-am
705 install-data: install-data-am
706 uninstall: uninstall-am
707
708 install-am: all-am
709         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
710
711 installcheck: installcheck-am
712 install-strip:
713         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
714           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
715           `test -z '$(STRIP)' || \
716             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
717 mostlyclean-generic:
718
719 clean-generic:
720         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
721
722 distclean-generic:
723         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
724         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
725
726 maintainer-clean-generic:
727         @echo "This command is intended for maintainers to use"
728         @echo "it deletes files that may require special tools to rebuild."
729 clean: clean-am
730
731 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
732         mostlyclean-am
733
734 distclean: distclean-am
735         -rm -rf $(DEPDIR) ./$(DEPDIR)
736         -rm -f Makefile
737 distclean-am: clean-am distclean-compile distclean-generic \
738         distclean-libtool distclean-tags
739
740 dvi: dvi-am
741
742 dvi-am:
743
744 html: html-am
745
746 info: info-am
747
748 info-am:
749
750 install-data-am:
751
752 install-exec-am: install-libLTLIBRARIES
753
754 install-info: install-info-am
755
756 install-man:
757
758 installcheck-am:
759
760 maintainer-clean: maintainer-clean-am
761         -rm -rf $(DEPDIR) ./$(DEPDIR)
762         -rm -f Makefile
763 maintainer-clean-am: distclean-am maintainer-clean-generic
764
765 mostlyclean: mostlyclean-am
766
767 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
768         mostlyclean-libtool
769
770 pdf: pdf-am
771
772 pdf-am:
773
774 ps: ps-am
775
776 ps-am:
777
778 uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
779
780 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
781         clean-libLTLIBRARIES clean-libtool ctags distclean \
782         distclean-compile distclean-generic distclean-libtool \
783         distclean-tags distdir dvi dvi-am html html-am info info-am \
784         install install-am install-data install-data-am install-exec \
785         install-exec-am install-info install-info-am \
786         install-libLTLIBRARIES install-man install-strip installcheck \
787         installcheck-am installdirs maintainer-clean \
788         maintainer-clean-generic mostlyclean mostlyclean-compile \
789         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
790         tags uninstall uninstall-am uninstall-info-am \
791         uninstall-libLTLIBRARIES
792
793
794 .sh:
795         cat $< > $@
796         chmod a+x $@
797
798 genversion.@OBJEXT@: genversion.h
799 genversion.h: $(top_builddir)/config.status
800         -rm -f $@ $@.new
801         echo '#define CC "$(CC)"' > $@.new
802         echo '#define BUILT_DATE "'`date`'"' >> $@.new
803         echo '#define BUILT_MACH "'`uname -a || echo UNKNOWN HOST`'"' >> $@.new
804         mv $@.new $@
805
806 version.c:      genversion$(EXEEXT)
807         -rm -f version.c
808         ./genversion > version.c
809
810 match.@OBJEXT@ match.lo: regex.h
811 regcomp.@OBJEXT@ regcomp.lo: regex.h regcomp.ih
812 regexec.@OBJEXT@ regexec.lo: regex.h engine.ih
813 regerror.@OBJEXT@ regerror.lo: regex.h regerror.ih
814 regfree.@OBJEXT@ regfree.lo: regex.h
815
816 regex.h: $(REGEXHSRC) $(REGsrcdir)/mkh
817         sh $(REGsrcdir)/mkh -i _REGEX_H_ $(REGEXHSRC) >$@
818
819 regcomp.ih: $(REGsrcdir)/regcomp.c $(REGsrcdir)/mkh
820         sh $(REGsrcdir)/mkh -p $(REGsrcdir)/regcomp.c >$@
821
822 engine.ih: $(REGsrcdir)/engine.c $(REGsrcdir)/mkh
823         sh $(REGsrcdir)/mkh -p $(REGsrcdir)/engine.c >$@
824
825 regerror.ih: $(REGsrcdir)/regerror.c $(REGsrcdir)/mkh
826         sh $(REGsrcdir)/mkh -p $(REGsrcdir)/regerror.c >$@
827
828 lint:
829         @echo $(LINT) $(libamanda_la_SOURCES)
830         @$(LINT) $(LINTFLAGS) $(CPPFLAGS) $(DEFS) -I. -I../config $(INCLUDES) $(libamanda_la_SOURCES)
831         @echo $(LINT) $(genversion_SOURCES)
832         @$(LINT) $(LINTFLAGS) $(CPPFLAGS) $(DEFS) -I. -I../config $(INCLUDES) $(genversion_SOURCES)
833
834 listlibsrc:
835         @ for p in $(libamanda_la_SOURCES) $(REGEXCSRC); do     \
836                 listlibsrcs="$$listlibsrcs `pwd`/$$p";          \
837         done;                                                   \
838         echo $$listlibsrcs >listlibsrc.output
839
840 %.test.c: $(srcdir)/%.c
841         echo '#define TEST' >$@
842         echo '#include "$<"' >>$@
843 # Tell versions [3.59,3.63) of GNU make to not export all variables.
844 # Otherwise a system limit (for SysV at least) may be exceeded.
845 .NOEXPORT: