Changeset 8 for branches/with_autoconf/examples
- Timestamp:
- Jun 25, 2008, 1:08:04 PM (16 years ago)
- Location:
- branches/with_autoconf/examples
- Files:
-
- 3 added
- 3 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/with_autoconf/examples/Makefile
r1 r8 1 # EXAMPLES 2 EXAMPLES = \ 3 soclib_date04/timer4_gmn_handmade/ \ 4 # 5 6 # RULES 7 main : 8 @for i in $(EXAMPLES) ; do \ 9 echo "Making \'$$i\'" ; \ 10 (cd $$i ; make -f Makefile.casc) ; \ 1 # Makefile.in generated by automake 1.10 from Makefile.am. 2 # examples/Makefile. Generated from Makefile.in by configure. 3 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 6 # This Makefile.in is free software; the Free Software Foundation 7 # gives unlimited permission to copy and/or distribute it, 8 # with or without modifications, as long as this notice is preserved. 9 10 # This program is distributed in the hope that it will be useful, 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13 # PARTICULAR PURPOSE. 14 15 16 17 pkgdatadir = $(datadir)/systemcass 18 pkglibdir = $(libdir)/systemcass 19 pkgincludedir = $(includedir)/systemcass 20 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 21 install_sh_DATA = $(install_sh) -c -m 644 22 install_sh_PROGRAM = $(install_sh) -c 23 install_sh_SCRIPT = $(install_sh) -c 24 INSTALL_HEADER = $(INSTALL_DATA) 25 transform = $(program_transform_name) 26 NORMAL_INSTALL = : 27 PRE_INSTALL = : 28 POST_INSTALL = : 29 NORMAL_UNINSTALL = : 30 PRE_UNINSTALL = : 31 POST_UNINSTALL = : 32 build_triplet = i386-apple-darwin9.3.0 33 host_triplet = i386-apple-darwin9.3.0 34 target_triplet = i386-apple-darwin9.3.0 35 subdir = examples 36 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 37 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 38 am__aclocal_m4_deps = $(top_srcdir)/configure.ac 39 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 40 $(ACLOCAL_M4) 41 mkinstalldirs = $(install_sh) -d 42 CONFIG_HEADER = $(top_builddir)/config.h 43 CONFIG_CLEAN_FILES = 44 SOURCES = 45 DIST_SOURCES = 46 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 47 html-recursive info-recursive install-data-recursive \ 48 install-dvi-recursive install-exec-recursive \ 49 install-html-recursive install-info-recursive \ 50 install-pdf-recursive install-ps-recursive install-recursive \ 51 installcheck-recursive installdirs-recursive pdf-recursive \ 52 ps-recursive uninstall-recursive 53 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 54 distclean-recursive maintainer-clean-recursive 55 ETAGS = etags 56 CTAGS = ctags 57 DIST_SUBDIRS = $(SUBDIRS) 58 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 59 ACLOCAL = ${SHELL} /Users/nipo/projects/systemcass-autoconf/missing --run aclocal-1.10 60 ALLIANCE_CFLAGS = 61 ALLIANCE_PATH = 62 AMTAR = ${SHELL} /Users/nipo/projects/systemcass-autoconf/missing --run tar 63 AR = ar 64 AUTOCONF = ${SHELL} /Users/nipo/projects/systemcass-autoconf/missing --run autoconf 65 AUTOHEADER = ${SHELL} /Users/nipo/projects/systemcass-autoconf/missing --run autoheader 66 AUTOMAKE = ${SHELL} /Users/nipo/projects/systemcass-autoconf/missing --run automake-1.10 67 AWK = gawk 68 CC = gcc 69 CCDEPMODE = depmode=gcc3 70 CFLAGS = -I/opt/local/include -I/sw/include 71 CPP = gcc -E 72 CPPFLAGS = 73 CXX = g++ 74 CXXCPP = g++ -E 75 CXXDEPMODE = depmode=gcc3 76 CXXFLAGS = -g -O2 77 CYGPATH_W = echo 78 DEFS = -DHAVE_CONFIG_H 79 DEPDIR = .deps 80 ECHO = /sw/bin/echo 81 ECHO_C = \c 82 ECHO_N = 83 ECHO_T = 84 EGREP = /usr/bin/grep -E 85 EXEEXT = 86 F77 = 87 FFLAGS = 88 GREP = /usr/bin/grep 89 INSTALL = /sw/bin/ginstall -c 90 INSTALL_DATA = ${INSTALL} -m 644 91 INSTALL_PROGRAM = ${INSTALL} 92 INSTALL_SCRIPT = ${INSTALL} 93 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 94 LDFLAGS = -L/opt/local/lib -L/sw/lib 95 LIBOBJS = 96 LIBS = 97 LIBTOOL = $(SHELL) $(top_builddir)/libtool 98 LN_S = ln -s 99 LTLIBOBJS = 100 MAKEINFO = ${SHELL} /Users/nipo/projects/systemcass-autoconf/missing --run makeinfo 101 MKDIR_P = /sw/bin/mkdir -p 102 OBJEXT = o 103 PACKAGE = systemcass 104 PACKAGE_BUGREPORT = 105 PACKAGE_NAME = SystemCASS 106 PACKAGE_STRING = SystemCASS 1.0.0 107 PACKAGE_TARNAME = systemcass 108 PACKAGE_VERSION = 1.0.0 109 PATH_SEPARATOR = : 110 RANLIB = ranlib 111 SC_LIB_TARGET = macosx 112 SET_MAKE = 113 SHELL = /bin/sh 114 SOCLIB_PATH = 115 STRIP = strip 116 VERSION = 1.0.0 117 abs_builddir = /Users/nipo/projects/systemcass-autoconf/examples 118 abs_srcdir = /Users/nipo/projects/systemcass-autoconf/examples 119 abs_top_builddir = /Users/nipo/projects/systemcass-autoconf 120 abs_top_srcdir = /Users/nipo/projects/systemcass-autoconf 121 ac_ct_CC = gcc 122 ac_ct_CXX = g++ 123 ac_ct_F77 = 124 am__include = include 125 am__leading_dot = . 126 am__quote = 127 am__tar = ${AMTAR} chof - "$$tardir" 128 am__untar = ${AMTAR} xf - 129 bindir = ${exec_prefix}/bin 130 build = i386-apple-darwin9.3.0 131 build_alias = 132 build_cpu = i386 133 build_os = darwin9.3.0 134 build_vendor = apple 135 builddir = . 136 datadir = ${datarootdir} 137 datarootdir = ${prefix}/share 138 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 139 dvidir = ${docdir} 140 exec_prefix = ${prefix} 141 has_bibtex = yes 142 has_dvips = yes 143 has_fig2dev = yes 144 has_latex = yes 145 has_ps2pdf = yes 146 host = i386-apple-darwin9.3.0 147 host_alias = 148 host_cpu = i386 149 host_os = darwin9.3.0 150 host_vendor = apple 151 htmldir = ${docdir} 152 includedir = ${prefix}/include 153 infodir = ${datarootdir}/info 154 install_sh = $(SHELL) /Users/nipo/projects/systemcass-autoconf/install-sh 155 libdir = ${exec_prefix}/lib 156 libexecdir = ${exec_prefix}/libexec 157 localedir = ${datarootdir}/locale 158 localstatedir = ${prefix}/var 159 mandir = ${datarootdir}/man 160 mkdir_p = /sw/bin/mkdir -p 161 oldincludedir = /usr/include 162 pdfdir = ${docdir} 163 prefix = /usr/local 164 program_transform_name = s,x,x, 165 psdir = ${docdir} 166 sbindir = ${exec_prefix}/sbin 167 sharedstatedir = ${prefix}/com 168 srcdir = . 169 sysconfdir = ${prefix}/etc 170 target = i386-apple-darwin9.3.0 171 target_alias = 172 target_cpu = i386 173 target_os = darwin9.3.0 174 target_vendor = apple 175 top_builddir = .. 176 top_srcdir = .. 177 SUBDIRS = soclib_date04 178 all: all-recursive 179 180 .SUFFIXES: 181 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 182 @for dep in $?; do \ 183 case '$(am__configure_deps)' in \ 184 *$$dep*) \ 185 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 186 && exit 0; \ 187 exit 1;; \ 188 esac; \ 189 done; \ 190 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \ 191 cd $(top_srcdir) && \ 192 $(AUTOMAKE) --foreign examples/Makefile 193 .PRECIOUS: Makefile 194 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 195 @case '$?' in \ 196 *config.status*) \ 197 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 198 *) \ 199 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 200 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 201 esac; 202 203 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 204 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 205 206 $(top_srcdir)/configure: $(am__configure_deps) 207 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 208 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 209 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 210 211 mostlyclean-libtool: 212 -rm -f *.lo 213 214 clean-libtool: 215 -rm -rf .libs _libs 216 217 # This directory's subdirectories are mostly independent; you can cd 218 # into them and run `make' without going through this Makefile. 219 # To change the values of `make' variables: instead of editing Makefiles, 220 # (1) if the variable is set in `config.status', edit `config.status' 221 # (which will cause the Makefiles to be regenerated when you run `make'); 222 # (2) otherwise, pass the desired values on the `make' command line. 223 $(RECURSIVE_TARGETS): 224 @failcom='exit 1'; \ 225 for f in x $$MAKEFLAGS; do \ 226 case $$f in \ 227 *=* | --[!k]*);; \ 228 *k*) failcom='fail=yes';; \ 229 esac; \ 230 done; \ 231 dot_seen=no; \ 232 target=`echo $@ | sed s/-recursive//`; \ 233 list='$(SUBDIRS)'; for subdir in $$list; do \ 234 echo "Making $$target in $$subdir"; \ 235 if test "$$subdir" = "."; then \ 236 dot_seen=yes; \ 237 local_target="$$target-am"; \ 238 else \ 239 local_target="$$target"; \ 240 fi; \ 241 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 242 || eval $$failcom; \ 243 done; \ 244 if test "$$dot_seen" = "no"; then \ 245 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 246 fi; test -z "$$fail" 247 248 $(RECURSIVE_CLEAN_TARGETS): 249 @failcom='exit 1'; \ 250 for f in x $$MAKEFLAGS; do \ 251 case $$f in \ 252 *=* | --[!k]*);; \ 253 *k*) failcom='fail=yes';; \ 254 esac; \ 255 done; \ 256 dot_seen=no; \ 257 case "$@" in \ 258 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 259 *) list='$(SUBDIRS)' ;; \ 260 esac; \ 261 rev=''; for subdir in $$list; do \ 262 if test "$$subdir" = "."; then :; else \ 263 rev="$$subdir $$rev"; \ 264 fi; \ 265 done; \ 266 rev="$$rev ."; \ 267 target=`echo $@ | sed s/-recursive//`; \ 268 for subdir in $$rev; do \ 269 echo "Making $$target in $$subdir"; \ 270 if test "$$subdir" = "."; then \ 271 local_target="$$target-am"; \ 272 else \ 273 local_target="$$target"; \ 274 fi; \ 275 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 276 || eval $$failcom; \ 277 done && test -z "$$fail" 278 tags-recursive: 279 list='$(SUBDIRS)'; for subdir in $$list; do \ 280 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 11 281 done 12 13 clean : 14 @for i in $(EXAMPLES) ; do \ 15 echo "Cleaning $$i..." ; \ 16 (cd $$i ; make -f Makefile.casc clean) ; \ 282 ctags-recursive: 283 list='$(SUBDIRS)'; for subdir in $$list; do \ 284 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 17 285 done 286 287 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 288 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 289 unique=`for i in $$list; do \ 290 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 291 done | \ 292 $(AWK) ' { files[$$0] = 1; } \ 293 END { for (i in files) print i; }'`; \ 294 mkid -fID $$unique 295 tags: TAGS 296 297 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 298 $(TAGS_FILES) $(LISP) 299 tags=; \ 300 here=`pwd`; \ 301 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 302 include_option=--etags-include; \ 303 empty_fix=.; \ 304 else \ 305 include_option=--include; \ 306 empty_fix=; \ 307 fi; \ 308 list='$(SUBDIRS)'; for subdir in $$list; do \ 309 if test "$$subdir" = .; then :; else \ 310 test ! -f $$subdir/TAGS || \ 311 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 312 fi; \ 313 done; \ 314 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 315 unique=`for i in $$list; do \ 316 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 317 done | \ 318 $(AWK) ' { files[$$0] = 1; } \ 319 END { for (i in files) print i; }'`; \ 320 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 321 test -n "$$unique" || unique=$$empty_fix; \ 322 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 323 $$tags $$unique; \ 324 fi 325 ctags: CTAGS 326 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 327 $(TAGS_FILES) $(LISP) 328 tags=; \ 329 here=`pwd`; \ 330 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 331 unique=`for i in $$list; do \ 332 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 333 done | \ 334 $(AWK) ' { files[$$0] = 1; } \ 335 END { for (i in files) print i; }'`; \ 336 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 337 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 338 $$tags $$unique 339 340 GTAGS: 341 here=`$(am__cd) $(top_builddir) && pwd` \ 342 && cd $(top_srcdir) \ 343 && gtags -i $(GTAGS_ARGS) $$here 344 345 distclean-tags: 346 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 347 348 distdir: $(DISTFILES) 349 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 350 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 351 list='$(DISTFILES)'; \ 352 dist_files=`for file in $$list; do echo $$file; done | \ 353 sed -e "s|^$$srcdirstrip/||;t" \ 354 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 355 case $$dist_files in \ 356 */*) $(MKDIR_P) `echo "$$dist_files" | \ 357 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 358 sort -u` ;; \ 359 esac; \ 360 for file in $$dist_files; do \ 361 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 362 if test -d $$d/$$file; then \ 363 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 364 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 365 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 366 fi; \ 367 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 368 else \ 369 test -f $(distdir)/$$file \ 370 || cp -p $$d/$$file $(distdir)/$$file \ 371 || exit 1; \ 372 fi; \ 373 done 374 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 375 if test "$$subdir" = .; then :; else \ 376 test -d "$(distdir)/$$subdir" \ 377 || $(MKDIR_P) "$(distdir)/$$subdir" \ 378 || exit 1; \ 379 distdir=`$(am__cd) $(distdir) && pwd`; \ 380 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 381 (cd $$subdir && \ 382 $(MAKE) $(AM_MAKEFLAGS) \ 383 top_distdir="$$top_distdir" \ 384 distdir="$$distdir/$$subdir" \ 385 am__remove_distdir=: \ 386 am__skip_length_check=: \ 387 distdir) \ 388 || exit 1; \ 389 fi; \ 390 done 391 check-am: all-am 392 check: check-recursive 393 all-am: Makefile 394 installdirs: installdirs-recursive 395 installdirs-am: 396 install: install-recursive 397 install-exec: install-exec-recursive 398 install-data: install-data-recursive 399 uninstall: uninstall-recursive 400 401 install-am: all-am 402 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 403 404 installcheck: installcheck-recursive 405 install-strip: 406 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 407 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 408 `test -z '$(STRIP)' || \ 409 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 410 mostlyclean-generic: 411 412 clean-generic: 413 414 distclean-generic: 415 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 416 417 maintainer-clean-generic: 418 @echo "This command is intended for maintainers to use" 419 @echo "it deletes files that may require special tools to rebuild." 420 clean: clean-recursive 421 422 clean-am: clean-generic clean-libtool mostlyclean-am 423 424 distclean: distclean-recursive 425 -rm -f Makefile 426 distclean-am: clean-am distclean-generic distclean-tags 427 428 dvi: dvi-recursive 429 430 dvi-am: 431 432 html: html-recursive 433 434 info: info-recursive 435 436 info-am: 437 438 install-data-am: 439 440 install-dvi: install-dvi-recursive 441 442 install-exec-am: 443 444 install-html: install-html-recursive 445 446 install-info: install-info-recursive 447 448 install-man: 449 450 install-pdf: install-pdf-recursive 451 452 install-ps: install-ps-recursive 453 454 installcheck-am: 455 456 maintainer-clean: maintainer-clean-recursive 457 -rm -f Makefile 458 maintainer-clean-am: distclean-am maintainer-clean-generic 459 460 mostlyclean: mostlyclean-recursive 461 462 mostlyclean-am: mostlyclean-generic mostlyclean-libtool 463 464 pdf: pdf-recursive 465 466 pdf-am: 467 468 ps: ps-recursive 469 470 ps-am: 471 472 uninstall-am: 473 474 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ 475 install-strip 476 477 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 478 all all-am check check-am clean clean-generic clean-libtool \ 479 ctags ctags-recursive distclean distclean-generic \ 480 distclean-libtool distclean-tags distdir dvi dvi-am html \ 481 html-am info info-am install install-am install-data \ 482 install-data-am install-dvi install-dvi-am install-exec \ 483 install-exec-am install-html install-html-am install-info \ 484 install-info-am install-man install-pdf install-pdf-am \ 485 install-ps install-ps-am install-strip installcheck \ 486 installcheck-am installdirs installdirs-am maintainer-clean \ 487 maintainer-clean-generic mostlyclean mostlyclean-generic \ 488 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ 489 uninstall uninstall-am 490 491 # Tell versions [3.59,3.63) of GNU make to not export all variables. 492 # Otherwise a system limit (for SysV at least) may be exceeded. 493 .NOEXPORT:
Note: See TracChangeset
for help on using the changeset viewer.