~dibbler-ppa/dibbler/trunk

« back to all changes in this revision

Viewing changes to IfaceMgr/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,
15
15
@SET_MAKE@
16
16
 
17
17
VPATH = @srcdir@
18
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__is_gnu_make = { \
 
19
  if test -z '$(MAKELEVEL)'; then \
 
20
    false; \
 
21
  elif test -n '$(MAKE_HOST)'; then \
 
22
    true; \
 
23
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
24
    true; \
 
25
  else \
 
26
    false; \
 
27
  fi; \
 
28
}
19
29
am__make_running_with_option = \
20
30
  case $${target_option-} in \
21
31
      ?) ;; \
80
90
host_triplet = @host@
81
91
@HAVE_GTEST_TRUE@am__append_1 = tests
82
92
subdir = IfaceMgr
83
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84
 
        $(top_srcdir)/depcomp
85
93
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86
94
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
87
95
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
89
97
        $(top_srcdir)/configure.ac
90
98
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
91
99
        $(ACLOCAL_M4)
 
100
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
92
101
mkinstalldirs = $(install_sh) -d
93
102
CONFIG_HEADER = $(top_builddir)/include/dibbler-config.h
94
103
CONFIG_CLEAN_FILES =
204
213
ETAGS = etags
205
214
CTAGS = ctags
206
215
DIST_SUBDIRS = . tests
 
216
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
207
217
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
208
218
am__relativize = \
209
219
  dir0=`pwd`; \
381
391
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign IfaceMgr/Makefile'; \
382
392
        $(am__cd) $(top_srcdir) && \
383
393
          $(AUTOMAKE) --foreign IfaceMgr/Makefile
384
 
.PRECIOUS: Makefile
385
394
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
386
395
        @case '$?' in \
387
396
          *config.status*) \
779
788
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
780
789
        uninstall-am
781
790
 
 
791
.PRECIOUS: Makefile
 
792
 
782
793
 
783
794
# Tell versions [3.59,3.63) of GNU make to not export all variables.
784
795
# Otherwise a system limit (for SysV at least) may be exceeded.