1 1.1.1.8 christos # Makefile.in generated by automake 1.17 from Makefile.am. 2 1.1 christos # @configure_input@ 3 1.1 christos 4 1.1.1.8 christos # Copyright (C) 1994-2024 Free Software Foundation, Inc. 5 1.1.1.3 christos 6 1.1 christos # This Makefile.in is free software; the Free Software Foundation 7 1.1 christos # gives unlimited permission to copy and/or distribute it, 8 1.1 christos # with or without modifications, as long as this notice is preserved. 9 1.1 christos 10 1.1 christos # This program is distributed in the hope that it will be useful, 11 1.1 christos # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12 1.1 christos # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13 1.1 christos # PARTICULAR PURPOSE. 14 1.1 christos 15 1.1 christos @SET_MAKE@ 16 1.1 christos 17 1.1 christos VPATH = @srcdir@ 18 1.1.1.5 christos am__is_gnu_make = { \ 19 1.1.1.5 christos if test -z '$(MAKELEVEL)'; then \ 20 1.1.1.5 christos false; \ 21 1.1.1.5 christos elif test -n '$(MAKE_HOST)'; then \ 22 1.1.1.5 christos true; \ 23 1.1.1.5 christos elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 1.1.1.5 christos true; \ 25 1.1.1.5 christos else \ 26 1.1.1.5 christos false; \ 27 1.1.1.5 christos fi; \ 28 1.1.1.5 christos } 29 1.1.1.3 christos am__make_running_with_option = \ 30 1.1.1.3 christos case $${target_option-} in \ 31 1.1.1.3 christos ?) ;; \ 32 1.1.1.3 christos *) echo "am__make_running_with_option: internal error: invalid" \ 33 1.1.1.3 christos "target option '$${target_option-}' specified" >&2; \ 34 1.1.1.3 christos exit 1;; \ 35 1.1.1.3 christos esac; \ 36 1.1.1.3 christos has_opt=no; \ 37 1.1.1.3 christos sane_makeflags=$$MAKEFLAGS; \ 38 1.1.1.3 christos if $(am__is_gnu_make); then \ 39 1.1.1.3 christos sane_makeflags=$$MFLAGS; \ 40 1.1.1.3 christos else \ 41 1.1.1.3 christos case $$MAKEFLAGS in \ 42 1.1.1.3 christos *\\[\ \ ]*) \ 43 1.1.1.3 christos bs=\\; \ 44 1.1.1.3 christos sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45 1.1.1.3 christos | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46 1.1.1.3 christos esac; \ 47 1.1.1.3 christos fi; \ 48 1.1.1.3 christos skip_next=no; \ 49 1.1.1.3 christos strip_trailopt () \ 50 1.1.1.3 christos { \ 51 1.1.1.3 christos flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 1.1.1.3 christos }; \ 53 1.1.1.3 christos for flg in $$sane_makeflags; do \ 54 1.1.1.3 christos test $$skip_next = yes && { skip_next=no; continue; }; \ 55 1.1.1.3 christos case $$flg in \ 56 1.1.1.3 christos *=*|--*) continue;; \ 57 1.1.1.3 christos -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 1.1.1.3 christos -*I?*) strip_trailopt 'I';; \ 59 1.1.1.3 christos -*O) strip_trailopt 'O'; skip_next=yes;; \ 60 1.1.1.3 christos -*O?*) strip_trailopt 'O';; \ 61 1.1.1.3 christos -*l) strip_trailopt 'l'; skip_next=yes;; \ 62 1.1.1.3 christos -*l?*) strip_trailopt 'l';; \ 63 1.1.1.3 christos -[dEDm]) skip_next=yes;; \ 64 1.1.1.3 christos -[JT]) skip_next=yes;; \ 65 1.1.1.3 christos esac; \ 66 1.1.1.3 christos case $$flg in \ 67 1.1.1.3 christos *$$target_option*) has_opt=yes; break;; \ 68 1.1.1.3 christos esac; \ 69 1.1.1.3 christos done; \ 70 1.1.1.3 christos test $$has_opt = yes 71 1.1.1.3 christos am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72 1.1.1.3 christos am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73 1.1.1.8 christos am__rm_f = rm -f $(am__rm_f_notfound) 74 1.1.1.8 christos am__rm_rf = rm -rf $(am__rm_f_notfound) 75 1.1 christos pkgdatadir = $(datadir)/@PACKAGE@ 76 1.1 christos pkgincludedir = $(includedir)/@PACKAGE@ 77 1.1.1.3 christos pkglibdir = $(libdir)/@PACKAGE@ 78 1.1 christos pkglibexecdir = $(libexecdir)/@PACKAGE@ 79 1.1 christos am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 80 1.1 christos install_sh_DATA = $(install_sh) -c -m 644 81 1.1 christos install_sh_PROGRAM = $(install_sh) -c 82 1.1 christos install_sh_SCRIPT = $(install_sh) -c 83 1.1 christos INSTALL_HEADER = $(INSTALL_DATA) 84 1.1 christos transform = $(program_transform_name) 85 1.1 christos NORMAL_INSTALL = : 86 1.1 christos PRE_INSTALL = : 87 1.1 christos POST_INSTALL = : 88 1.1 christos NORMAL_UNINSTALL = : 89 1.1 christos PRE_UNINSTALL = : 90 1.1 christos POST_UNINSTALL = : 91 1.1 christos build_triplet = @build@ 92 1.1 christos host_triplet = @host@ 93 1.1 christos subdir = modules/pam_deny 94 1.1 christos ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95 1.1.1.7 christos am__aclocal_m4_deps = $(top_srcdir)/m4/ax_compiler_vendor.m4 \ 96 1.1.1.7 christos $(top_srcdir)/m4/ax_pkg_config.m4 $(top_srcdir)/m4/libtool.m4 \ 97 1.1.1.7 christos $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 98 1.1.1.7 christos $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 99 1.1.1.7 christos $(top_srcdir)/configure.ac 100 1.1 christos am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 101 1.1 christos $(ACLOCAL_M4) 102 1.1.1.5 christos DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 103 1.1 christos mkinstalldirs = $(install_sh) -d 104 1.1 christos CONFIG_HEADER = $(top_builddir)/config.h 105 1.1 christos CONFIG_CLEAN_FILES = 106 1.1 christos CONFIG_CLEAN_VPATH_FILES = 107 1.1 christos am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 108 1.1 christos am__vpath_adj = case $$p in \ 109 1.1 christos $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 110 1.1 christos *) f=$$p;; \ 111 1.1 christos esac; 112 1.1 christos am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 113 1.1 christos am__install_max = 40 114 1.1 christos am__nobase_strip_setup = \ 115 1.1 christos srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 116 1.1 christos am__nobase_strip = \ 117 1.1 christos for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 118 1.1 christos am__nobase_list = $(am__nobase_strip_setup); \ 119 1.1 christos for p in $$list; do echo "$$p $$p"; done | \ 120 1.1 christos sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 121 1.1 christos $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 122 1.1 christos if (++n[$$2] == $(am__install_max)) \ 123 1.1 christos { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 124 1.1 christos END { for (dir in files) print dir, files[dir] }' 125 1.1 christos am__base_list = \ 126 1.1 christos sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 127 1.1 christos sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 128 1.1.1.3 christos am__uninstall_files_from_dir = { \ 129 1.1.1.8 christos { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 130 1.1.1.8 christos || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 131 1.1.1.8 christos $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \ 132 1.1.1.3 christos } 133 1.1.1.3 christos am__installdirs = "$(DESTDIR)$(moduledir)" 134 1.1.1.3 christos LTLIBRARIES = $(module_LTLIBRARIES) 135 1.1.1.5 christos am__DEPENDENCIES_1 = 136 1.1.1.5 christos @WITH_SYSTEM_LIBPAM_FALSE@pam_deny_la_DEPENDENCIES = $(top_builddir)/lib/libpam/libpam.la 137 1.1.1.5 christos @WITH_SYSTEM_LIBPAM_TRUE@pam_deny_la_DEPENDENCIES = \ 138 1.1.1.5 christos @WITH_SYSTEM_LIBPAM_TRUE@ $(am__DEPENDENCIES_1) 139 1.1 christos am_pam_deny_la_OBJECTS = pam_deny.lo 140 1.1 christos pam_deny_la_OBJECTS = $(am_pam_deny_la_OBJECTS) 141 1.1.1.3 christos AM_V_lt = $(am__v_lt_@AM_V@) 142 1.1.1.3 christos am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 143 1.1.1.3 christos am__v_lt_0 = --silent 144 1.1.1.3 christos am__v_lt_1 = 145 1.1.1.3 christos pam_deny_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 146 1.1 christos $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 147 1.1 christos $(pam_deny_la_LDFLAGS) $(LDFLAGS) -o $@ 148 1.1.1.3 christos AM_V_P = $(am__v_P_@AM_V@) 149 1.1.1.3 christos am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 150 1.1.1.3 christos am__v_P_0 = false 151 1.1.1.3 christos am__v_P_1 = : 152 1.1.1.3 christos AM_V_GEN = $(am__v_GEN_@AM_V@) 153 1.1.1.3 christos am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 154 1.1.1.3 christos am__v_GEN_0 = @echo " GEN " $@; 155 1.1.1.3 christos am__v_GEN_1 = 156 1.1.1.3 christos AM_V_at = $(am__v_at_@AM_V@) 157 1.1.1.3 christos am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 158 1.1.1.3 christos am__v_at_0 = @ 159 1.1.1.3 christos am__v_at_1 = 160 1.1 christos DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 161 1.1 christos depcomp = $(SHELL) $(top_srcdir)/depcomp 162 1.1.1.6 christos am__maybe_remake_depfiles = depfiles 163 1.1.1.6 christos am__depfiles_remade = ./$(DEPDIR)/pam_deny.Plo 164 1.1 christos am__mv = mv -f 165 1.1 christos COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 166 1.1 christos $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 167 1.1.1.3 christos LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 168 1.1.1.3 christos $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 169 1.1.1.3 christos $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 170 1.1.1.3 christos $(AM_CFLAGS) $(CFLAGS) 171 1.1.1.3 christos AM_V_CC = $(am__v_CC_@AM_V@) 172 1.1.1.3 christos am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 173 1.1.1.3 christos am__v_CC_0 = @echo " CC " $@; 174 1.1.1.3 christos am__v_CC_1 = 175 1.1 christos CCLD = $(CC) 176 1.1.1.3 christos LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 177 1.1.1.3 christos $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 178 1.1.1.3 christos $(AM_LDFLAGS) $(LDFLAGS) -o $@ 179 1.1.1.3 christos AM_V_CCLD = $(am__v_CCLD_@AM_V@) 180 1.1.1.3 christos am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 181 1.1.1.3 christos am__v_CCLD_0 = @echo " CCLD " $@; 182 1.1.1.3 christos am__v_CCLD_1 = 183 1.1 christos SOURCES = $(pam_deny_la_SOURCES) 184 1.1 christos DIST_SOURCES = $(pam_deny_la_SOURCES) 185 1.1.1.3 christos am__can_run_installinfo = \ 186 1.1.1.3 christos case $$AM_UPDATE_INFO_DIR in \ 187 1.1.1.3 christos n|no|NO) false;; \ 188 1.1.1.3 christos *) (install-info --version) >/dev/null 2>&1;; \ 189 1.1.1.3 christos esac 190 1.1.1.3 christos am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 191 1.1.1.3 christos # Read a list of newline-separated strings from the standard input, 192 1.1.1.3 christos # and print each of them once, without duplicates. Input order is 193 1.1.1.3 christos # *not* preserved. 194 1.1.1.3 christos am__uniquify_input = $(AWK) '\ 195 1.1.1.3 christos BEGIN { nonempty = 0; } \ 196 1.1.1.3 christos { items[$$0] = 1; nonempty = 1; } \ 197 1.1.1.3 christos END { if (nonempty) { for (i in items) print i; }; } \ 198 1.1.1.3 christos ' 199 1.1.1.3 christos # Make sure the list of sources is unique. This is necessary because, 200 1.1.1.3 christos # e.g., the same source file might be shared among _SOURCES variables 201 1.1.1.3 christos # for different programs/libraries. 202 1.1.1.3 christos am__define_uniq_tagged_files = \ 203 1.1.1.3 christos list='$(am__tagged_files)'; \ 204 1.1.1.3 christos unique=`for i in $$list; do \ 205 1.1.1.3 christos if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 206 1.1.1.3 christos done | $(am__uniquify_input)` 207 1.1.1.5 christos am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 208 1.1 christos DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 209 1.1 christos ACLOCAL = @ACLOCAL@ 210 1.1 christos AMTAR = @AMTAR@ 211 1.1.1.3 christos AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 212 1.1 christos AR = @AR@ 213 1.1 christos AUTOCONF = @AUTOCONF@ 214 1.1 christos AUTOHEADER = @AUTOHEADER@ 215 1.1 christos AUTOMAKE = @AUTOMAKE@ 216 1.1 christos AWK = @AWK@ 217 1.1 christos CC = @CC@ 218 1.1 christos CCDEPMODE = @CCDEPMODE@ 219 1.1 christos CFLAGS = @CFLAGS@ 220 1.1 christos CPP = @CPP@ 221 1.1 christos CPPFLAGS = @CPPFLAGS@ 222 1.1.1.6 christos CRYB_TEST_CFLAGS = @CRYB_TEST_CFLAGS@ 223 1.1.1.5 christos CRYB_TEST_LIBS = @CRYB_TEST_LIBS@ 224 1.1.1.6 christos CRYB_TEST_VERSION = @CRYB_TEST_VERSION@ 225 1.1.1.7 christos CSCOPE = @CSCOPE@ 226 1.1.1.7 christos CTAGS = @CTAGS@ 227 1.1.1.7 christos CXX = @CXX@ 228 1.1.1.7 christos CXXCPP = @CXXCPP@ 229 1.1.1.7 christos CXXDEPMODE = @CXXDEPMODE@ 230 1.1.1.7 christos CXXFLAGS = @CXXFLAGS@ 231 1.1 christos CYGPATH_W = @CYGPATH_W@ 232 1.1 christos DEFS = @DEFS@ 233 1.1 christos DEPDIR = @DEPDIR@ 234 1.1 christos DLLTOOL = @DLLTOOL@ 235 1.1 christos DL_LIBS = @DL_LIBS@ 236 1.1 christos DSYMUTIL = @DSYMUTIL@ 237 1.1 christos DUMPBIN = @DUMPBIN@ 238 1.1 christos ECHO_C = @ECHO_C@ 239 1.1 christos ECHO_N = @ECHO_N@ 240 1.1 christos ECHO_T = @ECHO_T@ 241 1.1 christos EGREP = @EGREP@ 242 1.1.1.7 christos ETAGS = @ETAGS@ 243 1.1 christos EXEEXT = @EXEEXT@ 244 1.1 christos FGREP = @FGREP@ 245 1.1.1.7 christos FILECMD = @FILECMD@ 246 1.1 christos GREP = @GREP@ 247 1.1 christos INSTALL = @INSTALL@ 248 1.1 christos INSTALL_DATA = @INSTALL_DATA@ 249 1.1 christos INSTALL_PROGRAM = @INSTALL_PROGRAM@ 250 1.1 christos INSTALL_SCRIPT = @INSTALL_SCRIPT@ 251 1.1 christos INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 252 1.1 christos LD = @LD@ 253 1.1 christos LDFLAGS = @LDFLAGS@ 254 1.1 christos LIBOBJS = @LIBOBJS@ 255 1.1 christos LIBS = @LIBS@ 256 1.1 christos LIBTOOL = @LIBTOOL@ 257 1.1 christos LIB_MAJ = @LIB_MAJ@ 258 1.1 christos LIPO = @LIPO@ 259 1.1 christos LN_S = @LN_S@ 260 1.1 christos LTLIBOBJS = @LTLIBOBJS@ 261 1.1.1.5 christos LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 262 1.1 christos MAKEINFO = @MAKEINFO@ 263 1.1 christos MANIFEST_TOOL = @MANIFEST_TOOL@ 264 1.1 christos MKDIR_P = @MKDIR_P@ 265 1.1 christos NM = @NM@ 266 1.1 christos NMEDIT = @NMEDIT@ 267 1.1 christos OBJDUMP = @OBJDUMP@ 268 1.1 christos OBJEXT = @OBJEXT@ 269 1.1 christos OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@ 270 1.1 christos OTOOL = @OTOOL@ 271 1.1 christos OTOOL64 = @OTOOL64@ 272 1.1 christos PACKAGE = @PACKAGE@ 273 1.1 christos PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 274 1.1 christos PACKAGE_NAME = @PACKAGE_NAME@ 275 1.1 christos PACKAGE_STRING = @PACKAGE_STRING@ 276 1.1 christos PACKAGE_TARNAME = @PACKAGE_TARNAME@ 277 1.1 christos PACKAGE_URL = @PACKAGE_URL@ 278 1.1 christos PACKAGE_VERSION = @PACKAGE_VERSION@ 279 1.1 christos PATH_SEPARATOR = @PATH_SEPARATOR@ 280 1.1.1.6 christos PKG_CONFIG = @PKG_CONFIG@ 281 1.1.1.6 christos PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 282 1.1.1.6 christos PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 283 1.1 christos RANLIB = @RANLIB@ 284 1.1 christos SED = @SED@ 285 1.1 christos SET_MAKE = @SET_MAKE@ 286 1.1 christos SHELL = @SHELL@ 287 1.1 christos STRIP = @STRIP@ 288 1.1.1.5 christos SYSTEM_LIBPAM = @SYSTEM_LIBPAM@ 289 1.1 christos VERSION = @VERSION@ 290 1.1 christos abs_builddir = @abs_builddir@ 291 1.1 christos abs_srcdir = @abs_srcdir@ 292 1.1 christos abs_top_builddir = @abs_top_builddir@ 293 1.1 christos abs_top_srcdir = @abs_top_srcdir@ 294 1.1 christos ac_ct_AR = @ac_ct_AR@ 295 1.1 christos ac_ct_CC = @ac_ct_CC@ 296 1.1.1.7 christos ac_ct_CXX = @ac_ct_CXX@ 297 1.1 christos ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 298 1.1 christos am__include = @am__include@ 299 1.1 christos am__leading_dot = @am__leading_dot@ 300 1.1 christos am__quote = @am__quote@ 301 1.1.1.8 christos am__rm_f_notfound = @am__rm_f_notfound@ 302 1.1 christos am__tar = @am__tar@ 303 1.1 christos am__untar = @am__untar@ 304 1.1.1.8 christos am__xargs_n = @am__xargs_n@ 305 1.1 christos bindir = @bindir@ 306 1.1 christos build = @build@ 307 1.1 christos build_alias = @build_alias@ 308 1.1 christos build_cpu = @build_cpu@ 309 1.1 christos build_os = @build_os@ 310 1.1 christos build_vendor = @build_vendor@ 311 1.1 christos builddir = @builddir@ 312 1.1.1.7 christos clang_ver = @clang_ver@ 313 1.1 christos datadir = @datadir@ 314 1.1 christos datarootdir = @datarootdir@ 315 1.1 christos docdir = @docdir@ 316 1.1 christos dvidir = @dvidir@ 317 1.1 christos exec_prefix = @exec_prefix@ 318 1.1 christos host = @host@ 319 1.1 christos host_alias = @host_alias@ 320 1.1 christos host_cpu = @host_cpu@ 321 1.1 christos host_os = @host_os@ 322 1.1 christos host_vendor = @host_vendor@ 323 1.1 christos htmldir = @htmldir@ 324 1.1 christos includedir = @includedir@ 325 1.1 christos infodir = @infodir@ 326 1.1 christos install_sh = @install_sh@ 327 1.1 christos libdir = @libdir@ 328 1.1 christos libexecdir = @libexecdir@ 329 1.1 christos localedir = @localedir@ 330 1.1 christos localstatedir = @localstatedir@ 331 1.1 christos mandir = @mandir@ 332 1.1 christos mkdir_p = @mkdir_p@ 333 1.1 christos oldincludedir = @oldincludedir@ 334 1.1 christos pdfdir = @pdfdir@ 335 1.1.1.6 christos pkgconfigdir = @pkgconfigdir@ 336 1.1 christos prefix = @prefix@ 337 1.1 christos program_transform_name = @program_transform_name@ 338 1.1 christos psdir = @psdir@ 339 1.1.1.7 christos runstatedir = @runstatedir@ 340 1.1 christos sbindir = @sbindir@ 341 1.1 christos sharedstatedir = @sharedstatedir@ 342 1.1 christos srcdir = @srcdir@ 343 1.1 christos sysconfdir = @sysconfdir@ 344 1.1 christos target_alias = @target_alias@ 345 1.1 christos top_build_prefix = @top_build_prefix@ 346 1.1 christos top_builddir = @top_builddir@ 347 1.1 christos top_srcdir = @top_srcdir@ 348 1.1.1.3 christos @CUSTOM_MODULES_DIR_FALSE@moduledir = $(libdir) 349 1.1.1.5 christos @CUSTOM_MODULES_DIR_TRUE@moduledir = $(OPENPAM_MODULES_DIR) 350 1.1.1.3 christos AM_CPPFLAGS = -I$(top_srcdir)/include 351 1.1.1.3 christos module_LTLIBRARIES = pam_deny.la 352 1.1 christos pam_deny_la_SOURCES = pam_deny.c 353 1.1.1.5 christos pam_deny_la_LDFLAGS = -no-undefined -module -version-info $(LIB_MAJ) \ 354 1.1.1.3 christos -export-symbols-regex '^pam_sm_' 355 1.1.1.3 christos 356 1.1.1.5 christos @WITH_SYSTEM_LIBPAM_FALSE@pam_deny_la_LIBADD = $(top_builddir)/lib/libpam/libpam.la 357 1.1.1.5 christos @WITH_SYSTEM_LIBPAM_TRUE@pam_deny_la_LIBADD = $(SYSTEM_LIBPAM) 358 1.1 christos all: all-am 359 1.1 christos 360 1.1 christos .SUFFIXES: 361 1.1 christos .SUFFIXES: .c .lo .o .obj 362 1.1 christos $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 363 1.1 christos @for dep in $?; do \ 364 1.1 christos case '$(am__configure_deps)' in \ 365 1.1 christos *$$dep*) \ 366 1.1 christos ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 367 1.1 christos && { if test -f $@; then exit 0; else break; fi; }; \ 368 1.1 christos exit 1;; \ 369 1.1 christos esac; \ 370 1.1 christos done; \ 371 1.1 christos echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/pam_deny/Makefile'; \ 372 1.1 christos $(am__cd) $(top_srcdir) && \ 373 1.1 christos $(AUTOMAKE) --foreign modules/pam_deny/Makefile 374 1.1 christos Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 375 1.1 christos @case '$?' in \ 376 1.1 christos *config.status*) \ 377 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 378 1.1 christos *) \ 379 1.1.1.6 christos echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 380 1.1.1.6 christos cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 381 1.1 christos esac; 382 1.1 christos 383 1.1 christos $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 384 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 385 1.1 christos 386 1.1 christos $(top_srcdir)/configure: $(am__configure_deps) 387 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 388 1.1 christos $(ACLOCAL_M4): $(am__aclocal_m4_deps) 389 1.1 christos cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 390 1.1 christos $(am__aclocal_m4_deps): 391 1.1.1.3 christos 392 1.1.1.3 christos install-moduleLTLIBRARIES: $(module_LTLIBRARIES) 393 1.1 christos @$(NORMAL_INSTALL) 394 1.1.1.3 christos @list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \ 395 1.1 christos list2=; for p in $$list; do \ 396 1.1 christos if test -f $$p; then \ 397 1.1 christos list2="$$list2 $$p"; \ 398 1.1 christos else :; fi; \ 399 1.1 christos done; \ 400 1.1 christos test -z "$$list2" || { \ 401 1.1.1.3 christos echo " $(MKDIR_P) '$(DESTDIR)$(moduledir)'"; \ 402 1.1.1.3 christos $(MKDIR_P) "$(DESTDIR)$(moduledir)" || exit 1; \ 403 1.1.1.3 christos echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(moduledir)'"; \ 404 1.1.1.3 christos $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(moduledir)"; \ 405 1.1 christos } 406 1.1 christos 407 1.1.1.3 christos uninstall-moduleLTLIBRARIES: 408 1.1 christos @$(NORMAL_UNINSTALL) 409 1.1.1.3 christos @list='$(module_LTLIBRARIES)'; test -n "$(moduledir)" || list=; \ 410 1.1 christos for p in $$list; do \ 411 1.1 christos $(am__strip_dir) \ 412 1.1.1.3 christos echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(moduledir)/$$f'"; \ 413 1.1.1.3 christos $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(moduledir)/$$f"; \ 414 1.1 christos done 415 1.1 christos 416 1.1.1.3 christos clean-moduleLTLIBRARIES: 417 1.1.1.8 christos -$(am__rm_f) $(module_LTLIBRARIES) 418 1.1.1.3 christos @list='$(module_LTLIBRARIES)'; \ 419 1.1.1.3 christos locs=`for p in $$list; do echo $$p; done | \ 420 1.1.1.3 christos sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ 421 1.1.1.3 christos sort -u`; \ 422 1.1.1.8 christos echo rm -f $${locs}; \ 423 1.1.1.8 christos $(am__rm_f) $${locs} 424 1.1.1.3 christos 425 1.1.1.3 christos pam_deny.la: $(pam_deny_la_OBJECTS) $(pam_deny_la_DEPENDENCIES) $(EXTRA_pam_deny_la_DEPENDENCIES) 426 1.1.1.3 christos $(AM_V_CCLD)$(pam_deny_la_LINK) -rpath $(moduledir) $(pam_deny_la_OBJECTS) $(pam_deny_la_LIBADD) $(LIBS) 427 1.1 christos 428 1.1 christos mostlyclean-compile: 429 1.1 christos -rm -f *.$(OBJEXT) 430 1.1 christos 431 1.1 christos distclean-compile: 432 1.1 christos -rm -f *.tab.c 433 1.1 christos 434 1.1.1.6 christos @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_deny.Plo@am__quote@ # am--include-marker 435 1.1.1.6 christos 436 1.1.1.6 christos $(am__depfiles_remade): 437 1.1.1.6 christos @$(MKDIR_P) $(@D) 438 1.1.1.8 christos @: >>$@ 439 1.1.1.6 christos 440 1.1.1.6 christos am--depfiles: $(am__depfiles_remade) 441 1.1 christos 442 1.1 christos .c.o: 443 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 444 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 445 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 446 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 447 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 448 1.1 christos 449 1.1 christos .c.obj: 450 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 451 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 452 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 453 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 454 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 455 1.1 christos 456 1.1 christos .c.lo: 457 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 458 1.1.1.3 christos @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 459 1.1.1.3 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 460 1.1 christos @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 461 1.1.1.3 christos @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 462 1.1 christos 463 1.1 christos mostlyclean-libtool: 464 1.1 christos -rm -f *.lo 465 1.1 christos 466 1.1 christos clean-libtool: 467 1.1 christos -rm -rf .libs _libs 468 1.1 christos 469 1.1.1.3 christos ID: $(am__tagged_files) 470 1.1.1.3 christos $(am__define_uniq_tagged_files); mkid -fID $$unique 471 1.1.1.3 christos tags: tags-am 472 1.1.1.3 christos TAGS: tags 473 1.1 christos 474 1.1.1.3 christos tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 475 1.1 christos set x; \ 476 1.1 christos here=`pwd`; \ 477 1.1.1.3 christos $(am__define_uniq_tagged_files); \ 478 1.1 christos shift; \ 479 1.1 christos if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 480 1.1 christos test -n "$$unique" || unique=$$empty_fix; \ 481 1.1 christos if test $$# -gt 0; then \ 482 1.1 christos $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 483 1.1 christos "$$@" $$unique; \ 484 1.1 christos else \ 485 1.1 christos $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 486 1.1 christos $$unique; \ 487 1.1 christos fi; \ 488 1.1 christos fi 489 1.1.1.3 christos ctags: ctags-am 490 1.1.1.3 christos 491 1.1.1.3 christos CTAGS: ctags 492 1.1.1.3 christos ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 493 1.1.1.3 christos $(am__define_uniq_tagged_files); \ 494 1.1 christos test -z "$(CTAGS_ARGS)$$unique" \ 495 1.1 christos || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 496 1.1 christos $$unique 497 1.1 christos 498 1.1 christos GTAGS: 499 1.1 christos here=`$(am__cd) $(top_builddir) && pwd` \ 500 1.1 christos && $(am__cd) $(top_srcdir) \ 501 1.1 christos && gtags -i $(GTAGS_ARGS) "$$here" 502 1.1.1.3 christos cscopelist: cscopelist-am 503 1.1.1.3 christos 504 1.1.1.3 christos cscopelist-am: $(am__tagged_files) 505 1.1.1.3 christos list='$(am__tagged_files)'; \ 506 1.1.1.3 christos case "$(srcdir)" in \ 507 1.1.1.3 christos [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 508 1.1.1.3 christos *) sdir=$(subdir)/$(srcdir) ;; \ 509 1.1.1.3 christos esac; \ 510 1.1.1.3 christos for i in $$list; do \ 511 1.1.1.3 christos if test -f "$$i"; then \ 512 1.1.1.3 christos echo "$(subdir)/$$i"; \ 513 1.1.1.3 christos else \ 514 1.1.1.3 christos echo "$$sdir/$$i"; \ 515 1.1.1.3 christos fi; \ 516 1.1.1.3 christos done >> $(top_builddir)/cscope.files 517 1.1 christos 518 1.1 christos distclean-tags: 519 1.1 christos -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 520 1.1.1.6 christos distdir: $(BUILT_SOURCES) 521 1.1.1.6 christos $(MAKE) $(AM_MAKEFLAGS) distdir-am 522 1.1.1.6 christos 523 1.1.1.6 christos distdir-am: $(DISTFILES) 524 1.1 christos @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 525 1.1 christos topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 526 1.1 christos list='$(DISTFILES)'; \ 527 1.1 christos dist_files=`for file in $$list; do echo $$file; done | \ 528 1.1 christos sed -e "s|^$$srcdirstrip/||;t" \ 529 1.1 christos -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 530 1.1 christos case $$dist_files in \ 531 1.1 christos */*) $(MKDIR_P) `echo "$$dist_files" | \ 532 1.1 christos sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 533 1.1 christos sort -u` ;; \ 534 1.1 christos esac; \ 535 1.1 christos for file in $$dist_files; do \ 536 1.1 christos if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 537 1.1 christos if test -d $$d/$$file; then \ 538 1.1 christos dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 539 1.1 christos if test -d "$(distdir)/$$file"; then \ 540 1.1 christos find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 541 1.1 christos fi; \ 542 1.1 christos if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 543 1.1 christos cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 544 1.1 christos find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 545 1.1 christos fi; \ 546 1.1 christos cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 547 1.1 christos else \ 548 1.1 christos test -f "$(distdir)/$$file" \ 549 1.1 christos || cp -p $$d/$$file "$(distdir)/$$file" \ 550 1.1 christos || exit 1; \ 551 1.1 christos fi; \ 552 1.1 christos done 553 1.1 christos check-am: all-am 554 1.1 christos check: check-am 555 1.1 christos all-am: Makefile $(LTLIBRARIES) 556 1.1 christos installdirs: 557 1.1.1.3 christos for dir in "$(DESTDIR)$(moduledir)"; do \ 558 1.1 christos test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 559 1.1 christos done 560 1.1 christos install: install-am 561 1.1 christos install-exec: install-exec-am 562 1.1 christos install-data: install-data-am 563 1.1 christos uninstall: uninstall-am 564 1.1 christos 565 1.1 christos install-am: all-am 566 1.1 christos @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 567 1.1 christos 568 1.1 christos installcheck: installcheck-am 569 1.1 christos install-strip: 570 1.1.1.3 christos if test -z '$(STRIP)'; then \ 571 1.1.1.3 christos $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 572 1.1.1.3 christos install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 573 1.1.1.3 christos install; \ 574 1.1.1.3 christos else \ 575 1.1.1.3 christos $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 576 1.1.1.3 christos install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 577 1.1.1.3 christos "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 578 1.1.1.3 christos fi 579 1.1 christos mostlyclean-generic: 580 1.1 christos 581 1.1 christos clean-generic: 582 1.1 christos 583 1.1 christos distclean-generic: 584 1.1.1.8 christos -$(am__rm_f) $(CONFIG_CLEAN_FILES) 585 1.1.1.8 christos -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) 586 1.1 christos 587 1.1 christos maintainer-clean-generic: 588 1.1 christos @echo "This command is intended for maintainers to use" 589 1.1 christos @echo "it deletes files that may require special tools to rebuild." 590 1.1 christos clean: clean-am 591 1.1 christos 592 1.1.1.3 christos clean-am: clean-generic clean-libtool clean-moduleLTLIBRARIES \ 593 1.1 christos mostlyclean-am 594 1.1 christos 595 1.1 christos distclean: distclean-am 596 1.1.1.8 christos -rm -f ./$(DEPDIR)/pam_deny.Plo 597 1.1 christos -rm -f Makefile 598 1.1 christos distclean-am: clean-am distclean-compile distclean-generic \ 599 1.1 christos distclean-tags 600 1.1 christos 601 1.1 christos dvi: dvi-am 602 1.1 christos 603 1.1 christos dvi-am: 604 1.1 christos 605 1.1 christos html: html-am 606 1.1 christos 607 1.1 christos html-am: 608 1.1 christos 609 1.1 christos info: info-am 610 1.1 christos 611 1.1 christos info-am: 612 1.1 christos 613 1.1.1.3 christos install-data-am: install-moduleLTLIBRARIES 614 1.1 christos 615 1.1 christos install-dvi: install-dvi-am 616 1.1 christos 617 1.1 christos install-dvi-am: 618 1.1 christos 619 1.1.1.3 christos install-exec-am: 620 1.1 christos 621 1.1 christos install-html: install-html-am 622 1.1 christos 623 1.1 christos install-html-am: 624 1.1 christos 625 1.1 christos install-info: install-info-am 626 1.1 christos 627 1.1 christos install-info-am: 628 1.1 christos 629 1.1 christos install-man: 630 1.1 christos 631 1.1 christos install-pdf: install-pdf-am 632 1.1 christos 633 1.1 christos install-pdf-am: 634 1.1 christos 635 1.1 christos install-ps: install-ps-am 636 1.1 christos 637 1.1 christos install-ps-am: 638 1.1 christos 639 1.1 christos installcheck-am: 640 1.1 christos 641 1.1 christos maintainer-clean: maintainer-clean-am 642 1.1.1.8 christos -rm -f ./$(DEPDIR)/pam_deny.Plo 643 1.1 christos -rm -f Makefile 644 1.1 christos maintainer-clean-am: distclean-am maintainer-clean-generic 645 1.1 christos 646 1.1 christos mostlyclean: mostlyclean-am 647 1.1 christos 648 1.1 christos mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 649 1.1 christos mostlyclean-libtool 650 1.1 christos 651 1.1 christos pdf: pdf-am 652 1.1 christos 653 1.1 christos pdf-am: 654 1.1 christos 655 1.1 christos ps: ps-am 656 1.1 christos 657 1.1 christos ps-am: 658 1.1 christos 659 1.1.1.3 christos uninstall-am: uninstall-moduleLTLIBRARIES 660 1.1 christos 661 1.1 christos .MAKE: install-am install-strip 662 1.1 christos 663 1.1.1.6 christos .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 664 1.1.1.6 christos clean-generic clean-libtool clean-moduleLTLIBRARIES \ 665 1.1.1.6 christos cscopelist-am ctags ctags-am distclean distclean-compile \ 666 1.1.1.6 christos distclean-generic distclean-libtool distclean-tags distdir dvi \ 667 1.1.1.6 christos dvi-am html html-am info info-am install install-am \ 668 1.1.1.6 christos install-data install-data-am install-dvi install-dvi-am \ 669 1.1.1.6 christos install-exec install-exec-am install-html install-html-am \ 670 1.1.1.6 christos install-info install-info-am install-man \ 671 1.1.1.6 christos install-moduleLTLIBRARIES install-pdf install-pdf-am \ 672 1.1.1.6 christos install-ps install-ps-am install-strip installcheck \ 673 1.1.1.6 christos installcheck-am installdirs maintainer-clean \ 674 1.1.1.6 christos maintainer-clean-generic mostlyclean mostlyclean-compile \ 675 1.1.1.6 christos mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 676 1.1.1.6 christos tags tags-am uninstall uninstall-am \ 677 1.1.1.3 christos uninstall-moduleLTLIBRARIES 678 1.1 christos 679 1.1.1.5 christos .PRECIOUS: Makefile 680 1.1.1.5 christos 681 1.1 christos 682 1.1 christos # Tell versions [3.59,3.63) of GNU make to not export all variables. 683 1.1 christos # Otherwise a system limit (for SysV at least) may be exceeded. 684 1.1 christos .NOEXPORT: 685 1.1.1.8 christos 686 1.1.1.8 christos # Tell GNU make to disable its built-in pattern rules. 687 1.1.1.8 christos %:: %,v 688 1.1.1.8 christos %:: RCS/%,v 689 1.1.1.8 christos %:: RCS/% 690 1.1.1.8 christos %:: s.% 691 1.1.1.8 christos %:: SCCS/s.% 692