Changeset 9eaa7de
- Timestamp:
- 08/10/04 17:18:15 (17 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 5131592
- Parents:
- 0a46fbb
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.in
r0a46fbb r9eaa7de 88 88 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 89 89 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 90 CONFIG_HEADER = $(top_builddir)/lib/config.h90 CONFIG_HEADER = config.h 91 91 CONFIG_CLEAN_FILES = 92 92 DIST_SOURCES = … … 96 96 install-exec-recursive installdirs-recursive install-recursive \ 97 97 uninstall-recursive check-recursive installcheck-recursive 98 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ 99 Makefile.in NEWS aclocal.m4 config.guess config.sub configure \ 100 configure.in depcomp install-sh ltmain.sh missing mkinstalldirs 101 all: all-recursive 98 DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \ 99 Makefile.am Makefile.in NEWS aclocal.m4 config.guess \ 100 config.h.in config.sub configure configure.in depcomp \ 101 install-sh ltmain.sh missing mkinstalldirs 102 all: config.h 103 $(MAKE) $(AM_MAKEFLAGS) all-recursive 102 104 103 105 .SUFFIXES: … … 126 128 $(ACLOCAL_M4): configure.in 127 129 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 130 config.h: stamp-h 131 @if test ! -f $@; then \ 132 rm -f stamp-h; \ 133 $(MAKE) stamp-h; \ 134 else :; fi 135 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status 136 @rm -f stamp-h stamp-hT 137 @echo timestamp > stamp-hT 2> /dev/null 138 cd $(top_builddir) \ 139 && CONFIG_FILES= CONFIG_HEADERS=config.h \ 140 $(SHELL) ./config.status 141 @mv stamp-hT stamp-h 142 $(srcdir)/config.h.in: $(srcdir)/./stamp-h.in 143 @if test ! -f $@; then \ 144 rm -f $(srcdir)/./stamp-h.in; \ 145 $(MAKE) $(srcdir)/./stamp-h.in; \ 146 else :; fi 147 $(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) 148 @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT 149 @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null 150 cd $(top_srcdir) && $(AUTOHEADER) 151 @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in 152 153 distclean-hdr: 154 -rm -f config.h 128 155 uninstall-info-am: 129 156 … … 194 221 mkid -fID $$unique $(LISP) 195 222 196 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \223 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 197 224 $(TAGS_FILES) $(LISP) 198 225 tags=; \ … … 209 236 $(AWK) ' { files[$$0] = 1; } \ 210 237 END { for (i in files) print i; }'`; \ 211 test -z "$(ETAGS_ARGS) $$unique$(LISP)$$tags" \212 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)238 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ 239 || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) 213 240 214 241 GTAGS: … … 301 328 check-am: all-am 302 329 check: check-recursive 303 all-am: Makefile 330 all-am: Makefile config.h 304 331 installdirs: installdirs-recursive 305 332 installdirs-am: … … 337 364 distclean: distclean-recursive 338 365 -rm -f config.status config.cache config.log 339 distclean-am: clean-am distclean-generic distclean- libtool \366 distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \ 340 367 distclean-tags 341 368 … … 372 399 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \ 373 400 clean-generic clean-libtool clean-recursive dist dist-all \ 374 distcheck distclean distclean-generic distclean- libtool\375 distclean- recursive distclean-tags distdir dvi dvi-am\376 dvi -recursive info info-am info-recursive install install-am\377 install- data install-data-am install-data-recursive \401 distcheck distclean distclean-generic distclean-hdr \ 402 distclean-libtool distclean-recursive distclean-tags distdir \ 403 dvi dvi-am dvi-recursive info info-am info-recursive install \ 404 install-am install-data install-data-am install-data-recursive \ 378 405 install-exec install-exec-am install-exec-recursive \ 379 406 install-info install-info-am install-info-recursive install-man \ -
config.h.in
r0a46fbb r9eaa7de 1 /* lib/config.h.in. Generated from configure.in by autoheader. */1 /* config.h.in. Generated from configure.in by autoheader. */ 2 2 3 3 /* Define to 1 if you have the <dlfcn.h> header file. */ -
configure
r3085992 r9eaa7de 1723 1723 1724 1724 1725 ac_config_headers="$ac_config_headers lib/config.h"1725 ac_config_headers="$ac_config_headers config.h" 1726 1726 1727 1727 ac_ext=c … … 9168 9168 "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; 9169 9169 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; 9170 " lib/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS lib/config.h" ;;9170 "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; 9171 9171 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 9172 9172 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} … … 9717 9717 # Run the commands associated with the file. 9718 9718 case $ac_file in 9719 lib/config.h ) # update the timestamp9720 echo timestamp >" lib/stamp-h1"9719 config.h ) # update the timestamp 9720 echo timestamp >"./stamp-h1" 9721 9721 ;; 9722 9722 esac
Note: See TracChangeset
for help on using the changeset viewer.