Changeset 3115 for trunk/psLib/test/dataIO/Makefile
- Timestamp:
- Feb 2, 2005, 2:54:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataIO/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataIO/Makefile
r3056 r3115 1 ################################################################################ 2 ## 3 ## Makefile: test/fileUtils 4 ## 5 ## $Revision: 1.3 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2005-01-19 01:53:00 $ 7 ## 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii 9 ## 10 ############################################################################### 11 12 ifndef prefix 13 export prefix=$(shell cd ../..;pwd) 14 endif 15 16 include ../../src/Makefile.Globals 17 18 CFLAGS := -I../../include -DUTC_DAT_FILE="\"$(prefix)/data/tai_utc.dat\"" $(CFLAGS) 19 LDFLAGS := -L../../lib -lpslib -lpstest $(LDFLAGS) 20 21 TARGET = tst_psLookupTable_01 \ 1 # Makefile.in generated by automake 1.9.1 from Makefile.am. 2 # test/fileUtils/Makefile. Generated from Makefile.in by configure. 3 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004 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 SOURCES = $(tst_psFits_SOURCES) $(tst_psLookupTable_01_SOURCES) 17 18 srcdir = . 19 top_srcdir = ../.. 20 21 pkgdatadir = $(datadir)/pslib 22 pkglibdir = $(libdir)/pslib 23 pkgincludedir = $(includedir)/pslib 24 top_builddir = ../.. 25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 26 INSTALL = /usr/bin/install -c 27 install_sh_DATA = $(install_sh) -c -m 644 28 install_sh_PROGRAM = $(install_sh) -c 29 install_sh_SCRIPT = $(install_sh) -c 30 INSTALL_HEADER = $(INSTALL_DATA) 31 transform = $(program_transform_name) 32 NORMAL_INSTALL = : 33 PRE_INSTALL = : 34 POST_INSTALL = : 35 NORMAL_UNINSTALL = : 36 PRE_UNINSTALL = : 37 POST_UNINSTALL = : 38 build_triplet = x86_64-unknown-linux-gnu 39 host_triplet = x86_64-unknown-linux-gnu 40 check_PROGRAMS = tst_psLookupTable_01$(EXEEXT) tst_psFits$(EXEEXT) 41 subdir = test/fileUtils 42 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 44 am__aclocal_m4_deps = $(top_srcdir)/configure.in 45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 46 $(ACLOCAL_M4) 47 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 48 CONFIG_HEADER = $(top_builddir)/src/config.h 49 CONFIG_CLEAN_FILES = 50 am_tst_psFits_OBJECTS = tst_psFits.$(OBJEXT) 51 tst_psFits_OBJECTS = $(am_tst_psFits_OBJECTS) 52 tst_psFits_LDADD = $(LDADD) 53 am_tst_psLookupTable_01_OBJECTS = tst_psLookupTable_01.$(OBJEXT) 54 tst_psLookupTable_01_OBJECTS = $(am_tst_psLookupTable_01_OBJECTS) 55 tst_psLookupTable_01_LDADD = $(LDADD) 56 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src 57 depcomp = $(SHELL) $(top_srcdir)/depcomp 58 am__depfiles_maybe = depfiles 59 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 60 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 61 LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ 62 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 63 $(AM_CFLAGS) $(CFLAGS) 64 CCLD = $(CC) 65 LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 66 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 67 SOURCES = $(tst_psFits_SOURCES) $(tst_psLookupTable_01_SOURCES) 68 DIST_SOURCES = $(tst_psFits_SOURCES) $(tst_psLookupTable_01_SOURCES) 69 ETAGS = etags 70 CTAGS = ctags 71 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 72 ACLOCAL = ${SHELL} /home/desonia/panstarrs/psLib/missing --run aclocal-1.9 73 AMDEP_FALSE = # 74 AMDEP_TRUE = 75 AMTAR = ${SHELL} /home/desonia/panstarrs/psLib/missing --run tar 76 AR = ar 77 AUTOCONF = ${SHELL} /home/desonia/panstarrs/psLib/missing --run autoconf 78 AUTOHEADER = ${SHELL} /home/desonia/panstarrs/psLib/missing --run autoheader 79 AUTOMAKE = ${SHELL} /home/desonia/panstarrs/psLib/missing --run automake-1.9 80 AWK = gawk 81 CC = gcc 82 CCDEPMODE = depmode=gcc3 83 CFLAGS = -g -O2 -g2 -Wall -std=c99 -D_GNU_SOURCE -I/usr/include -I/usr/include/libxml2 84 CONFIG_FILE = /home/desonia/panstarrs/psLib/config/psTime.config 85 CPP = gcc -E 86 CPPFLAGS = 87 CXX = g++ 88 CXXCPP = g++ -E 89 CXXDEPMODE = depmode=gcc3 90 CXXFLAGS = -g -O2 91 CYGPATH_W = echo 92 DEFS = -DHAVE_CONFIG_H 93 DEPDIR = .deps 94 ECHO = echo 95 ECHO_C = 96 ECHO_N = -n 97 ECHO_T = 98 EGREP = grep -E 99 EXEEXT = 100 F77 = g77 101 FFLAGS = -fno-second-underscore -O -fno-f2c 102 GSL_CONFIG = /usr/bin/gsl-config 103 INSTALL_DATA = ${INSTALL} -m 644 104 INSTALL_PROGRAM = ${INSTALL} 105 INSTALL_SCRIPT = ${INSTALL} 106 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s 107 LDFLAGS = 108 LIBOBJS = 109 LIBS = 110 LIBTOOL = $(SHELL) $(top_builddir)/libtool 111 LN_S = ln -s 112 LTLIBOBJS = 113 MAKEINFO = ${SHELL} /home/desonia/panstarrs/psLib/missing --run makeinfo 114 OBJEXT = o 115 PACKAGE = pslib 116 PACKAGE_BUGREPORT = 117 PACKAGE_NAME = 118 PACKAGE_STRING = 119 PACKAGE_TARNAME = 120 PACKAGE_VERSION = 121 PATH_SEPARATOR = : 122 PERL = /usr/bin/perl 123 PSLIB_CFLAGS = -I${prefix}/include 124 PSLIB_LIBS = -L${exec_prefix}/lib -lpslib -lcfitsio -lfftw3f -L/usr/lib64 -lgsl -lgslcblas -lm -lxml2 -lz -lpthread -lm 125 RANLIB = ranlib 126 SET_MAKE = 127 SHELL = /bin/sh 128 STRIP = strip 129 SWIG = /usr/bin/swig 130 VERSION = 1.5 131 XML_CONFIG = /usr/bin/xml2-config 132 ac_ct_AR = ar 133 ac_ct_CC = gcc 134 ac_ct_CXX = g++ 135 ac_ct_F77 = g77 136 ac_ct_RANLIB = ranlib 137 ac_ct_STRIP = strip 138 am__fastdepCC_FALSE = # 139 am__fastdepCC_TRUE = 140 am__fastdepCXX_FALSE = # 141 am__fastdepCXX_TRUE = 142 am__include = include 143 am__leading_dot = . 144 am__quote = 145 am__tar = ${AMTAR} chof - "$$tardir" 146 am__untar = ${AMTAR} xf - 147 bindir = ${exec_prefix}/bin 148 build = x86_64-unknown-linux-gnu 149 build_alias = 150 build_cpu = x86_64 151 build_os = linux-gnu 152 build_vendor = unknown 153 datadir = ${prefix}/share 154 exec_prefix = ${prefix} 155 host = x86_64-unknown-linux-gnu 156 host_alias = 157 host_cpu = x86_64 158 host_os = linux-gnu 159 host_vendor = unknown 160 includedir = ${prefix}/include 161 infodir = ${prefix}/info 162 install_sh = /home/desonia/panstarrs/psLib/install-sh 163 libdir = ${exec_prefix}/lib 164 libexecdir = ${exec_prefix}/libexec 165 localstatedir = ${prefix}/var 166 mandir = ${prefix}/man 167 mkdir_p = mkdir -p -- 168 oldincludedir = /usr/include 169 prefix = /home/desonia/panstarrs/psLib 170 program_transform_name = s,x,x, 171 sbindir = ${exec_prefix}/sbin 172 sharedstatedir = ${prefix}/com 173 sysconfdir = ${prefix}/etc 174 target_alias = 175 176 #Makefile for astronomy functions of psLib 177 # 178 INCLUDES = \ 179 -I$(top_srcdir)/src \ 180 -I$(top_srcdir)/src/astronomy \ 181 -I$(top_srcdir)/src/collections \ 182 -I$(top_srcdir)/src/dataManip \ 183 -I$(top_srcdir)/src/fileUtils \ 184 -I$(top_srcdir)/src/image \ 185 -I$(top_srcdir)/src/sysUtils \ 186 $(all_includes) 187 188 AM_LDFLAGS = -L$(top_srcdir)/src `sh $(top_srcdir)/pslib-config --libs` 189 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest 190 TESTS = \ 191 tst_psLookupTable_01 \ 22 192 tst_psFits 23 193 24 OBJS = $(addprefix builddir/,$(addsuffix .o,$(TARGET))) 25 26 all: $(TARGET) 27 28 clean: 29 @echo " Deleting executable and binary files for 'test/fileUtils'" 30 $(RM) $(OBJS) 31 32 distclean: clean 33 $(RM) $(TARGET) 34 35 install: $(testbindir) $(testbindir)/verified $(TARGET) 36 install $(TARGET) $(testbindir) 37 install verified/*.stderr verified/*.stdout $(testbindir)/verified 38 39 $(testbindir): 40 mkdir -p $(testbindir) 41 42 $(testbindir)/verified: 43 mkdir -p $(testbindir)/verified 44 194 tst_psLookupTable_01_SOURCES = tst_psLookupTable_01.c 195 tst_psFits_SOURCES = tst_psFits.c 196 all: all-am 197 198 .SUFFIXES: 199 .SUFFIXES: .c .lo .o .obj 200 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 201 @for dep in $?; do \ 202 case '$(am__configure_deps)' in \ 203 *$$dep*) \ 204 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 205 && exit 0; \ 206 exit 1;; \ 207 esac; \ 208 done; \ 209 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/fileUtils/Makefile'; \ 210 cd $(top_srcdir) && \ 211 $(AUTOMAKE) --gnu test/fileUtils/Makefile 212 .PRECIOUS: Makefile 213 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 214 @case '$?' in \ 215 *config.status*) \ 216 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 217 *) \ 218 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 219 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 220 esac; 221 222 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 223 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 224 225 $(top_srcdir)/configure: $(am__configure_deps) 226 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 227 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 228 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 229 230 clean-checkPROGRAMS: 231 @list='$(check_PROGRAMS)'; for p in $$list; do \ 232 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 233 echo " rm -f $$p $$f"; \ 234 rm -f $$p $$f ; \ 235 done 236 tst_psFits$(EXEEXT): $(tst_psFits_OBJECTS) $(tst_psFits_DEPENDENCIES) 237 @rm -f tst_psFits$(EXEEXT) 238 $(LINK) $(tst_psFits_LDFLAGS) $(tst_psFits_OBJECTS) $(tst_psFits_LDADD) $(LIBS) 239 tst_psLookupTable_01$(EXEEXT): $(tst_psLookupTable_01_OBJECTS) $(tst_psLookupTable_01_DEPENDENCIES) 240 @rm -f tst_psLookupTable_01$(EXEEXT) 241 $(LINK) $(tst_psLookupTable_01_LDFLAGS) $(tst_psLookupTable_01_OBJECTS) $(tst_psLookupTable_01_LDADD) $(LIBS) 242 243 mostlyclean-compile: 244 -rm -f *.$(OBJEXT) 245 246 distclean-compile: 247 -rm -f *.tab.c 248 249 include ./$(DEPDIR)/tst_psFits.Po 250 include ./$(DEPDIR)/tst_psLookupTable_01.Po 251 252 .c.o: 253 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 254 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 255 # source='$<' object='$@' libtool=no \ 256 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 257 # $(COMPILE) -c $< 258 259 .c.obj: 260 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ 261 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 262 # source='$<' object='$@' libtool=no \ 263 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 264 # $(COMPILE) -c `$(CYGPATH_W) '$<'` 265 266 .c.lo: 267 if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 268 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 269 # source='$<' object='$@' libtool=yes \ 270 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 271 # $(LTCOMPILE) -c -o $@ $< 272 273 mostlyclean-libtool: 274 -rm -f *.lo 275 276 clean-libtool: 277 -rm -rf .libs _libs 278 279 distclean-libtool: 280 -rm -f libtool 281 uninstall-info-am: 282 283 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 284 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 285 unique=`for i in $$list; do \ 286 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 287 done | \ 288 $(AWK) ' { files[$$0] = 1; } \ 289 END { for (i in files) print i; }'`; \ 290 mkid -fID $$unique 291 tags: TAGS 292 293 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 294 $(TAGS_FILES) $(LISP) 295 tags=; \ 296 here=`pwd`; \ 297 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 298 unique=`for i in $$list; do \ 299 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 300 done | \ 301 $(AWK) ' { files[$$0] = 1; } \ 302 END { for (i in files) print i; }'`; \ 303 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 304 test -n "$$unique" || unique=$$empty_fix; \ 305 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 306 $$tags $$unique; \ 307 fi 308 ctags: CTAGS 309 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 310 $(TAGS_FILES) $(LISP) 311 tags=; \ 312 here=`pwd`; \ 313 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 314 unique=`for i in $$list; do \ 315 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 316 done | \ 317 $(AWK) ' { files[$$0] = 1; } \ 318 END { for (i in files) print i; }'`; \ 319 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 320 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 321 $$tags $$unique 322 323 GTAGS: 324 here=`$(am__cd) $(top_builddir) && pwd` \ 325 && cd $(top_srcdir) \ 326 && gtags -i $(GTAGS_ARGS) $$here 327 328 distclean-tags: 329 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 330 331 check-TESTS: $(TESTS) 332 @failed=0; all=0; xfail=0; xpass=0; skip=0; \ 333 srcdir=$(srcdir); export srcdir; \ 334 list='$(TESTS)'; \ 335 if test -n "$$list"; then \ 336 for tst in $$list; do \ 337 if test -f ./$$tst; then dir=./; \ 338 elif test -f $$tst; then dir=; \ 339 else dir="$(srcdir)/"; fi; \ 340 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ 341 all=`expr $$all + 1`; \ 342 case " $(XFAIL_TESTS) " in \ 343 *" $$tst "*) \ 344 xpass=`expr $$xpass + 1`; \ 345 failed=`expr $$failed + 1`; \ 346 echo "XPASS: $$tst"; \ 347 ;; \ 348 *) \ 349 echo "PASS: $$tst"; \ 350 ;; \ 351 esac; \ 352 elif test $$? -ne 77; then \ 353 all=`expr $$all + 1`; \ 354 case " $(XFAIL_TESTS) " in \ 355 *" $$tst "*) \ 356 xfail=`expr $$xfail + 1`; \ 357 echo "XFAIL: $$tst"; \ 358 ;; \ 359 *) \ 360 failed=`expr $$failed + 1`; \ 361 echo "FAIL: $$tst"; \ 362 ;; \ 363 esac; \ 364 else \ 365 skip=`expr $$skip + 1`; \ 366 echo "SKIP: $$tst"; \ 367 fi; \ 368 done; \ 369 if test "$$failed" -eq 0; then \ 370 if test "$$xfail" -eq 0; then \ 371 banner="All $$all tests passed"; \ 372 else \ 373 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ 374 fi; \ 375 else \ 376 if test "$$xpass" -eq 0; then \ 377 banner="$$failed of $$all tests failed"; \ 378 else \ 379 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ 380 fi; \ 381 fi; \ 382 dashes="$$banner"; \ 383 skipped=""; \ 384 if test "$$skip" -ne 0; then \ 385 skipped="($$skip tests were not run)"; \ 386 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 387 dashes="$$skipped"; \ 388 fi; \ 389 report=""; \ 390 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ 391 report="Please report to $(PACKAGE_BUGREPORT)"; \ 392 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 393 dashes="$$report"; \ 394 fi; \ 395 dashes=`echo "$$dashes" | sed s/./=/g`; \ 396 echo "$$dashes"; \ 397 echo "$$banner"; \ 398 test -z "$$skipped" || echo "$$skipped"; \ 399 test -z "$$report" || echo "$$report"; \ 400 echo "$$dashes"; \ 401 test "$$failed" -eq 0; \ 402 else :; fi 403 404 distdir: $(DISTFILES) 405 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 406 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 407 list='$(DISTFILES)'; for file in $$list; do \ 408 case $$file in \ 409 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 410 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 411 esac; \ 412 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 413 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 414 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 415 dir="/$$dir"; \ 416 $(mkdir_p) "$(distdir)$$dir"; \ 417 else \ 418 dir=''; \ 419 fi; \ 420 if test -d $$d/$$file; then \ 421 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 422 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 423 fi; \ 424 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 425 else \ 426 test -f $(distdir)/$$file \ 427 || cp -p $$d/$$file $(distdir)/$$file \ 428 || exit 1; \ 429 fi; \ 430 done 431 check-am: all-am 432 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 433 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 434 check: check-am 435 all-am: Makefile 436 installdirs: 437 install: install-am 438 install-exec: install-exec-am 439 install-data: install-data-am 440 uninstall: uninstall-am 441 442 install-am: all-am 443 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 444 445 installcheck: installcheck-am 446 install-strip: 447 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 448 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 449 `test -z '$(STRIP)' || \ 450 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 451 mostlyclean-generic: 452 453 clean-generic: 454 455 distclean-generic: 456 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 457 458 maintainer-clean-generic: 459 @echo "This command is intended for maintainers to use" 460 @echo "it deletes files that may require special tools to rebuild." 461 clean: clean-am 462 463 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ 464 mostlyclean-am 465 466 distclean: distclean-am 467 -rm -rf ./$(DEPDIR) 468 -rm -f Makefile 469 distclean-am: clean-am distclean-compile distclean-generic \ 470 distclean-libtool distclean-tags 471 472 dvi: dvi-am 473 474 dvi-am: 475 476 html: html-am 477 478 info: info-am 479 480 info-am: 481 482 install-data-am: 483 484 install-exec-am: 485 486 install-info: install-info-am 487 488 install-man: 489 490 installcheck-am: 491 492 maintainer-clean: maintainer-clean-am 493 -rm -rf ./$(DEPDIR) 494 -rm -f Makefile 495 maintainer-clean-am: distclean-am maintainer-clean-generic 496 497 mostlyclean: mostlyclean-am 498 499 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 500 mostlyclean-libtool 501 502 pdf: pdf-am 503 504 pdf-am: 505 506 ps: ps-am 507 508 ps-am: 509 510 uninstall-am: uninstall-info-am 511 512 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \ 513 clean-checkPROGRAMS clean-generic clean-libtool ctags \ 514 distclean distclean-compile distclean-generic \ 515 distclean-libtool distclean-tags distdir dvi dvi-am html \ 516 html-am info info-am install install-am install-data \ 517 install-data-am install-exec install-exec-am install-info \ 518 install-info-am install-man install-strip installcheck \ 519 installcheck-am installdirs maintainer-clean \ 520 maintainer-clean-generic mostlyclean mostlyclean-compile \ 521 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 522 tags uninstall uninstall-am uninstall-info-am 523 524 tests: $(TESTS) 525 # Tell versions [3.59,3.63) of GNU make to not export all variables. 526 # Otherwise a system limit (for SysV at least) may be exceeded. 527 .NOEXPORT:
Note:
See TracChangeset
for help on using the changeset viewer.
