~dibbler-ppa/dibbler/trunk

« back to all changes in this revision

Viewing changes to ClntMessages/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
      ?) ;; \
79
89
build_triplet = @build@
80
90
host_triplet = @host@
81
91
subdir = ClntMessages
82
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83
 
        $(top_srcdir)/depcomp
84
92
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85
93
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
86
94
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
88
96
        $(top_srcdir)/configure.ac
89
97
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90
98
        $(ACLOCAL_M4)
 
99
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
91
100
mkinstalldirs = $(install_sh) -d
92
101
CONFIG_HEADER = $(top_builddir)/include/dibbler-config.h
93
102
CONFIG_CLEAN_FILES =
196
205
  done | $(am__uniquify_input)`
197
206
ETAGS = etags
198
207
CTAGS = ctags
 
208
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
199
209
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
200
210
ACLOCAL = @ACLOCAL@
201
211
ALLOCA = @ALLOCA@
353
363
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ClntMessages/Makefile'; \
354
364
        $(am__cd) $(top_srcdir) && \
355
365
          $(AUTOMAKE) --foreign ClntMessages/Makefile
356
 
.PRECIOUS: Makefile
357
366
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
358
367
        @case '$?' in \
359
368
          *config.status*) \
797
806
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
798
807
        tags tags-am uninstall uninstall-am
799
808
 
 
809
.PRECIOUS: Makefile
 
810
 
800
811
 
801
812
# Tell versions [3.59,3.63) of GNU make to not export all variables.
802
813
# Otherwise a system limit (for SysV at least) may be exceeded.