Changes in Makefile.in [a5c722b:54cd58b0]
- File:
-
- 1 edited
-
Makefile.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
ra5c722b r54cd58b0 170 170 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 171 171 cscope distdir dist dist-all distcheck 172 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 172 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ 173 $(LISP)config.h.in 173 174 # Read a list of newline-separated strings from the standard input, 174 175 # and print each of them once, without duplicates. Input order is … … 191 192 CSCOPE = cscope 192 193 DIST_SUBDIRS = $(SUBDIRS) 193 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/automake/compile \ 194 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 195 $(top_srcdir)/automake/compile \ 194 196 $(top_srcdir)/automake/config.guess \ 195 197 $(top_srcdir)/automake/config.sub \ 196 198 $(top_srcdir)/automake/install-sh \ 197 $(top_srcdir)/automake/missing $(top_srcdir)/src/config.h.in \ 198 INSTALL README automake/compile automake/config.guess \ 199 automake/config.sub automake/depcomp automake/install-sh \ 200 automake/missing automake/ylwrap 199 $(top_srcdir)/automake/missing INSTALL README automake/compile \ 200 automake/config.guess automake/config.sub automake/depcomp \ 201 automake/install-sh automake/missing automake/ylwrap 201 202 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 202 203 distdir = $(PACKAGE)-$(VERSION) … … 408 409 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 409 410 410 stamp-h1: $( top_srcdir)/src/config.h.in $(top_builddir)/config.status411 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 411 412 @rm -f stamp-h1 412 413 cd $(top_builddir) && $(SHELL) ./config.status config.h 413 $( top_srcdir)/src/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)414 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 414 415 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 415 416 rm -f stamp-h1
Note:
See TracChangeset
for help on using the changeset viewer.