Am-Utils Cross Reference
am-utils/Makefile.in

source navigation ]
diff markup ]
identifier search ]
freetext search ]
file search ]
 
Version: 6.0.1 ] [ 6.0.2 ] [ 6.0.3 ] [ 6.0.4 ] [ 6.0.5 ] [ 6.0.6 ] [ 6.0.7 ] [ 6.0.8 ] [ 6.0.9 ] [ 6.0.10 ] [ 6.1 ] [ 6.1.1 ]

  1 # Makefile.in generated by automake 1.9.2 from Makefile.am.
  2 # @configure_input@
  3 
  4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  5 # 2003, 2004  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 # Package: am-utils
 18 # Level: Top level Makefile
 19 # Author: Erez Zadok
 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 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 43         $(srcdir)/Makefile.in $(srcdir)/aux_conf.h.in \
 44         $(srcdir)/config.h.in $(top_srcdir)/configure AUTHORS COPYING \
 45         ChangeLog INSTALL NEWS config.guess config.sub depcomp \
 46         install-sh ltmain.sh missing mkinstalldirs
 47 subdir = .
 48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 49 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
 50         $(top_srcdir)/configure.in
 51 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 52         $(ACLOCAL_M4)
 53 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 54  configure.lineno configure.status.lineno
 55 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 56 CONFIG_HEADER = config.h
 57 CONFIG_CLEAN_FILES = aux_conf.h
 58 depcomp =
 59 am__depfiles_maybe =
 60 SOURCES =
 61 DIST_SOURCES =
 62 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 63         html-recursive info-recursive install-data-recursive \
 64         install-exec-recursive install-info-recursive \
 65         install-recursive installcheck-recursive installdirs-recursive \
 66         pdf-recursive ps-recursive uninstall-info-recursive \
 67         uninstall-recursive
 68 ETAGS = etags
 69 CTAGS = ctags
 70 DIST_SUBDIRS = $(SUBDIRS)
 71 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 72 distdir = $(PACKAGE)-$(VERSION)
 73 top_distdir = $(distdir)
 74 am__remove_distdir = \
 75   { test ! -d $(distdir) \
 76     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 77          && rm -fr $(distdir); }; }
 78 DIST_ARCHIVES = $(distdir).tar.gz
 79 GZIP_ENV = --best
 80 distuninstallcheck_listfiles = find . -type f -print
 81 distcleancheck_listfiles = find . -type f -print
 82 ACLOCAL = @ACLOCAL@
 83 AMDEP_FALSE = @AMDEP_FALSE@
 84 AMDEP_TRUE = @AMDEP_TRUE@
 85 AMD_FS_OBJS = @AMD_FS_OBJS@
 86 AMD_INFO_OBJS = @AMD_INFO_OBJS@
 87 AMTAR = @AMTAR@
 88 AMU_AUTOFS_PROT_HEADER = @AMU_AUTOFS_PROT_HEADER@
 89 AMU_CFLAGS = @AMU_CFLAGS@
 90 AMU_LIB_OBJS = @AMU_LIB_OBJS@
 91 AMU_NFS_PROT_HEADER = @AMU_NFS_PROT_HEADER@
 92 AR = @AR@
 93 AUTOCONF = @AUTOCONF@
 94 AUTOHEADER = @AUTOHEADER@
 95 AUTOMAKE = @AUTOMAKE@
 96 AWK = @AWK@
 97 CC = @CC@
 98 CCDEPMODE = @CCDEPMODE@
 99 CFLAGS = @CFLAGS@
