1
- # Makefile.in generated by automake 1.15 .1 from Makefile.am.
1
+ # Makefile.in generated by automake 1.16 .1 from Makefile.am.
2
2
# @configure_input@
3
3
4
- # Copyright (C) 1994-2017 Free Software Foundation, Inc.
4
+ # Copyright (C) 1994-2018 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,
@@ -166,7 +166,7 @@ am__recursive_targets = \
166
166
$(RECURSIVE_CLEAN_TARGETS ) \
167
167
$(am__extra_recursive_targets )
168
168
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive= ) TAGS CTAGS \
169
- cscope distdir dist dist-all distcheck
169
+ cscope distdir distdir-am dist dist-all distcheck
170
170
am__tagged_files = $(HEADERS ) $(SOURCES ) $(TAGS_FILES ) $(LISP )
171
171
# Read a list of newline-separated strings from the standard input,
172
172
# and print each of them once, without duplicates. Input order is
@@ -276,6 +276,8 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
276
276
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
277
277
LD = @LD@
278
278
LDFLAGS = @LDFLAGS@
279
+ LIBACVP_CFLAGS = @LIBACVP_CFLAGS@
280
+ LIBACVP_LDFLAGS = @LIBACVP_LDFLAGS@
279
281
LIBCURL_CFLAGS = @LIBCURL_CFLAGS@
280
282
LIBCURL_LDFLAGS = @LIBCURL_LDFLAGS@
281
283
LIBOBJS = @LIBOBJS@
@@ -372,7 +374,9 @@ EXTRA_DIST = ms docker certs scripts docs metadata murl
372
374
@UNIT_TEST_SUPPORTED_TRUE@TEST_DIR = test
373
375
@APP_NOT_SUPPORTED_FALSE@APP_DIR = app
374
376
@APP_NOT_SUPPORTED_TRUE@APP_DIR =
375
- SUBDIRS = safe_c_stub src $(APP_DIR ) $(TEST_DIR )
377
+ @LIB_NOT_SUPPORTED_FALSE@LIB_DIR = src
378
+ @LIB_NOT_SUPPORTED_TRUE@LIB_DIR =
379
+ SUBDIRS = safe_c_stub $(LIB_DIR ) $(APP_DIR ) $(TEST_DIR )
376
380
all : all-recursive
377
381
378
382
.SUFFIXES :
@@ -397,8 +401,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
397
401
echo ' $(SHELL) ./config.status' ; \
398
402
$(SHELL ) ./config.status;; \
399
403
* ) \
400
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe )' ; \
401
- cd $(top_builddir ) && $(SHELL ) ./config.status $@ $(am__depfiles_maybe ) ;; \
404
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles )' ; \
405
+ cd $(top_builddir ) && $(SHELL ) ./config.status $@ $(am__maybe_remake_depfiles ) ;; \
402
406
esac ;
403
407
404
408
$(top_builddir ) /config.status : $(top_srcdir ) /configure $(CONFIG_STATUS_DEPENDENCIES )
@@ -546,7 +550,10 @@ distclean-tags:
546
550
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
547
551
-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
548
552
549
- distdir : $(DISTFILES )
553
+ distdir : $(BUILT_SOURCES )
554
+ $(MAKE ) $(AM_MAKEFLAGS ) distdir-am
555
+
556
+ distdir-am : $(DISTFILES )
550
557
$(am__remove_distdir )
551
558
test -d " $( distdir) " || mkdir " $( distdir) "
552
559
@srcdirstrip=` echo " $( srcdir) " | sed ' s/[].[^$$\\*]/\\\\&/g' ` ; \
0 commit comments