~dibbler-ppa/dibbler/trunk

« back to all changes in this revision

Viewing changes to SrvCfgMgr/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,
16
16
 
17
17
 
18
18
VPATH = @srcdir@
19
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__is_gnu_make = { \
 
20
  if test -z '$(MAKELEVEL)'; then \
 
21
    false; \
 
22
  elif test -n '$(MAKE_HOST)'; then \
 
23
    true; \
 
24
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
25
    true; \
 
26
  else \
 
27
    false; \
 
28
  fi; \
 
29
}
20
30
am__make_running_with_option = \
21
31
  case $${target_option-} in \
22
32
      ?) ;; \
81
91
host_triplet = @host@
82
92
@HAVE_GTEST_TRUE@am__append_1 = tests
83
93
subdir = SrvCfgMgr
84
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85
 
        $(top_srcdir)/depcomp $(dist_noinst_DATA)
86
94
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87
95
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
88
96
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
90
98
        $(top_srcdir)/configure.ac
91
99
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92
100
        $(ACLOCAL_M4)
 
101
DIST_COMMON = $(srcdir)/Makefile.am $(dist_noinst_DATA) \
 
102
        $(am__DIST_COMMON)
93
103
mkinstalldirs = $(install_sh) -d
94
104
CONFIG_HEADER = $(top_builddir)/include/dibbler-config.h
95
105
CONFIG_CLEAN_FILES =
220
230
ETAGS = etags
221
231
CTAGS = ctags
222
232
DIST_SUBDIRS = . tests
 
233
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
223
234
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
224
235
am__relativize = \
225
236
  dir0=`pwd`; \
404
415
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign SrvCfgMgr/Makefile'; \
405
416
        $(am__cd) $(top_srcdir) && \
406
417
          $(AUTOMAKE) --foreign SrvCfgMgr/Makefile
407
 
.PRECIOUS: Makefile
408
418
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
409
419
        @case '$?' in \
410
420
          *config.status*) \
982
992
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
983
993
        uninstall-am
984
994
 
 
995
.PRECIOUS: Makefile
 
996
 
985
997
 
986
998
parser: SrvParser.y SrvLexer.l
987
999
        @echo "[BISON++] $(SUBDIR)/SrvParser.y"