~dibbler-ppa/dibbler/trunk

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Tomek Mrugalski
  • Date: 2016-06-24 14:08:48 UTC
  • Revision ID: git-v1:a6a9357470032b683a83bd2bb3e590e68235b755
autoreconf -i

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.14.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.15 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
14
14
 
15
15
@SET_MAKE@
16
16
VPATH = @srcdir@
17
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
17
am__is_gnu_make = { \
 
18
  if test -z '$(MAKELEVEL)'; then \
 
19
    false; \
 
20
  elif test -n '$(MAKE_HOST)'; then \
 
21
    true; \
 
22
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
23
    true; \
 
24
  else \
 
25
    false; \
 
26
  fi; \
 
27
}
18
28
am__make_running_with_option = \
19
29
  case $${target_option-} in \
20
30
      ?) ;; \
78
88
build_triplet = @build@
79
89
host_triplet = @host@
80
90
subdir = tests
81
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
82
91
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
83
92
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
84
93
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
86
95
        $(top_srcdir)/configure.ac
87
96
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
88
97
        $(ACLOCAL_M4)
 
98
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
89
99
mkinstalldirs = $(install_sh) -d
90
100
CONFIG_HEADER = $(top_builddir)/include/dibbler-config.h
91
101
CONFIG_CLEAN_FILES =
145
155
ETAGS = etags
146
156
CTAGS = ctags
147
157
DIST_SUBDIRS = $(SUBDIRS)
 
158
am__DIST_COMMON = $(srcdir)/Makefile.in
148
159
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
149
160
am__relativize = \
150
161
  dir0=`pwd`; \
318
329
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
319
330
        $(am__cd) $(top_srcdir) && \
320
331
          $(AUTOMAKE) --foreign tests/Makefile
321
 
.PRECIOUS: Makefile
322
332
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
323
333
        @case '$?' in \
324
334
          *config.status*) \
613
623
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
614
624
        ps ps-am tags tags-am uninstall uninstall-am
615
625
 
 
626
.PRECIOUS: Makefile
 
627
 
616
628
 
617
629
# Tell versions [3.59,3.63) of GNU make to not export all variables.
618
630
# Otherwise a system limit (for SysV at least) may be exceeded.