~ubuntu-branches/debian/sid/ntp/sid

« back to all changes in this revision

Viewing changes to adjtimed/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Peter Eisentraut
  • Date: 2012-02-27 13:55:56 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20120227135556-dkx4mkod5trl5bgt
Tags: 1:4.2.6.p5+dfsg-1
* New upstream release (closes: #644673)
* Updated instructions on generating autotools.patch
* Updated standards version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.3 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
172
172
PATH_SEPARATOR = @PATH_SEPARATOR@
173
173
PATH_SH = @PATH_SH@
174
174
PATH_TEST = @PATH_TEST@
 
175
POSIX_SHELL = @POSIX_SHELL@
175
176
PROPDELAY = @PROPDELAY@
176
177
RANLIB = @RANLIB@
177
178
SED = @SED@
272
273
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
273
274
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
274
275
        esac;
 
276
$(top_srcdir)/bincheck.mf $(top_srcdir)/depsver.mf:
275
277
 
276
278
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
277
279
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
367
369
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
368
370
        echo " rm -f" $$list; \
369
371
        rm -f $$list
370
 
adjtimed$(EXEEXT): $(adjtimed_OBJECTS) $(adjtimed_DEPENDENCIES) 
 
372
adjtimed$(EXEEXT): $(adjtimed_OBJECTS) $(adjtimed_DEPENDENCIES) $(EXTRA_adjtimed_DEPENDENCIES) 
371
373
        @rm -f adjtimed$(EXEEXT)
372
374
        $(LINK) $(adjtimed_OBJECTS) $(adjtimed_LDADD) $(LIBS)
373
375
 
507
509
 
508
510
installcheck: installcheck-am
509
511
install-strip:
510
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
511
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
512
 
          `test -z '$(STRIP)' || \
513
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
512
        if test -z '$(STRIP)'; then \
 
513
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
514
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
515
              install; \
 
516
        else \
 
517
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
518
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
519
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
520
        fi
514
521
mostlyclean-generic:
515
522
 
516
523
clean-generic: