1# Makefile.in generated by automake 1.7.7 from Makefile.am. 2# @configure_input@ 3 4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 5# 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 sntp 18# N.M. Maclaren, October 2000. 19 20# Take a look at README for the various preprocessor symbols, but they are 21# extremely unlikely to be needed on newer systems. You may prefer to change 22# LOCKNAME and SAVENAME to use /var/run (or even /tmp) rather than /etc. Note 23# that not all of the following system settings have been tested recently. 24 25srcdir = @srcdir@ 26top_srcdir = @top_srcdir@ 27VPATH = @srcdir@ 28pkgdatadir = $(datadir)/@PACKAGE@ 29pkglibdir = $(libdir)/@PACKAGE@ 30pkgincludedir = $(includedir)/@PACKAGE@ 31top_builddir = . 32 33am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 34INSTALL = @INSTALL@ 35install_sh_DATA = $(install_sh) -c -m 644 36install_sh_PROGRAM = $(install_sh) -c 37install_sh_SCRIPT = $(install_sh) -c 38INSTALL_HEADER = $(INSTALL_DATA) 39transform = $(program_transform_name) 40NORMAL_INSTALL = : 41PRE_INSTALL = : 42POST_INSTALL = : 43NORMAL_UNINSTALL = : 44PRE_UNINSTALL = : 45POST_UNINSTALL = : 46build_triplet = @build@ 47host_triplet = @host@ 48target_triplet = @target@ 49ACLOCAL = @ACLOCAL@ 50AMDEP_FALSE = @AMDEP_FALSE@ 51AMDEP_TRUE = @AMDEP_TRUE@ 52AMTAR = @AMTAR@ 53AUTOCONF = @AUTOCONF@ 54AUTOHEADER = @AUTOHEADER@ 55AUTOMAKE = @AUTOMAKE@ 56AWK = @AWK@ 57CC = @CC@ 58CCDEPMODE = @CCDEPMODE@ 59CFLAGS = @CFLAGS@ 60CPP = @CPP@ 61CPPFLAGS = @CPPFLAGS@ 62CYGPATH_W = @CYGPATH_W@ 63DEFS = @DEFS@ 64DEPDIR = @DEPDIR@ 65ECHO_C = @ECHO_C@ 66ECHO_N = @ECHO_N@ 67ECHO_T = @ECHO_T@ 68EGREP = @EGREP@ 69EXEEXT = @EXEEXT@ 70INSTALL_DATA = @INSTALL_DATA@ 71INSTALL_PROGRAM = @INSTALL_PROGRAM@ 72INSTALL_SCRIPT = @INSTALL_SCRIPT@ 73INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 74LDFLAGS = @LDFLAGS@ 75LIBOBJS = @LIBOBJS@ 76LIBS = @LIBS@ 77LTLIBOBJS = @LTLIBOBJS@ 78MAKEINFO = @MAKEINFO@ 79OBJEXT = @OBJEXT@ 80PACKAGE = @PACKAGE@ 81PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 82PACKAGE_NAME = @PACKAGE_NAME@ 83PACKAGE_STRING = @PACKAGE_STRING@ 84PACKAGE_TARNAME = @PACKAGE_TARNAME@ 85PACKAGE_VERSION = @PACKAGE_VERSION@ 86PATH_SEPARATOR = @PATH_SEPARATOR@ 87SET_MAKE = @SET_MAKE@ 88SHELL = @SHELL@ 89STRIP = @STRIP@ 90VERSION = @VERSION@ 91ac_ct_CC = @ac_ct_CC@ 92ac_ct_STRIP = @ac_ct_STRIP@ 93am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 94am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 95am__include = @am__include@ 96am__leading_dot = @am__leading_dot@ 97am__quote = @am__quote@ 98bindir = @bindir@ 99build = @build@ 100build_alias = @build_alias@ 101build_cpu = @build_cpu@ 102build_os = @build_os@ 103build_vendor = @build_vendor@ 104datadir = @datadir@ 105exec_prefix = @exec_prefix@ 106host = @host@ 107host_alias = @host_alias@ 108host_cpu = @host_cpu@ 109host_os = @host_os@ 110host_vendor = @host_vendor@ 111includedir = @includedir@ 112infodir = @infodir@ 113install_sh = @install_sh@ 114libdir = @libdir@ 115libexecdir = @libexecdir@ 116localstatedir = @localstatedir@ 117mandir = @mandir@ 118oldincludedir = @oldincludedir@ 119prefix = @prefix@ 120program_transform_name = @program_transform_name@ 121sbindir = @sbindir@ 122sharedstatedir = @sharedstatedir@ 123sysconfdir = @sysconfdir@ 124target = @target@ 125target_alias = @target_alias@ 126target_cpu = @target_cpu@ 127target_os = @target_os@ 128target_vendor = @target_vendor@ 129 130AUTOMAKE_OPTIONS = foreign 131 132 133# Compiling this sort of ANSI C under SunOS 4.1 is a mug's game, because Sun's 134# Unix headers make GNU C vomit even in compatibility mode, but the following 135# will compile main.c and unix.c. At least two people have got it to work. 136# CC = gcc -ansi 137# CFLAGS = -O -DNONBLOCK_BROKEN 138# LDFLAGS = 139# LIBS = -lm 140 141# The following settings can be used under Linux. While adjtime is present, 142# it is completely broken (i.e. it will work only if xntp is running), so it 143# is a good idea to add -DADJTIME_MISSING. 144# CC = cc -DADJTIME_MISSING 145# CFLAGS = -O 146# LDFLAGS = 147# LIBS = -lm 148bin_PROGRAMS = sntp 149sntp_SOURCES = \ 150 header.h \ 151 internet.c \ 152 internet.h \ 153 kludges.h \ 154 main.c \ 155 socket.c \ 156 timing.c \ 157 unix.c \ 158 $(EMPTY) 159 160subdir = . 161ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 162mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 163CONFIG_CLEAN_FILES = 164bin_PROGRAMS = sntp$(EXEEXT) 165PROGRAMS = $(bin_PROGRAMS) 166 167am_sntp_OBJECTS = internet.$(OBJEXT) main.$(OBJEXT) socket.$(OBJEXT) \ 168 timing.$(OBJEXT) unix.$(OBJEXT) $(am__objects_1) 169sntp_OBJECTS = $(am_sntp_OBJECTS) 170sntp_LDADD = $(LDADD) 171sntp_DEPENDENCIES = 172sntp_LDFLAGS = 173 174DEFAULT_INCLUDES = -I. -I$(srcdir) 175depcomp = $(SHELL) $(top_srcdir)/depcomp 176am__depfiles_maybe = depfiles 177@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/internet.Po ./$(DEPDIR)/main.Po \ 178@AMDEP_TRUE@ ./$(DEPDIR)/socket.Po ./$(DEPDIR)/timing.Po \ 179@AMDEP_TRUE@ ./$(DEPDIR)/unix.Po 180COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 181 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 182CCLD = $(CC) 183LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 184DIST_SOURCES = $(sntp_SOURCES) 185DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure \ 186 Makefile.am aclocal.m4 config.guess config.sub configure \ 187 configure.ac depcomp install-sh missing mkinstalldirs 188SOURCES = $(sntp_SOURCES) 189 190all: all-am 191 192.SUFFIXES: 193.SUFFIXES: .c .o .obj 194 195am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 196 configure.lineno 197$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 198 cd $(top_srcdir) && \ 199 $(AUTOMAKE) --foreign Makefile 200Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 201 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) 202 203$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 204 $(SHELL) ./config.status --recheck 205$(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 206 cd $(srcdir) && $(AUTOCONF) 207 208$(ACLOCAL_M4): configure.ac 209 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 210binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 211install-binPROGRAMS: $(bin_PROGRAMS) 212 @$(NORMAL_INSTALL) 213 $(mkinstalldirs) $(DESTDIR)$(bindir) 214 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 215 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 216 if test -f $$p \ 217 ; then \ 218 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 219 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \ 220 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \ 221 else :; fi; \ 222 done 223 224uninstall-binPROGRAMS: 225 @$(NORMAL_UNINSTALL) 226 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 227 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 228 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ 229 rm -f $(DESTDIR)$(bindir)/$$f; \ 230 done 231 232clean-binPROGRAMS: 233 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 234sntp$(EXEEXT): $(sntp_OBJECTS) $(sntp_DEPENDENCIES) 235 @rm -f sntp$(EXEEXT) 236 $(LINK) $(sntp_LDFLAGS) $(sntp_OBJECTS) $(sntp_LDADD) $(LIBS) 237 238mostlyclean-compile: 239 -rm -f *.$(OBJEXT) core *.core 240 241distclean-compile: 242 -rm -f *.tab.c 243 244@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/internet.Po@am__quote@ 245@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ 246@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Po@am__quote@ 247@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timing.Po@am__quote@ 248@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unix.Po@am__quote@ 249 250.c.o: 251@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 252@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ 253@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 254@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 255@am__fastdepCC_TRUE@ fi 256@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 257@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 258@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 259@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< 260 261.c.obj: 262@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 263@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ 264@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ 265@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ 266@am__fastdepCC_TRUE@ fi 267@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 268@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ 269@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 270@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` 271uninstall-info-am: 272 273ETAGS = etags 274ETAGSFLAGS = 275 276CTAGS = ctags 277CTAGSFLAGS = 278 279tags: TAGS 280 281ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 282 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 283 unique=`for i in $$list; do \ 284 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 285 done | \ 286 $(AWK) ' { files[$$0] = 1; } \ 287 END { for (i in files) print i; }'`; \ 288 mkid -fID $$unique 289 290TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 291 $(TAGS_FILES) $(LISP) 292 tags=; \ 293 here=`pwd`; \ 294 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 295 unique=`for i in $$list; do \ 296 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 297 done | \ 298 $(AWK) ' { files[$$0] = 1; } \ 299 END { for (i in files) print i; }'`; \ 300 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 301 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 302 $$tags $$unique 303 304ctags: CTAGS 305CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 306 $(TAGS_FILES) $(LISP) 307 tags=; \ 308 here=`pwd`; \ 309 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 310 unique=`for i in $$list; do \ 311 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 312 done | \ 313 $(AWK) ' { files[$$0] = 1; } \ 314 END { for (i in files) print i; }'`; \ 315 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 316 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 317 $$tags $$unique 318 319GTAGS: 320 here=`$(am__cd) $(top_builddir) && pwd` \ 321 && cd $(top_srcdir) \ 322 && gtags -i $(GTAGS_ARGS) $$here 323 324distclean-tags: 325 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 326DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 327 328top_distdir = . 329distdir = $(PACKAGE)-$(VERSION) 330 331am__remove_distdir = \ 332 { test ! -d $(distdir) \ 333 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 334 && rm -fr $(distdir); }; } 335 336GZIP_ENV = --best 337distuninstallcheck_listfiles = find . -type f -print 338distcleancheck_listfiles = find . -type f -print 339 340distdir: $(DISTFILES) 341 $(am__remove_distdir) 342 mkdir $(distdir) 343 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 344 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 345 list='$(DISTFILES)'; for file in $$list; do \ 346 case $$file in \ 347 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 348 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 349 esac; \ 350 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 351 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 352 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 353 dir="/$$dir"; \ 354 $(mkinstalldirs) "$(distdir)$$dir"; \ 355 else \ 356 dir=''; \ 357 fi; \ 358 if test -d $$d/$$file; then \ 359 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 360 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 361 fi; \ 362 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 363 else \ 364 test -f $(distdir)/$$file \ 365 || cp -p $$d/$$file $(distdir)/$$file \ 366 || exit 1; \ 367 fi; \ 368 done 369 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 370 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 371 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 372 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 373 || chmod -R a+r $(distdir) 374dist-gzip: distdir 375 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 376 $(am__remove_distdir) 377 378dist dist-all: distdir 379 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 380 $(am__remove_distdir) 381 382# This target untars the dist file and tries a VPATH configuration. Then 383# it guarantees that the distribution is self-contained by making another 384# tarfile. 385distcheck: dist 386 $(am__remove_distdir) 387 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - 388 chmod -R a-w $(distdir); chmod a+w $(distdir) 389 mkdir $(distdir)/_build 390 mkdir $(distdir)/_inst 391 chmod a-w $(distdir) 392 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 393 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 394 && cd $(distdir)/_build \ 395 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 396 $(DISTCHECK_CONFIGURE_FLAGS) \ 397 && $(MAKE) $(AM_MAKEFLAGS) \ 398 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 399 && $(MAKE) $(AM_MAKEFLAGS) check \ 400 && $(MAKE) $(AM_MAKEFLAGS) install \ 401 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 402 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 403 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 404 distuninstallcheck \ 405 && chmod -R a-w "$$dc_install_base" \ 406 && ({ \ 407 (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \ 408 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 409 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 410 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 411 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 412 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 413 && rm -rf "$$dc_destdir" \ 414 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \ 415 && rm -f $(distdir).tar.gz \ 416 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 417 $(am__remove_distdir) 418 @echo "$(distdir).tar.gz is ready for distribution" | \ 419 sed 'h;s/./=/g;p;x;p;x' 420distuninstallcheck: 421 @cd $(distuninstallcheck_dir) \ 422 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 423 || { echo "ERROR: files left after uninstall:" ; \ 424 if test -n "$(DESTDIR)"; then \ 425 echo " (check DESTDIR support)"; \ 426 fi ; \ 427 $(distuninstallcheck_listfiles) ; \ 428 exit 1; } >&2 429distcleancheck: distclean 430 @if test '$(srcdir)' = . ; then \ 431 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 432 exit 1 ; \ 433 fi 434 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 435 || { echo "ERROR: files left in build directory after distclean:" ; \ 436 $(distcleancheck_listfiles) ; \ 437 exit 1; } >&2 438check-am: all-am 439check: check-am 440all-am: Makefile $(PROGRAMS) 441 442installdirs: 443 $(mkinstalldirs) $(DESTDIR)$(bindir) 444install: install-am 445install-exec: install-exec-am 446install-data: install-data-am 447uninstall: uninstall-am 448 449install-am: all-am 450 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 451 452installcheck: installcheck-am 453install-strip: 454 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 455 INSTALL_STRIP_FLAG=-s \ 456 `test -z '$(STRIP)' || \ 457 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 458mostlyclean-generic: 459 460clean-generic: 461 462distclean-generic: 463 -rm -f $(CONFIG_CLEAN_FILES) 464 465maintainer-clean-generic: 466 @echo "This command is intended for maintainers to use" 467 @echo "it deletes files that may require special tools to rebuild." 468clean: clean-am 469 470clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 471 472distclean: distclean-am 473 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 474 -rm -rf ./$(DEPDIR) 475 -rm -f Makefile 476 477distclean-am: clean-am distclean-compile distclean-generic \ 478 distclean-tags 479 480dvi: dvi-am 481 482dvi-am: 483 484info: info-am 485 486info-am: 487 488install-data-am: 489 490install-exec-am: install-binPROGRAMS 491 492install-info: install-info-am 493 494install-man: 495 496installcheck-am: 497 498maintainer-clean: maintainer-clean-am 499 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 500 -rm -rf $(top_srcdir)/autom4te.cache 501 -rm -rf ./$(DEPDIR) 502 -rm -f Makefile 503 504maintainer-clean-am: distclean-am maintainer-clean-generic 505 506mostlyclean: mostlyclean-am 507 508mostlyclean-am: mostlyclean-compile mostlyclean-generic 509 510pdf: pdf-am 511 512pdf-am: 513 514ps: ps-am 515 516ps-am: 517 518uninstall-am: uninstall-binPROGRAMS uninstall-info-am 519 520.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ 521 clean-generic ctags dist dist-all dist-gzip distcheck distclean \ 522 distclean-compile distclean-generic distclean-tags \ 523 distcleancheck distdir distuninstallcheck dvi dvi-am info \ 524 info-am install install-am install-binPROGRAMS install-data \ 525 install-data-am install-exec install-exec-am install-info \ 526 install-info-am install-man install-strip installcheck \ 527 installcheck-am installdirs maintainer-clean \ 528 maintainer-clean-generic mostlyclean mostlyclean-compile \ 529 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 530 uninstall-am uninstall-binPROGRAMS uninstall-info-am 531 532# Tell versions [3.59,3.63) of GNU make to not export all variables. 533# Otherwise a system limit (for SysV at least) may be exceeded. 534.NOEXPORT: 535