~dibbler-ppa/dibbler/trunk

« back to all changes in this revision

Viewing changes to Port-linux/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
      ?) ;; \
80
90
build_triplet = @build@
81
91
host_triplet = @host@
82
92
subdir = Port-linux
83
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84
 
        $(top_srcdir)/depcomp $(dist_noinst_DATA)
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 $(dist_noinst_DATA) \
 
101
        $(am__DIST_COMMON)
92
102
mkinstalldirs = $(install_sh) -d
93
103
CONFIG_HEADER = $(top_builddir)/include/dibbler-config.h
94
104
CONFIG_CLEAN_FILES =
195
205
  done | $(am__uniquify_input)`
196
206
ETAGS = etags
197
207
CTAGS = ctags
 
208
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
198
209
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
199
210
ACLOCAL = @ACLOCAL@
200
211
ALLOCA = @ALLOCA@
351
362
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Port-linux/Makefile'; \
352
363
        $(am__cd) $(top_srcdir) && \
353
364
          $(AUTOMAKE) --foreign Port-linux/Makefile
354
 
.PRECIOUS: Makefile
355
365
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
356
366
        @case '$?' in \
357
367
          *config.status*) \
786
796
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
787
797
        tags tags-am uninstall uninstall-am
788
798
 
 
799
.PRECIOUS: Makefile
 
800
 
789
801
 
790
802
# Tell versions [3.59,3.63) of GNU make to not export all variables.
791
803
# Otherwise a system limit (for SysV at least) may be exceeded.