Changeset 3115 for trunk/psLib/test/collections/Makefile
- Timestamp:
- Feb 2, 2005, 2:54:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/Makefile
r2859 r3115 1 ################################################################################ 2 ## 3 ## Makefile: test/collections 4 ## 5 ## $Revision: 1.27 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2005-01-03 20:28:07 $ 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 $(CFLAGS) 19 LDFLAGS := -L../../lib -lpslib -lpstest $(LDFLAGS) 20 21 TARGET = tst_psVector \ 1 # Makefile.in generated by automake 1.9.1 from Makefile.am. 2 # test/collections/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_psArray_SOURCES) $(tst_psArray01_SOURCES) $(tst_psArray02_SOURCES) $(tst_psBitSet_SOURCES) $(tst_psHash00_SOURCES) $(tst_psHash01_SOURCES) $(tst_psHash02_SOURCES) $(tst_psHash03_SOURCES) $(tst_psHash04_SOURCES) $(tst_psHash05_SOURCES) $(tst_psList_SOURCES) $(tst_psScalar_SOURCES) $(tst_psVector_SOURCES) $(tst_psVectorSort_01_SOURCES) $(tst_psVectorSort_02_SOURCES) $(tst_psVectorSort_03_SOURCES) $(tst_psVectorSort_04_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_psVector$(EXEEXT) tst_psArray$(EXEEXT) \ 41 tst_psArray01$(EXEEXT) tst_psArray02$(EXEEXT) \ 42 tst_psBitSet$(EXEEXT) tst_psVectorSort_01$(EXEEXT) \ 43 tst_psVectorSort_02$(EXEEXT) tst_psVectorSort_03$(EXEEXT) \ 44 tst_psVectorSort_04$(EXEEXT) tst_psList$(EXEEXT) \ 45 tst_psHash00$(EXEEXT) tst_psHash01$(EXEEXT) \ 46 tst_psHash02$(EXEEXT) tst_psHash03$(EXEEXT) \ 47 tst_psHash04$(EXEEXT) tst_psHash05$(EXEEXT) \ 48 tst_psScalar$(EXEEXT) 49 subdir = test/collections 50 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 51 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 52 am__aclocal_m4_deps = $(top_srcdir)/configure.in 53 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 54 $(ACLOCAL_M4) 55 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 56 CONFIG_HEADER = $(top_builddir)/src/config.h 57 CONFIG_CLEAN_FILES = 58 am_tst_psArray_OBJECTS = tst_psArray.$(OBJEXT) 59 tst_psArray_OBJECTS = $(am_tst_psArray_OBJECTS) 60 tst_psArray_LDADD = $(LDADD) 61 am_tst_psArray01_OBJECTS = tst_psArray01.$(OBJEXT) 62 tst_psArray01_OBJECTS = $(am_tst_psArray01_OBJECTS) 63 tst_psArray01_LDADD = $(LDADD) 64 am_tst_psArray02_OBJECTS = tst_psArray02.$(OBJEXT) 65 tst_psArray02_OBJECTS = $(am_tst_psArray02_OBJECTS) 66 tst_psArray02_LDADD = $(LDADD) 67 am_tst_psBitSet_OBJECTS = tst_psBitSet.$(OBJEXT) 68 tst_psBitSet_OBJECTS = $(am_tst_psBitSet_OBJECTS) 69 tst_psBitSet_LDADD = $(LDADD) 70 am_tst_psHash00_OBJECTS = tst_psHash00.$(OBJEXT) 71 tst_psHash00_OBJECTS = $(am_tst_psHash00_OBJECTS) 72 tst_psHash00_LDADD = $(LDADD) 73 am_tst_psHash01_OBJECTS = tst_psHash01.$(OBJEXT) 74 tst_psHash01_OBJECTS = $(am_tst_psHash01_OBJECTS) 75 tst_psHash01_LDADD = $(LDADD) 76 am_tst_psHash02_OBJECTS = tst_psHash02.$(OBJEXT) 77 tst_psHash02_OBJECTS = $(am_tst_psHash02_OBJECTS) 78 tst_psHash02_LDADD = $(LDADD) 79 am_tst_psHash03_OBJECTS = tst_psHash03.$(OBJEXT) 80 tst_psHash03_OBJECTS = $(am_tst_psHash03_OBJECTS) 81 tst_psHash03_LDADD = $(LDADD) 82 am_tst_psHash04_OBJECTS = tst_psHash04.$(OBJEXT) 83 tst_psHash04_OBJECTS = $(am_tst_psHash04_OBJECTS) 84 tst_psHash04_LDADD = $(LDADD) 85 am_tst_psHash05_OBJECTS = tst_psHash05.$(OBJEXT) 86 tst_psHash05_OBJECTS = $(am_tst_psHash05_OBJECTS) 87 tst_psHash05_LDADD = $(LDADD) 88 am_tst_psList_OBJECTS = tst_psList.$(OBJEXT) 89 tst_psList_OBJECTS = $(am_tst_psList_OBJECTS) 90 tst_psList_LDADD = $(LDADD) 91 am_tst_psScalar_OBJECTS = tst_psScalar.$(OBJEXT) 92 tst_psScalar_OBJECTS = $(am_tst_psScalar_OBJECTS) 93 tst_psScalar_LDADD = $(LDADD) 94 am_tst_psVector_OBJECTS = tst_psVector.$(OBJEXT) 95 tst_psVector_OBJECTS = $(am_tst_psVector_OBJECTS) 96 tst_psVector_LDADD = $(LDADD) 97 am_tst_psVectorSort_01_OBJECTS = tst_psVectorSort_01.$(OBJEXT) 98 tst_psVectorSort_01_OBJECTS = $(am_tst_psVectorSort_01_OBJECTS) 99 tst_psVectorSort_01_LDADD = $(LDADD) 100 am_tst_psVectorSort_02_OBJECTS = tst_psVectorSort_02.$(OBJEXT) 101 tst_psVectorSort_02_OBJECTS = $(am_tst_psVectorSort_02_OBJECTS) 102 tst_psVectorSort_02_LDADD = $(LDADD) 103 am_tst_psVectorSort_03_OBJECTS = tst_psVectorSort_03.$(OBJEXT) 104 tst_psVectorSort_03_OBJECTS = $(am_tst_psVectorSort_03_OBJECTS) 105 tst_psVectorSort_03_LDADD = $(LDADD) 106 am_tst_psVectorSort_04_OBJECTS = tst_psVectorSort_04.$(OBJEXT) 107 tst_psVectorSort_04_OBJECTS = $(am_tst_psVectorSort_04_OBJECTS) 108 tst_psVectorSort_04_LDADD = $(LDADD) 109 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src 110 depcomp = $(SHELL) $(top_srcdir)/depcomp 111 am__depfiles_maybe = depfiles 112 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 113 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 114 LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ 115 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 116 $(AM_CFLAGS) $(CFLAGS) 117 CCLD = $(CC) 118 LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 119 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 120 SOURCES = $(tst_psArray_SOURCES) $(tst_psArray01_SOURCES) \ 121 $(tst_psArray02_SOURCES) $(tst_psBitSet_SOURCES) \ 122 $(tst_psHash00_SOURCES) $(tst_psHash01_SOURCES) \ 123 $(tst_psHash02_SOURCES) $(tst_psHash03_SOURCES) \ 124 $(tst_psHash04_SOURCES) $(tst_psHash05_SOURCES) \ 125 $(tst_psList_SOURCES) $(tst_psScalar_SOURCES) \ 126 $(tst_psVector_SOURCES) $(tst_psVectorSort_01_SOURCES) \ 127 $(tst_psVectorSort_02_SOURCES) $(tst_psVectorSort_03_SOURCES) \ 128 $(tst_psVectorSort_04_SOURCES) 129 DIST_SOURCES = $(tst_psArray_SOURCES) $(tst_psArray01_SOURCES) \ 130 $(tst_psArray02_SOURCES) $(tst_psBitSet_SOURCES) \ 131 $(tst_psHash00_SOURCES) $(tst_psHash01_SOURCES) \ 132 $(tst_psHash02_SOURCES) $(tst_psHash03_SOURCES) \ 133 $(tst_psHash04_SOURCES) $(tst_psHash05_SOURCES) \ 134 $(tst_psList_SOURCES) $(tst_psScalar_SOURCES) \ 135 $(tst_psVector_SOURCES) $(tst_psVectorSort_01_SOURCES) \ 136 $(tst_psVectorSort_02_SOURCES) $(tst_psVectorSort_03_SOURCES) \ 137 $(tst_psVectorSort_04_SOURCES) 138 ETAGS = etags 139 CTAGS = ctags 140 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 141 ACLOCAL = ${SHELL} /home/desonia/panstarrs/psLib/missing --run aclocal-1.9 142 AMDEP_FALSE = # 143 AMDEP_TRUE = 144 AMTAR = ${SHELL} /home/desonia/panstarrs/psLib/missing --run tar 145 AR = ar 146 AUTOCONF = ${SHELL} /home/desonia/panstarrs/psLib/missing --run autoconf 147 AUTOHEADER = ${SHELL} /home/desonia/panstarrs/psLib/missing --run autoheader 148 AUTOMAKE = ${SHELL} /home/desonia/panstarrs/psLib/missing --run automake-1.9 149 AWK = gawk 150 CC = gcc 151 CCDEPMODE = depmode=gcc3 152 CFLAGS = -g -O2 -g2 -Wall -std=c99 -D_GNU_SOURCE -I/usr/include -I/usr/include/libxml2 153 CONFIG_FILE = /home/desonia/panstarrs/psLib/config/psTime.config 154 CPP = gcc -E 155 CPPFLAGS = 156 CXX = g++ 157 CXXCPP = g++ -E 158 CXXDEPMODE = depmode=gcc3 159 CXXFLAGS = -g -O2 160 CYGPATH_W = echo 161 DEFS = -DHAVE_CONFIG_H 162 DEPDIR = .deps 163 ECHO = echo 164 ECHO_C = 165 ECHO_N = -n 166 ECHO_T = 167 EGREP = grep -E 168 EXEEXT = 169 F77 = g77 170 FFLAGS = -fno-second-underscore -O -fno-f2c 171 GSL_CONFIG = /usr/bin/gsl-config 172 INSTALL_DATA = ${INSTALL} -m 644 173 INSTALL_PROGRAM = ${INSTALL} 174 INSTALL_SCRIPT = ${INSTALL} 175 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s 176 LDFLAGS = 177 LIBOBJS = 178 LIBS = 179 LIBTOOL = $(SHELL) $(top_builddir)/libtool 180 LN_S = ln -s 181 LTLIBOBJS = 182 MAKEINFO = ${SHELL} /home/desonia/panstarrs/psLib/missing --run makeinfo 183 OBJEXT = o 184 PACKAGE = pslib 185 PACKAGE_BUGREPORT = 186 PACKAGE_NAME = 187 PACKAGE_STRING = 188 PACKAGE_TARNAME = 189 PACKAGE_VERSION = 190 PATH_SEPARATOR = : 191 PERL = /usr/bin/perl 192 PSLIB_CFLAGS = -I${prefix}/include 193 PSLIB_LIBS = -L${exec_prefix}/lib -lpslib -lcfitsio -lfftw3f -L/usr/lib64 -lgsl -lgslcblas -lm -lxml2 -lz -lpthread -lm 194 RANLIB = ranlib 195 SET_MAKE = 196 SHELL = /bin/sh 197 STRIP = strip 198 SWIG = /usr/bin/swig 199 VERSION = 1.5 200 XML_CONFIG = /usr/bin/xml2-config 201 ac_ct_AR = ar 202 ac_ct_CC = gcc 203 ac_ct_CXX = g++ 204 ac_ct_F77 = g77 205 ac_ct_RANLIB = ranlib 206 ac_ct_STRIP = strip 207 am__fastdepCC_FALSE = # 208 am__fastdepCC_TRUE = 209 am__fastdepCXX_FALSE = # 210 am__fastdepCXX_TRUE = 211 am__include = include 212 am__leading_dot = . 213 am__quote = 214 am__tar = ${AMTAR} chof - "$$tardir" 215 am__untar = ${AMTAR} xf - 216 bindir = ${exec_prefix}/bin 217 build = x86_64-unknown-linux-gnu 218 build_alias = 219 build_cpu = x86_64 220 build_os = linux-gnu 221 build_vendor = unknown 222 datadir = ${prefix}/share 223 exec_prefix = ${prefix} 224 host = x86_64-unknown-linux-gnu 225 host_alias = 226 host_cpu = x86_64 227 host_os = linux-gnu 228 host_vendor = unknown 229 includedir = ${prefix}/include 230 infodir = ${prefix}/info 231 install_sh = /home/desonia/panstarrs/psLib/install-sh 232 libdir = ${exec_prefix}/lib 233 libexecdir = ${exec_prefix}/libexec 234 localstatedir = ${prefix}/var 235 mandir = ${prefix}/man 236 mkdir_p = mkdir -p -- 237 oldincludedir = /usr/include 238 prefix = /home/desonia/panstarrs/psLib 239 program_transform_name = s,x,x, 240 sbindir = ${exec_prefix}/sbin 241 sharedstatedir = ${prefix}/com 242 sysconfdir = ${prefix}/etc 243 target_alias = 244 245 #Makefile for astronomy functions of psLib 246 # 247 INCLUDES = \ 248 -I$(top_srcdir)/src \ 249 -I$(top_srcdir)/src/astronomy \ 250 -I$(top_srcdir)/src/collections \ 251 -I$(top_srcdir)/src/dataManip \ 252 -I$(top_srcdir)/src/fileUtils \ 253 -I$(top_srcdir)/src/image \ 254 -I$(top_srcdir)/src/sysUtils \ 255 $(all_includes) 256 257 AM_LDFLAGS = -L$(top_srcdir)/src `sh $(top_srcdir)/pslib-config --libs` 258 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest 259 TESTS = \ 260 tst_psVector \ 22 261 tst_psArray \ 23 262 tst_psArray01 \ … … 37 276 tst_psScalar 38 277 39 OBJS = $(addsuffix .o,$(TARGET)) 40 41 all: $(TARGET) 42 43 clean: 44 @echo " Deleting executable and binary files for 'test/collections'" 45 $(RM) $(OBJS) 46 47 distclean: clean 48 $(RM) $(TARGET) 49 50 install: $(testbindir) $(testbindir)/verified $(TARGET) 51 install $(TARGET) $(testbindir) 52 install verified/*.stderr verified/*.stdout $(testbindir)/verified 53 54 $(testbindir): 55 mkdir -p $(testbindir) 56 57 $(testbindir)/verified: 58 mkdir -p $(testbindir)/verified 59 60 278 tst_psVector_SOURCES = tst_psVector.c 279 tst_psArray_SOURCES = tst_psArray.c 280 tst_psArray01_SOURCES = tst_psArray01.c 281 tst_psArray02_SOURCES = tst_psArray02.c 282 tst_psBitSet_SOURCES = tst_psBitSet.c 283 tst_psVectorSort_01_SOURCES = tst_psVectorSort_01.c 284 tst_psVectorSort_02_SOURCES = tst_psVectorSort_02.c 285 tst_psVectorSort_03_SOURCES = tst_psVectorSort_03.c 286 tst_psVectorSort_04_SOURCES = tst_psVectorSort_04.c 287 tst_psList_SOURCES = tst_psList.c 288 tst_psHash00_SOURCES = tst_psHash00.c 289 tst_psHash01_SOURCES = tst_psHash01.c 290 tst_psHash02_SOURCES = tst_psHash02.c 291 tst_psHash03_SOURCES = tst_psHash03.c 292 tst_psHash04_SOURCES = tst_psHash04.c 293 tst_psHash05_SOURCES = tst_psHash05.c 294 tst_psScalar_SOURCES = tst_psScalar.c 295 all: all-am 296 297 .SUFFIXES: 298 .SUFFIXES: .c .lo .o .obj 299 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 300 @for dep in $?; do \ 301 case '$(am__configure_deps)' in \ 302 *$$dep*) \ 303 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 304 && exit 0; \ 305 exit 1;; \ 306 esac; \ 307 done; \ 308 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/collections/Makefile'; \ 309 cd $(top_srcdir) && \ 310 $(AUTOMAKE) --gnu test/collections/Makefile 311 .PRECIOUS: Makefile 312 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 313 @case '$?' in \ 314 *config.status*) \ 315 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 316 *) \ 317 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 318 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 319 esac; 320 321 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 322 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 323 324 $(top_srcdir)/configure: $(am__configure_deps) 325 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 326 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 327 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 328 329 clean-checkPROGRAMS: 330 @list='$(check_PROGRAMS)'; for p in $$list; do \ 331 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 332 echo " rm -f $$p $$f"; \ 333 rm -f $$p $$f ; \ 334 done 335 tst_psArray$(EXEEXT): $(tst_psArray_OBJECTS) $(tst_psArray_DEPENDENCIES) 336 @rm -f tst_psArray$(EXEEXT) 337 $(LINK) $(tst_psArray_LDFLAGS) $(tst_psArray_OBJECTS) $(tst_psArray_LDADD) $(LIBS) 338 tst_psArray01$(EXEEXT): $(tst_psArray01_OBJECTS) $(tst_psArray01_DEPENDENCIES) 339 @rm -f tst_psArray01$(EXEEXT) 340 $(LINK) $(tst_psArray01_LDFLAGS) $(tst_psArray01_OBJECTS) $(tst_psArray01_LDADD) $(LIBS) 341 tst_psArray02$(EXEEXT): $(tst_psArray02_OBJECTS) $(tst_psArray02_DEPENDENCIES) 342 @rm -f tst_psArray02$(EXEEXT) 343 $(LINK) $(tst_psArray02_LDFLAGS) $(tst_psArray02_OBJECTS) $(tst_psArray02_LDADD) $(LIBS) 344 tst_psBitSet$(EXEEXT): $(tst_psBitSet_OBJECTS) $(tst_psBitSet_DEPENDENCIES) 345 @rm -f tst_psBitSet$(EXEEXT) 346 $(LINK) $(tst_psBitSet_LDFLAGS) $(tst_psBitSet_OBJECTS) $(tst_psBitSet_LDADD) $(LIBS) 347 tst_psHash00$(EXEEXT): $(tst_psHash00_OBJECTS) $(tst_psHash00_DEPENDENCIES) 348 @rm -f tst_psHash00$(EXEEXT) 349 $(LINK) $(tst_psHash00_LDFLAGS) $(tst_psHash00_OBJECTS) $(tst_psHash00_LDADD) $(LIBS) 350 tst_psHash01$(EXEEXT): $(tst_psHash01_OBJECTS) $(tst_psHash01_DEPENDENCIES) 351 @rm -f tst_psHash01$(EXEEXT) 352 $(LINK) $(tst_psHash01_LDFLAGS) $(tst_psHash01_OBJECTS) $(tst_psHash01_LDADD) $(LIBS) 353 tst_psHash02$(EXEEXT): $(tst_psHash02_OBJECTS) $(tst_psHash02_DEPENDENCIES) 354 @rm -f tst_psHash02$(EXEEXT) 355 $(LINK) $(tst_psHash02_LDFLAGS) $(tst_psHash02_OBJECTS) $(tst_psHash02_LDADD) $(LIBS) 356 tst_psHash03$(EXEEXT): $(tst_psHash03_OBJECTS) $(tst_psHash03_DEPENDENCIES) 357 @rm -f tst_psHash03$(EXEEXT) 358 $(LINK) $(tst_psHash03_LDFLAGS) $(tst_psHash03_OBJECTS) $(tst_psHash03_LDADD) $(LIBS) 359 tst_psHash04$(EXEEXT): $(tst_psHash04_OBJECTS) $(tst_psHash04_DEPENDENCIES) 360 @rm -f tst_psHash04$(EXEEXT) 361 $(LINK) $(tst_psHash04_LDFLAGS) $(tst_psHash04_OBJECTS) $(tst_psHash04_LDADD) $(LIBS) 362 tst_psHash05$(EXEEXT): $(tst_psHash05_OBJECTS) $(tst_psHash05_DEPENDENCIES) 363 @rm -f tst_psHash05$(EXEEXT) 364 $(LINK) $(tst_psHash05_LDFLAGS) $(tst_psHash05_OBJECTS) $(tst_psHash05_LDADD) $(LIBS) 365 tst_psList$(EXEEXT): $(tst_psList_OBJECTS) $(tst_psList_DEPENDENCIES) 366 @rm -f tst_psList$(EXEEXT) 367 $(LINK) $(tst_psList_LDFLAGS) $(tst_psList_OBJECTS) $(tst_psList_LDADD) $(LIBS) 368 tst_psScalar$(EXEEXT): $(tst_psScalar_OBJECTS) $(tst_psScalar_DEPENDENCIES) 369 @rm -f tst_psScalar$(EXEEXT) 370 $(LINK) $(tst_psScalar_LDFLAGS) $(tst_psScalar_OBJECTS) $(tst_psScalar_LDADD) $(LIBS) 371 tst_psVector$(EXEEXT): $(tst_psVector_OBJECTS) $(tst_psVector_DEPENDENCIES) 372 @rm -f tst_psVector$(EXEEXT) 373 $(LINK) $(tst_psVector_LDFLAGS) $(tst_psVector_OBJECTS) $(tst_psVector_LDADD) $(LIBS) 374 tst_psVectorSort_01$(EXEEXT): $(tst_psVectorSort_01_OBJECTS) $(tst_psVectorSort_01_DEPENDENCIES) 375 @rm -f tst_psVectorSort_01$(EXEEXT) 376 $(LINK) $(tst_psVectorSort_01_LDFLAGS) $(tst_psVectorSort_01_OBJECTS) $(tst_psVectorSort_01_LDADD) $(LIBS) 377 tst_psVectorSort_02$(EXEEXT): $(tst_psVectorSort_02_OBJECTS) $(tst_psVectorSort_02_DEPENDENCIES) 378 @rm -f tst_psVectorSort_02$(EXEEXT) 379 $(LINK) $(tst_psVectorSort_02_LDFLAGS) $(tst_psVectorSort_02_OBJECTS) $(tst_psVectorSort_02_LDADD) $(LIBS) 380 tst_psVectorSort_03$(EXEEXT): $(tst_psVectorSort_03_OBJECTS) $(tst_psVectorSort_03_DEPENDENCIES) 381 @rm -f tst_psVectorSort_03$(EXEEXT) 382 $(LINK) $(tst_psVectorSort_03_LDFLAGS) $(tst_psVectorSort_03_OBJECTS) $(tst_psVectorSort_03_LDADD) $(LIBS) 383 tst_psVectorSort_04$(EXEEXT): $(tst_psVectorSort_04_OBJECTS) $(tst_psVectorSort_04_DEPENDENCIES) 384 @rm -f tst_psVectorSort_04$(EXEEXT) 385 $(LINK) $(tst_psVectorSort_04_LDFLAGS) $(tst_psVectorSort_04_OBJECTS) $(tst_psVectorSort_04_LDADD) $(LIBS) 386 387 mostlyclean-compile: 388 -rm -f *.$(OBJEXT) 389 390 distclean-compile: 391 -rm -f *.tab.c 392 393 include ./$(DEPDIR)/tst_psArray.Po 394 include ./$(DEPDIR)/tst_psArray01.Po 395 include ./$(DEPDIR)/tst_psArray02.Po 396 include ./$(DEPDIR)/tst_psBitSet.Po 397 include ./$(DEPDIR)/tst_psHash00.Po 398 include ./$(DEPDIR)/tst_psHash01.Po 399 include ./$(DEPDIR)/tst_psHash02.Po 400 include ./$(DEPDIR)/tst_psHash03.Po 401 include ./$(DEPDIR)/tst_psHash04.Po 402 include ./$(DEPDIR)/tst_psHash05.Po 403 include ./$(DEPDIR)/tst_psList.Po 404 include ./$(DEPDIR)/tst_psScalar.Po 405 include ./$(DEPDIR)/tst_psVector.Po 406 include ./$(DEPDIR)/tst_psVectorSort_01.Po 407 include ./$(DEPDIR)/tst_psVectorSort_02.Po 408 include ./$(DEPDIR)/tst_psVectorSort_03.Po 409 include ./$(DEPDIR)/tst_psVectorSort_04.Po 410 411 .c.o: 412 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 413 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 414 # source='$<' object='$@' libtool=no \ 415 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 416 # $(COMPILE) -c $< 417 418 .c.obj: 419 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ 420 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 421 # source='$<' object='$@' libtool=no \ 422 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 423 # $(COMPILE) -c `$(CYGPATH_W) '$<'` 424 425 .c.lo: 426 if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 427 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 428 # source='$<' object='$@' libtool=yes \ 429 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 430 # $(LTCOMPILE) -c -o $@ $< 431 432 mostlyclean-libtool: 433 -rm -f *.lo 434 435 clean-libtool: 436 -rm -rf .libs _libs 437 438 distclean-libtool: 439 -rm -f libtool 440 uninstall-info-am: 441 442 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 443 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 444 unique=`for i in $$list; do \ 445 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 446 done | \ 447 $(AWK) ' { files[$$0] = 1; } \ 448 END { for (i in files) print i; }'`; \ 449 mkid -fID $$unique 450 tags: TAGS 451 452 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 453 $(TAGS_FILES) $(LISP) 454 tags=; \ 455 here=`pwd`; \ 456 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 457 unique=`for i in $$list; do \ 458 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 459 done | \ 460 $(AWK) ' { files[$$0] = 1; } \ 461 END { for (i in files) print i; }'`; \ 462 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 463 test -n "$$unique" || unique=$$empty_fix; \ 464 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 465 $$tags $$unique; \ 466 fi 467 ctags: CTAGS 468 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 469 $(TAGS_FILES) $(LISP) 470 tags=; \ 471 here=`pwd`; \ 472 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 473 unique=`for i in $$list; do \ 474 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 475 done | \ 476 $(AWK) ' { files[$$0] = 1; } \ 477 END { for (i in files) print i; }'`; \ 478 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 479 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 480 $$tags $$unique 481 482 GTAGS: 483 here=`$(am__cd) $(top_builddir) && pwd` \ 484 && cd $(top_srcdir) \ 485 && gtags -i $(GTAGS_ARGS) $$here 486 487 distclean-tags: 488 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 489 490 check-TESTS: $(TESTS) 491 @failed=0; all=0; xfail=0; xpass=0; skip=0; \ 492 srcdir=$(srcdir); export srcdir; \ 493 list='$(TESTS)'; \ 494 if test -n "$$list"; then \ 495 for tst in $$list; do \ 496 if test -f ./$$tst; then dir=./; \ 497 elif test -f $$tst; then dir=; \ 498 else dir="$(srcdir)/"; fi; \ 499 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ 500 all=`expr $$all + 1`; \ 501 case " $(XFAIL_TESTS) " in \ 502 *" $$tst "*) \ 503 xpass=`expr $$xpass + 1`; \ 504 failed=`expr $$failed + 1`; \ 505 echo "XPASS: $$tst"; \ 506 ;; \ 507 *) \ 508 echo "PASS: $$tst"; \ 509 ;; \ 510 esac; \ 511 elif test $$? -ne 77; then \ 512 all=`expr $$all + 1`; \ 513 case " $(XFAIL_TESTS) " in \ 514 *" $$tst "*) \ 515 xfail=`expr $$xfail + 1`; \ 516 echo "XFAIL: $$tst"; \ 517 ;; \ 518 *) \ 519 failed=`expr $$failed + 1`; \ 520 echo "FAIL: $$tst"; \ 521 ;; \ 522 esac; \ 523 else \ 524 skip=`expr $$skip + 1`; \ 525 echo "SKIP: $$tst"; \ 526 fi; \ 527 done; \ 528 if test "$$failed" -eq 0; then \ 529 if test "$$xfail" -eq 0; then \ 530 banner="All $$all tests passed"; \ 531 else \ 532 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ 533 fi; \ 534 else \ 535 if test "$$xpass" -eq 0; then \ 536 banner="$$failed of $$all tests failed"; \ 537 else \ 538 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ 539 fi; \ 540 fi; \ 541 dashes="$$banner"; \ 542 skipped=""; \ 543 if test "$$skip" -ne 0; then \ 544 skipped="($$skip tests were not run)"; \ 545 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 546 dashes="$$skipped"; \ 547 fi; \ 548 report=""; \ 549 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ 550 report="Please report to $(PACKAGE_BUGREPORT)"; \ 551 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 552 dashes="$$report"; \ 553 fi; \ 554 dashes=`echo "$$dashes" | sed s/./=/g`; \ 555 echo "$$dashes"; \ 556 echo "$$banner"; \ 557 test -z "$$skipped" || echo "$$skipped"; \ 558 test -z "$$report" || echo "$$report"; \ 559 echo "$$dashes"; \ 560 test "$$failed" -eq 0; \ 561 else :; fi 562 563 distdir: $(DISTFILES) 564 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 565 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 566 list='$(DISTFILES)'; for file in $$list; do \ 567 case $$file in \ 568 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 569 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 570 esac; \ 571 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 572 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 573 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 574 dir="/$$dir"; \ 575 $(mkdir_p) "$(distdir)$$dir"; \ 576 else \ 577 dir=''; \ 578 fi; \ 579 if test -d $$d/$$file; then \ 580 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 581 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 582 fi; \ 583 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 584 else \ 585 test -f $(distdir)/$$file \ 586 || cp -p $$d/$$file $(distdir)/$$file \ 587 || exit 1; \ 588 fi; \ 589 done 590 check-am: all-am 591 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 592 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 593 check: check-am 594 all-am: Makefile 595 installdirs: 596 install: install-am 597 install-exec: install-exec-am 598 install-data: install-data-am 599 uninstall: uninstall-am 600 601 install-am: all-am 602 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 603 604 installcheck: installcheck-am 605 install-strip: 606 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 607 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 608 `test -z '$(STRIP)' || \ 609 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 610 mostlyclean-generic: 611 612 clean-generic: 613 614 distclean-generic: 615 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 616 617 maintainer-clean-generic: 618 @echo "This command is intended for maintainers to use" 619 @echo "it deletes files that may require special tools to rebuild." 620 clean: clean-am 621 622 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ 623 mostlyclean-am 624 625 distclean: distclean-am 626 -rm -rf ./$(DEPDIR) 627 -rm -f Makefile 628 distclean-am: clean-am distclean-compile distclean-generic \ 629 distclean-libtool distclean-tags 630 631 dvi: dvi-am 632 633 dvi-am: 634 635 html: html-am 636 637 info: info-am 638 639 info-am: 640 641 install-data-am: 642 643 install-exec-am: 644 645 install-info: install-info-am 646 647 install-man: 648 649 installcheck-am: 650 651 maintainer-clean: maintainer-clean-am 652 -rm -rf ./$(DEPDIR) 653 -rm -f Makefile 654 maintainer-clean-am: distclean-am maintainer-clean-generic 655 656 mostlyclean: mostlyclean-am 657 658 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 659 mostlyclean-libtool 660 661 pdf: pdf-am 662 663 pdf-am: 664 665 ps: ps-am 666 667 ps-am: 668 669 uninstall-am: uninstall-info-am 670 671 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \ 672 clean-checkPROGRAMS clean-generic clean-libtool ctags \ 673 distclean distclean-compile distclean-generic \ 674 distclean-libtool distclean-tags distdir dvi dvi-am html \ 675 html-am info info-am install install-am install-data \ 676 install-data-am install-exec install-exec-am install-info \ 677 install-info-am install-man install-strip installcheck \ 678 installcheck-am installdirs maintainer-clean \ 679 maintainer-clean-generic mostlyclean mostlyclean-compile \ 680 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 681 tags uninstall uninstall-am uninstall-info-am 682 683 tests: $(TESTS) 684 # Tell versions [3.59,3.63) of GNU make to not export all variables. 685 # Otherwise a system limit (for SysV at least) may be exceeded. 686 .NOEXPORT:
Note:
See TracChangeset
for help on using the changeset viewer.