100 CPP = @CPP@
101 CPPFLAGS = @CPPFLAGS@
102 CXX = @CXX@
103 CXXCPP = @CXXCPP@
104 CXXDEPMODE = @CXXDEPMODE@
105 CXXFLAGS = @CXXFLAGS@
106 CYGPATH_W = @CYGPATH_W@
107 DEFS = @DEFS@
108 DEPDIR = @DEPDIR@
109 ECHO = @ECHO@
110 ECHO_C = @ECHO_C@
111 ECHO_N = @ECHO_N@
112 ECHO_T = @ECHO_T@
113 EGREP = @EGREP@
114 EXEEXT = @EXEEXT@
115 F77 = @F77@
116 FFLAGS = @FFLAGS@
117 INSTALL_DATA = @INSTALL_DATA@
118 INSTALL_PROGRAM = @INSTALL_PROGRAM@
119 INSTALL_SCRIPT = @INSTALL_SCRIPT@
120 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
121 LDFLAGS = @LDFLAGS@
122 LEX = @LEX@
123 LEXLIB = @LEXLIB@
124 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
125 LIBOBJS = @LIBOBJS@
126 LIBS = @LIBS@
127 LIBTOOL = @LIBTOOL@
128 LIBTOOL_DEPS = @LIBTOOL_DEPS@
129 LIBTOOL_LDFLAGS = @LIBTOOL_LDFLAGS@
130 LN_S = @LN_S@
131 LTLIBOBJS = @LTLIBOBJS@
132 MAINT = @MAINT@
133 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
134 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
135 MAKEINFO = @MAKEINFO@
136 OBJEXT = @OBJEXT@
137 PACKAGE = @PACKAGE@
138 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
139 PACKAGE_NAME = @PACKAGE_NAME@
140 PACKAGE_STRING = @PACKAGE_STRING@
141 PACKAGE_TARNAME = @PACKAGE_TARNAME@
142 PACKAGE_VERSION = @PACKAGE_VERSION@
143 PATH_SEPARATOR = @PATH_SEPARATOR@
144 PERL = @PERL@
145 RANLIB = @RANLIB@
146 SET_MAKE = @SET_MAKE@
147 SHELL = @SHELL@
148 STRIP = @STRIP@
149 UNMOUNT_PROGRAM = @UNMOUNT_PROGRAM@
150 VERSION = @VERSION@
151 WRAPLIB = @WRAPLIB@
152 YACC = @YACC@
153 ac_ct_AR = @ac_ct_AR@
154 ac_ct_CC = @ac_ct_CC@
155 ac_ct_CXX = @ac_ct_CXX@
156 ac_ct_F77 = @ac_ct_F77@
157 ac_ct_RANLIB = @ac_ct_RANLIB@
158 ac_ct_STRIP = @ac_ct_STRIP@
159 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
160 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
161 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
162 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
163 am__include = @am__include@
164 am__leading_dot = @am__leading_dot@
165 am__quote = @am__quote@
166 am__tar = @am__tar@
167 am__untar = @am__untar@
168 am_utils_unmount_args = @am_utils_unmount_args@
169 am_utils_unmount_call = @am_utils_unmount_call@
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 sharedstatedir = @sharedstatedir@
196 sysconfdir = @sysconfdir@
197 target_alias = @target_alias@
198 SUBDIRS = \
199         libamu          \
200         amd             \
201         amq             \
202         \
203         fixmount        \
204         fsinfo          \
205         hlfsd           \
206         mk-amd-map      \
207         wire-test       \
208         \
209         scripts         \
210         doc
211 
212 
213 # temporary tests override SUBDIRS
214 #SUBDIRS = lib wire-test amq amd
215 
216 # additional files to add to the distribution tar file
217 #       m4/aclocal
218 EXTRA_DIST_M4 = \
219         m4/GNUmakefile                  \
220         m4/amdgrep                      \
221         m4/amindent                     \
222         m4/autopat                      \
223         m4/chop-aclocal.pl              \
224         m4/copy-if-newbig               \
225         m4/mk-aclocal                   \
226         m4/mkconf                       \
227         m4/rmtspc                       \
228         m4/update_build_version         \
229         \
230         m4/macros/HEADER                                \
231         m4/macros/TRAILER                               \
232         m4/macros/c_void_p.m4                           \
233         m4/macros/cache_check_dynamic.m4                \
234         m4/macros/check_amu_fs.m4                       \
235         m4/macros/check_autofs_style.m4                 \
236         m4/macros/check_checkmount_style.m4             \
237         m4/macros/check_extern.m4                       \
238         m4/macros/check_extern_ldap.m4                  \
239         m4/macros/check_fhandle.m4                      \
240         m4/macros/check_field.m4                        \
241         m4/macros/check_fs_headers.m4                   \
242         m4/macros/check_fs_mntent.m4                    \
243         m4/macros/check_gnu_getopt.m4                   \
244         m4/macros/check_hide_mount_type.m4              \
245         m4/macros/check_lib2.m4                         \
246         m4/macros/check_libwrap_severity.m4             \
247         m4/macros/check_map_funcs.m4                    \
248         m4/macros/check_mnt2_cdfs_opt.m4                \
249         m4/macros/check_mnt2_gen_opt.m4                 \
250         m4/macros/check_mnt2_nfs_opt.m4                 \
251         m4/macros/check_mnttab_file_name.m4             \
252         m4/macros/check_mnttab_location.m4              \
253         m4/macros/check_mnttab_opt.m4                   \
254         m4/macros/check_mnttab_style.m4                 \
255         m4/macros/check_mnttab_type.m4                  \
256         m4/macros/check_mount_style.m4                  \
257         m4/macros/check_mount_trap.m4                   \
258         m4/macros/check_mount_type.m4                   \
259         m4/macros/check_mtype_printf_type.m4            \
260         m4/macros/check_mtype_type.m4                   \
261         m4/macros/check_network_transport_type.m4       \
262         m4/macros/check_nfs_fh_dref.m4                  \
263         m4/macros/check_nfs_hn_dref.m4                  \
264         m4/macros/check_nfs_prot_headers.m4             \
265         m4/macros/check_nfs_sa_dref.m4                  \
266         m4/macros/check_nfs_socket_connection.m4        \
267         m4/macros/check_os_libs.m4                      \
268         m4/macros/check_restartable_signal_handler.m4   \
269         m4/macros/check_umount_style.m4                 \
270         m4/macros/check_unmount_args.m4                 \
271         m4/macros/check_unmount_call.m4                 \
272         m4/macros/expand_cpp_hex.m4                     \
273         m4/macros/expand_cpp_int.m4                     \
274         m4/macros/expand_cpp_string.m4                  \
275         m4/macros/expand_run_string.m4                  \
276         m4/macros/extern_optarg.m4                      \
277         m4/macros/extern_sys_errlist.m4                 \
278         m4/macros/field_mntent_t_mnt_time_string.m4     \
279         m4/macros/func_bad_hasmntopt.m4                 \
280         m4/macros/func_bad_memcmp.m4                    \
281         m4/macros/func_bad_yp_all.m4                    \
282         m4/macros/header_templates.m4                   \
283         m4/macros/host_macros.m4                        \
284         m4/macros/libtool.m4                            \
285         m4/macros/linux_headers.m4                      \
286         m4/macros/localconfig.m4                        \
287         m4/macros/mount_headers.m4                      \
288         m4/macros/opt_amu_cflags.m4                     \
289         m4/macros/opt_cppflags.m4                       \
290         m4/macros/opt_debug.m4                          \
291         m4/macros/opt_ldflags.m4                        \
292         m4/macros/opt_libs.m4                           \
293         m4/macros/os_cflags.m4                          \
294         m4/macros/os_cppflags.m4                        \
295         m4/macros/os_ldflags.m4                         \
296         m4/macros/package_bugreport.m4                  \
297         m4/macros/package_name.m4                       \
298         m4/macros/package_version.m4                    \
299         m4/macros/save_state.m4                         \
300         m4/macros/struct_field_nfs_fh.m4                \
301         m4/macros/struct_mntent.m4                      \
302         m4/macros/struct_mnttab.m4                      \
303         m4/macros/struct_nfs_args.m4                    \
304         m4/macros/struct_nfs_fh.m4                      \
305         m4/macros/struct_nfs_gfs_mount.m4               \
306         m4/macros/try_compile_anyfs.m4                  \
307         m4/macros/try_compile_nfs.m4                    \
308         m4/macros/try_compile_rpc.m4                    \
309         m4/macros/type_auth_create_gidlist.m4           \
310         m4/macros/type_autofs_args.m4                   \
311         m4/macros/type_cachefs_args.m4                  \
312         m4/macros/type_cdfs_args.m4                     \
313         m4/macros/type_efs_args.m4                      \
314         m4/macros/type_lofs_args.m4                     \
315         m4/macros/type_mfs_args.m4                      \
316         m4/macros/type_pcfs_args.m4                     \
317         m4/macros/type_recvfrom_fromlen.m4              \
318         m4/macros/type_rfs_args.m4                      \
319         m4/macros/type_rpcvers_t.m4                     \
320         m4/macros/type_svc_in_arg.m4                    \
321         m4/macros/type_time_t.m4                        \
322         m4/macros/type_tmpfs_args.m4                    \
323         m4/macros/type_ufs_args.m4                      \
324         m4/macros/type_xdrproc_t.m4                     \
325         m4/macros/type_xfs_args.m4                      \
326         m4/macros/type_yp_order_outorder.m4             \
327         m4/macros/with_addon.m4
328 
329 EXTRA_DIST_CONF = \
330         conf/autofs/autofs_default.h            \
331         conf/autofs/autofs_default.c            \
332         conf/autofs/autofs_linux.h              \
333         conf/autofs/autofs_linux.c              \
334         conf/autofs/autofs_solaris_v1.h         \
335         conf/autofs/autofs_solaris_v1.c         \
336         conf/autofs/autofs_solaris_v2_v3.h      \
337         conf/autofs/autofs_solaris_v2_v3.c      \
338         \
339         conf/checkmount/checkmount_aix.c        \
340         conf/checkmount/checkmount_bsd44.c      \
341         conf/checkmount/checkmount_default.c    \
342         conf/checkmount/checkmount_osf.c        \
343         conf/checkmount/checkmount_svr4.c       \
344         conf/checkmount/checkmount_ultrix.c     \
345         \
346         conf/fh_dref/fh_dref_aix3.h             \
347         conf/fh_dref/fh_dref_aix42.h            \
348         conf/fh_dref/fh_dref_bsd44.h            \
349         conf/fh_dref/fh_dref_default.h          \
350         conf/fh_dref/fh_dref_freebsd22.h        \
351         conf/fh_dref/fh_dref_hpux.h             \
352         conf/fh_dref/fh_dref_irix.h             \
353         conf/fh_dref/fh_dref_isc3.h             \
354         conf/fh_dref/fh_dref_linux.h            \
355         conf/fh_dref/fh_dref_nextstep.h         \
356         conf/fh_dref/fh_dref_osf2.h             \
357         conf/fh_dref/fh_dref_osf4.h             \
358         conf/fh_dref/fh_dref_sunos3.h           \
359         conf/fh_dref/fh_dref_sunos4.h           \
360         conf/fh_dref/fh_dref_svr4.h             \
361         \
362         conf/hn_dref/hn_dref_default.h  \
363         conf/hn_dref/hn_dref_isc3.h     \
364         conf/hn_dref/hn_dref_linux.h    \
365         \
366         conf/mount/mount_aix.c          \
367         conf/mount/mount_aix3.c         \
368         conf/mount/mount_bsdi3.c        \
369         conf/mount/mount_default.c      \
370         conf/mount/mount_hpux.c         \
371         conf/mount/mount_irix5.c        \
372         conf/mount/mount_irix6.c        \
373         conf/mount/mount_isc3.c         \
374         conf/mount/mount_linux.c        \
375         conf/mount/mount_mach3.c        \
376         conf/mount/mount_stellix.c      \
377         conf/mount/mount_svr4.c         \
378         \
379         conf/mtab/mtab_aix.c            \
380         conf/mtab/mtab_bsd.c            \
381         conf/mtab/mtab_file.c           \
382         conf/mtab/mtab_isc3.c           \
383         conf/mtab/mtab_linux.c          \
384         conf/mtab/mtab_mach3.c          \
385         conf/mtab/mtab_osf.c            \
386         conf/mtab/mtab_svr4.c           \
387         conf/mtab/mtab_ultrix.c         \
388         \
389         conf/nfs_prot/nfs_prot_aix3.h           \
390         conf/nfs_prot/nfs_prot_aix4.h           \
391         conf/nfs_prot/nfs_prot_aix4_2.h         \
392         conf/nfs_prot/nfs_prot_aix4_3.h         \
393         conf/nfs_prot/nfs_prot_aix5_1.h         \
394         conf/nfs_prot/nfs_prot_aix5_2.h         \
395         conf/nfs_prot/nfs_prot_bsdi2.h          \
396         conf/nfs_prot/nfs_prot_bsdi3.h          \
397         conf/nfs_prot/nfs_prot_darwin.h         \
398         conf/nfs_prot/nfs_prot_default.h        \
399         conf/nfs_prot/nfs_prot_freebsd2.h       \
400         conf/nfs_prot/nfs_prot_freebsd3.h       \
401         conf/nfs_prot/nfs_prot_hpux.h           \
402         conf/nfs_prot/nfs_prot_hpux11.h         \
403         conf/nfs_prot/nfs_prot_irix5.h          \
404         conf/nfs_prot/nfs_prot_irix6.h          \
405         conf/nfs_prot/nfs_prot_linux.h          \
406         conf/nfs_prot/nfs_prot_ncr2.h           \
407         conf/nfs_prot/nfs_prot_nextstep.h       \
408         conf/nfs_prot/nfs_prot_netbsd.h         \
409         conf/nfs_prot/nfs_prot_netbsd1_3.h      \
410         conf/nfs_prot/nfs_prot_netbsd1_4.h      \
411         conf/nfs_prot/nfs_prot_openbsd.h        \
412         conf/nfs_prot/nfs_prot_osf2.h           \
413         conf/nfs_prot/nfs_prot_osf4.h           \
414         conf/nfs_prot/nfs_prot_osf5.h           \
415         conf/nfs_prot/nfs_prot_sunos3.h         \
416         conf/nfs_prot/nfs_prot_sunos4.h         \
417         conf/nfs_prot/nfs_prot_sunos5_3.h       \
418         conf/nfs_prot/nfs_prot_sunos5_4.h       \
419         conf/nfs_prot/nfs_prot_sunos5_5.h       \
420         conf/nfs_prot/nfs_prot_sunos5_6.h       \
421         conf/nfs_prot/nfs_prot_sunos5_7.h       \
422         conf/nfs_prot/nfs_prot_sunos5_8.h       \
423         conf/nfs_prot/nfs_prot_svr4.h           \
424         conf/nfs_prot/nfs_prot_ultrix.h         \
425         \
426         conf/sa_dref/sa_dref_386bsd.h   \
427         conf/sa_dref/sa_dref_aix3.h     \
428         conf/sa_dref/sa_dref_aoi.h      \
429         conf/sa_dref/sa_dref_bsd44.h    \
430         conf/sa_dref/sa_dref_default.h  \
431         conf/sa_dref/sa_dref_isc3.h     \
432         conf/sa_dref/sa_dref_linux.h    \
433         conf/sa_dref/sa_dref_svr4.h     \
434         \
435         conf/transp/transp_sockets.c    \
436         conf/transp/transp_tli.c        \
437         \
438         conf/trap/trap_aix3.h           \
439         conf/trap/trap_aux.h            \
440         conf/trap/trap_default.h        \
441         conf/trap/trap_dgux.h           \
442         conf/trap/trap_hcx.h            \
443         conf/trap/trap_hpux.h           \
444         conf/trap/trap_irix.h           \
445         conf/trap/trap_isc3.h           \
446         conf/trap/trap_linux.h          \
447         conf/trap/trap_mach3.h          \
448         conf/trap/trap_news4.h          \
449         conf/trap/trap_rtu6.h           \
450         conf/trap/trap_stellix.h        \
451         conf/trap/trap_svr4.h           \
452         conf/trap/trap_ultrix.h         \
453         \
454         conf/umount/umount_aix.c        \
455         conf/umount/umount_bsd44.c      \
456         conf/umount/umount_default.c    \
457         conf/umount/umount_linux.c      \
458         conf/umount/umount_osf.c
459 
460 EXTRA_DIST_INCLUDE = \
461         include/am_compat.h     \
462         include/am_utils.h      \
463         include/am_xdr_func.h   \
464         include/am_defs.h       \
465         include/amq_defs.h      \
466         include/mount_headers1.h \
467         include/mount_headers2.h
468 
469 EXTRA_DIST = \
470         $(EXTRA_DIST_M4)        \
471         $(EXTRA_DIST_CONF)      \
472         $(EXTRA_DIST_INCLUDE)   \
473         \
474         BUGS                    \
475         FAQ                     \
476         LSM.am-utils            \
477         MIRRORS.txt             \
478         MIRRORS.html            \
479         README.autofs           \
480         README.ldap             \
481         README.osx              \
482         README.y2k              \
483         bootstrap               \
484         buildall                \
485         config.guess.long       \
486         depcomp                 \
487         ldap.schema             \
488         ldap-id.ms              \
489         ldap-id.txt             \
490         stamp-h.in              \
491         tasks
492 
493 DISTCLEANFILES = amu_nfs_prot.h config.cache.old dbgcf.h
494 
495 # make a snapshots and put them in the ftp snapshots directory
496 FTPTOP = /var/ftp/pub/am-utils
497 all: config.h
498         $(MAKE) $(AM_MAKEFLAGS) all-recursive
499 
500 .SUFFIXES:
501 am--refresh:
502         @:
503 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
504         @for dep in $?; do \
505           case '$(am__configure_deps)' in \
506             *$$dep*) \
507               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu  --ignore-deps'; \
508               cd $(srcdir) && $(AUTOMAKE) --gnu  --ignore-deps \
509                 && exit 0; \
510               exit 1;; \
511           esac; \
512         done; \
513         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  --ignore-deps Makefile'; \
514         cd $(top_srcdir) && \
515           $(AUTOMAKE) --gnu  --ignore-deps Makefile
516 .PRECIOUS: Makefile
517 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
518         @case '$?' in \
519           *config.status*) \
520             echo ' $(SHELL) ./config.status'; \
521             $(SHELL) ./config.status;; \
522           *) \
523             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
524             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
525         esac;
526 
527 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
528         $(SHELL) ./config.status --recheck
529 
530 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
531         cd $(srcdir) && $(AUTOCONF)
532 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
533         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
534 
535 config.h: stamp-h1
536         @if test ! -f $@; then \
537           rm -f stamp-h1; \
538           $(MAKE) stamp-h1; \
539         else :; fi
540 
541 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
542         @rm -f stamp-h1
543         cd $(top_builddir) && $(SHELL) ./config.status config.h
544 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
545         cd $(top_srcdir) && $(AUTOHEADER)
546         rm -f stamp-h1
547         touch $@
548 
549 distclean-hdr:
550         -rm -f config.h stamp-h1
551 aux_conf.h: $(top_builddir)/config.status $(srcdir)/aux_conf.h.in
552         cd $(top_builddir) && $(SHELL) ./config.status $@
553 
554 mostlyclean-libtool:
555         -rm -f *.lo
556 
557 clean-libtool:
558         -rm -rf .libs _libs
559 
560 distclean-libtool:
561         -rm -f libtool
562 uninstall-info-am:
563 
564 # This directory's subdirectories are mostly independent; you can cd
565 # into them and run `make' without going through this Makefile.
566 # To change the values of `make' variables: instead of editing Makefiles,
567 # (1) if the variable is set in `config.status', edit `config.status'
568 #     (which will cause the Makefiles to be regenerated when you run `make');
569 # (2) otherwise, pass the desired values on the `make' command line.
570 $(RECURSIVE_TARGETS):
571         @set fnord $$MAKEFLAGS; amf=$$2; \
572         dot_seen=no; \
573         target=`echo $@ | sed s/-recursive//`; \
574         list='$(SUBDIRS)'; for subdir in $$list; do \
575           echo "Making $$target in $$subdir"; \
576           if test "$$subdir" = "."; then \
577             dot_seen=yes; \
578             local_target="$$target-am"; \
579           else \
580             local_target="$$target"; \
581           fi; \
582           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
583            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
584         done; \
585         if test "$$dot_seen" = "no"; then \
586           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
587         fi; test -z "$$fail"
588 
589 mostlyclean-recursive clean-recursive distclean-recursive \
590 maintainer-clean-recursive:
591         @set fnord $$MAKEFLAGS; amf=$$2; \
592         dot_seen=no; \
593         case "$@" in \
594           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
595           *) list='$(SUBDIRS)' ;; \
596         esac; \
597         rev=''; for subdir in $$list; do \
598           if test "$$subdir" = "."; then :; else \
599             rev="$$subdir $$rev"; \
600           fi; \
601         done; \
602         rev="$$rev ."; \
603         target=`echo $@ | sed s/-recursive//`; \
604         for subdir in $$rev; do \
605           echo "Making $$target in $$subdir"; \
606           if test "$$subdir" = "."; then \
607             local_target="$$target-am"; \
608           else \
609             local_target="$$target"; \
610           fi; \
611           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
612            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
613         done && test -z "$$fail"
614 tags-recursive:
615         list='$(SUBDIRS)'; for subdir in $$list; do \
616           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
617         done
618 ctags-recursive:
619         list='$(SUBDIRS)'; for subdir in $$list; do \
620           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
621         done
622 
623 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
624         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
625         unique=`for i in $$list; do \
626             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
627           done | \
628           $(AWK) '    { files[$$0] = 1; } \
629                END { for (i in files) print i; }'`; \
630         mkid -fID $$unique
631 tags: TAGS
632 
633 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
634                 $(TAGS_FILES) $(LISP)
635         tags=; \
636         here=`pwd`; \
637         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
638           include_option=--etags-include; \
639           empty_fix=.; \
640         else \
641           include_option=--include; \
642           empty_fix=; \
643         fi; \
644         list='$(SUBDIRS)'; for subdir in $$list; do \
645           if test "$$subdir" = .; then :; else \
646             test ! -f $$subdir/TAGS || \
647               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
648           fi; \
649         done; \
650         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
651         unique=`for i in $$list; do \
652             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
653           done | \
654           $(AWK) '    { files[$$0] = 1; } \
655                END { for (i in files) print i; }'`; \
656         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
657           test -n "$$unique" || unique=$$empty_fix; \
658           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
659             $$tags $$unique; \
660         fi
661 ctags: CTAGS
662 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
663                 $(TAGS_FILES) $(LISP)
664         tags=; \
665         here=`pwd`; \
666         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
667         unique=`for i in $$list; do \
668             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
669           done | \
670           $(AWK) '    { files[$$0] = 1; } \
671                END { for (i in files) print i; }'`; \
672         test -z "$(CTAGS_ARGS)$$tags$$unique" \
673           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
674              $$tags $$unique
675 
676 GTAGS:
677         here=`$(am__cd) $(top_builddir) && pwd` \
678           && cd $(top_srcdir) \
679           && gtags -i $(GTAGS_ARGS) $$here
680 
681 distclean-tags:
682         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
683 
684 distdir: $(DISTFILES)
685         $(am__remove_distdir)
686         mkdir $(distdir)
687         $(mkdir_p) $(distdir)/. $(distdir)/conf/autofs $(distdir)/conf/checkmount $(distdir)/conf/fh_dref $(distdir)/conf/hn_dref $(distdir)/conf/mount $(distdir)/conf/mtab $(distdir)/conf/nfs_prot $(distdir)/conf/sa_dref $(distdir)/conf/transp $(distdir)/conf/trap $(distdir)/conf/umount $(distdir)/include $(distdir)/m4 $(distdir)/m4/macros $(distdir)/scripts
688         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
689         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
690         list='$(DISTFILES)'; for file in $$list; do \
691           case $$file in \
692             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
693             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
694           esac; \
695           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
696           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
697           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
698             dir="/$$dir"; \
699             $(mkdir_p) "$(distdir)$$dir"; \
700           else \
701             dir=''; \
702           fi; \
703           if test -d $$d/$$file; then \
704             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
705               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
706             fi; \
707             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
708           else \
709             test -f $(distdir)/$$file \
710             || cp -p $$d/$$file $(distdir)/$$file \
711             || exit 1; \
712           fi; \
713         done
714         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
715           if test "$$subdir" = .; then :; else \
716             test -d "$(distdir)/$$subdir" \
717             || $(mkdir_p) "$(distdir)/$$subdir" \
718             || exit 1; \
719             distdir=`$(am__cd) $(distdir) && pwd`; \
720             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
721             (cd $$subdir && \
722               $(MAKE) $(AM_MAKEFLAGS) \
723                 top_distdir="$$top_distdir" \
724                 distdir="$$distdir/$$subdir" \
725                 distdir) \
726               || exit 1; \
727           fi; \
728         done
729         $(MAKE) $(AM_MAKEFLAGS) \
730           top_distdir="$(top_distdir)" distdir="$(distdir)" \
731           dist-hook
732         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
733           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
734           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
735           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
736         || chmod -R a+r $(distdir)
737 dist-gzip: distdir
738         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
739         $(am__remove_distdir)
740 
741 dist-bzip2: distdir
742         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
743         $(am__remove_distdir)
744 
745 dist-tarZ: distdir
746         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
747         $(am__remove_distdir)
748 
749 dist-shar: distdir
750         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
751         $(am__remove_distdir)
752 
753 dist-zip: distdir
754         -rm -f $(distdir).zip
755         zip -rq $(distdir).zip $(distdir)
756         $(am__remove_distdir)
757 
758 dist dist-all: distdir
759         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
760         $(am__remove_distdir)
761 
762 # This target untars the dist file and tries a VPATH configuration.  Then
763 # it guarantees that the distribution is self-contained by making another
764 # tarfile.
765 distcheck: dist
766         case '$(DIST_ARCHIVES)' in \
767         *.tar.gz*) \
768           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
769         *.tar.bz2*) \
770           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
771         *.tar.Z*) \
772           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
773         *.shar.gz*) \
774           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
775         *.zip*) \
776           unzip $(distdir).zip ;;\
777         esac
778         chmod -R a-w $(distdir); chmod a+w $(distdir)
779         mkdir $(distdir)/_build
780         mkdir $(distdir)/_inst
781         chmod a-w $(distdir)
782         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
783           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
784           && cd $(distdir)/_build \
785           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
786             $(DISTCHECK_CONFIGURE_FLAGS) \
787           && $(MAKE) $(AM_MAKEFLAGS) \
788           && $(MAKE) $(AM_MAKEFLAGS) dvi \
789           && $(MAKE) $(AM_MAKEFLAGS) check \
790           && $(MAKE) $(AM_MAKEFLAGS) install \
791           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
792           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
793           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
794                 distuninstallcheck \
795           && chmod -R a-w "$$dc_install_base" \
796           && ({ \
797                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
798                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
799                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
800                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
801                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
802               } || { rm -rf "$$dc_destdir"; exit 1; }) \
803           && rm -rf "$$dc_destdir" \
804           && $(MAKE) $(AM_MAKEFLAGS) dist \
805           && rm -rf $(DIST_ARCHIVES) \
806           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
807         $(am__remove_distdir)
808         @(echo "$(distdir) archives ready for distribution: "; \
809           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
810           sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
811 distuninstallcheck:
812         @cd $(distuninstallcheck_dir) \
813         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
814            || { echo "ERROR: files left after uninstall:" ; \
815                 if test -n "$(DESTDIR)"; then \
816                   echo "  (check DESTDIR support)"; \
817                 fi ; \
818                 $(distuninstallcheck_listfiles) ; \
819                 exit 1; } >&2
820 distcleancheck: distclean
821         @if test '$(srcdir)' = . ; then \
822           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
823           exit 1 ; \
824         fi
825         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
826           || { echo "ERROR: files left in build directory after distclean:" ; \
827                $(distcleancheck_listfiles) ; \
828                exit 1; } >&2
829 check-am: all-am
830 check: check-recursive
831 all-am: Makefile config.h
832 installdirs: installdirs-recursive
833 installdirs-am:
834 install: install-recursive
835 install-exec: install-exec-recursive
836 install-data: install-data-recursive
837 uninstall: uninstall-recursive
838 
839 install-am: all-am
840         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
841 
842 installcheck: installcheck-recursive
843 install-strip:
844         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
845           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
846           `test -z '$(STRIP)' || \
847             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
848 mostlyclean-generic:
849 
850 clean-generic:
851 
852 distclean-generic:
853         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
854         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
855 
856 maintainer-clean-generic:
857         @echo "This command is intended for maintainers to use"
858         @echo "it deletes files that may require special tools to rebuild."
859 clean: clean-recursive
860 
861 clean-am: clean-generic clean-libtool mostlyclean-am
862 
863 distclean: distclean-recursive
864         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
865         -rm -f Makefile
866 distclean-am: clean-am distclean-generic distclean-hdr \
867         distclean-libtool distclean-tags
868 
869 dvi: dvi-recursive
870 
871 dvi-am:
872 
873 html: html-recursive
874 
875 info: info-recursive
876 
877 info-am:
878 
879 install-data-am:
880 
881 install-exec-am:
882 
883 install-info: install-info-recursive
884 
885 install-man:
886 
887 installcheck-am:
888 
889 maintainer-clean: maintainer-clean-recursive
890         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
891         -rm -rf $(top_srcdir)/autom4te.cache
892         -rm -f Makefile
893 maintainer-clean-am: distclean-am maintainer-clean-generic
894 
895 mostlyclean: mostlyclean-recursive
896 
897 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
898 
899 pdf: pdf-recursive
900 
901 pdf-am:
902 
903 ps: ps-recursive
904 
905 ps-am:
906 
907 uninstall-am: uninstall-info-am
908 
909 uninstall-info: uninstall-info-recursive
910 
911 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
912         check-am clean clean-generic clean-libtool clean-recursive \
913         ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
914         dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \
915         distclean-generic distclean-hdr distclean-libtool \
916         distclean-recursive distclean-tags distcleancheck distdir \
917         distuninstallcheck dvi dvi-am html html-am info info-am \
918         install install-am install-data install-data-am install-exec \
919         install-exec-am install-info install-info-am install-man \
920         install-strip installcheck installcheck-am installdirs \
921         installdirs-am maintainer-clean maintainer-clean-generic \
922         maintainer-clean-recursive mostlyclean mostlyclean-generic \
923         mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
924         tags tags-recursive uninstall uninstall-am uninstall-info-am
925 
926 
927 @SET_MAKE@
928 
929 ##############################################################################
930 # Personal maintainer rules by Erez Zadok
931 
932 # update possibly new versions of autoconf/automake/libtool files
933 update:
934         (cd $(top_srcdir) && ${MAKE} ${MFLAGS} -f ./m4/GNUmakefile update)
935         ${MAKE} ${MFLAGS} libtool
936 
937 # remake libtool
938 libtool: $(LIBTOOL_DEPS)
939         $(SHELL) ./config.status --recheck
940 snapshot: dist install-snapshot
941 install-snapshot:
942         snap=`/bin/ls -1 am-utils*.tar.gz` && \
943         echo COPYING SNAPSHOTS: $$snap && \
944         cp -pu $$snap $(FTPTOP)/snapshots && \
945         rm -f $(FTPTOP)/am-utils-6.1-snapshot.tar.gz && \
946         ln -s snapshots/$$snap $(FTPTOP)/am-utils-6.1-snapshot.tar.gz && \
947         (cd $(FTPTOP) && ${MAKE} ${MFLAGS}) && \
948         (cd $(FTPTOP)/snapshots && ${MAKE} ${MFLAGS})
949 test-snapshot: dist
950         mv -f am-utils*.tar.gz /var/ftp/private/ezk
951 
952 # dist hook: change directory modes so they are not world writable
953 dist-hook:
954         @echo "Protecting distribution directories..."
955         chmod -R go-w $(distdir)
956 # Tell versions [3.59,3.63) of GNU make to not export all variables.
957 # Otherwise a system limit (for SysV at least) may be exceeded.
958 .NOEXPORT:

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
This page is hosted at the Filesystems and Storage Lab at Stony Brook.