Changeset 3115 for trunk/psLib/test/dataManip/Makefile
- Timestamp:
- Feb 2, 2005, 2:54:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/Makefile
r2780 r3115 1 ################################################################################ 2 ## 3 ## Makefile: test/sysUtils 4 ## 5 ## $Revision: 1.54 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-12-21 23:24:49 $ 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 TARGET = \ 21 tst_psFunc00 \ 22 tst_psFunc01 \ 23 tst_psFunc02 \ 24 tst_psFunc03 \ 25 tst_psFunc04 \ 26 tst_psFunc05 \ 27 tst_psFunc07 \ 28 tst_psHist00 \ 29 tst_psHist01 \ 30 tst_psHist02 \ 31 tst_psHist03 \ 32 tst_psMatrix01 \ 33 tst_psMatrix02 \ 34 tst_psMatrix03 \ 35 tst_psMatrix04 \ 36 tst_psMatrix05 \ 37 tst_psMatrix06 \ 38 tst_psMatrix07 \ 39 tst_psMatrixVectorArithmetic01 \ 40 tst_psMatrixVectorArithmetic02 \ 41 tst_psMatrixVectorArithmetic03 \ 42 tst_psMatrixVectorArithmetic04 \ 43 tst_psMinimize04 \ 44 tst_psMinimize04_F32 \ 45 tst_psMinimize04b \ 46 tst_psMinimize04b_F32 \ 47 tst_psMinimize05 \ 48 tst_psMinimize06 \ 49 tst_psMinimize07 \ 50 tst_psStats00 \ 51 tst_psStats01 \ 52 tst_psStats02 \ 53 tst_psStats03 \ 54 tst_psStats05 \ 55 tst_psStats06 \ 56 tst_psStats07 \ 57 tst_psStats08 \ 58 tst_psStats09 \ 59 tst_psRandom \ 60 tst_psVectorFFT 61 # tst_psFunc06 \ 62 # tst_psMinimize04b \ 63 64 OBJS = $(addsuffix .o,$(TARGET)) 65 66 all: $(TARGET) 67 68 # include $(DEPENDENCIES) 69 70 clean: 71 @echo " Deleting executable and binary files for 'test/collections'" 72 $(RM) $(OBJS) 73 74 distclean: clean 75 $(RM) $(TARGET) 76 77 install: $(testbindir) $(testbindir)/verified $(TARGET) 78 install $(TARGET) $(testbindir) 79 install verified/*.stderr verified/*.stdout $(testbindir)/verified 80 81 $(testbindir): 82 mkdir -p $(testbindir) 83 84 $(testbindir)/verified: 85 mkdir -p $(testbindir)/verified 86 87 1 # Makefile.in generated by automake 1.9.1 from Makefile.am. 2 # test/dataManip/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_psFunc00_SOURCES) $(tst_psFunc01_SOURCES) $(tst_psFunc02_SOURCES) $(tst_psFunc03_SOURCES) $(tst_psFunc04_SOURCES) $(tst_psFunc05_SOURCES) $(tst_psFunc07_SOURCES) $(tst_psHist00_SOURCES) $(tst_psHist01_SOURCES) $(tst_psHist02_SOURCES) $(tst_psHist03_SOURCES) $(tst_psMatrix01_SOURCES) $(tst_psMatrix02_SOURCES) $(tst_psMatrix03_SOURCES) $(tst_psMatrix04_SOURCES) $(tst_psMatrix05_SOURCES) $(tst_psMatrix06_SOURCES) $(tst_psMatrix07_SOURCES) $(tst_psMatrixVectorArithmetic01_SOURCES) $(tst_psMatrixVectorArithmetic02_SOURCES) $(tst_psMatrixVectorArithmetic03_SOURCES) $(tst_psMatrixVectorArithmetic04_SOURCES) $(tst_psMinimize04_SOURCES) $(tst_psMinimize04_F32_SOURCES) $(tst_psMinimize04b_SOURCES) $(tst_psMinimize04b_F32_SOURCES) $(tst_psMinimize05_SOURCES) $(tst_psMinimize06_SOURCES) $(tst_psMinimize07_SOURCES) $(tst_psRandom_SOURCES) $(tst_psStats00_SOURCES) $(tst_psStats01_SOURCES) $(tst_psStats02_SOURCES) $(tst_psStats03_SOURCES) $(tst_psStats05_SOURCES) $(tst_psStats06_SOURCES) $(tst_psStats07_SOURCES) $(tst_psStats08_SOURCES) $(tst_psStats09_SOURCES) $(tst_psVectorFFT_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_psFunc00$(EXEEXT) tst_psFunc01$(EXEEXT) \ 41 tst_psFunc02$(EXEEXT) tst_psFunc03$(EXEEXT) \ 42 tst_psFunc04$(EXEEXT) tst_psFunc05$(EXEEXT) \ 43 tst_psFunc07$(EXEEXT) tst_psHist00$(EXEEXT) \ 44 tst_psHist01$(EXEEXT) tst_psHist02$(EXEEXT) \ 45 tst_psHist03$(EXEEXT) tst_psMatrix01$(EXEEXT) \ 46 tst_psMatrix02$(EXEEXT) tst_psMatrix03$(EXEEXT) \ 47 tst_psMatrix04$(EXEEXT) tst_psMatrix05$(EXEEXT) \ 48 tst_psMatrix06$(EXEEXT) tst_psMatrix07$(EXEEXT) \ 49 tst_psMatrixVectorArithmetic01$(EXEEXT) \ 50 tst_psMatrixVectorArithmetic02$(EXEEXT) \ 51 tst_psMatrixVectorArithmetic03$(EXEEXT) \ 52 tst_psMatrixVectorArithmetic04$(EXEEXT) \ 53 tst_psMinimize04$(EXEEXT) tst_psMinimize04_F32$(EXEEXT) \ 54 tst_psMinimize04b$(EXEEXT) tst_psMinimize04b_F32$(EXEEXT) \ 55 tst_psMinimize05$(EXEEXT) tst_psMinimize06$(EXEEXT) \ 56 tst_psMinimize07$(EXEEXT) tst_psStats00$(EXEEXT) \ 57 tst_psStats01$(EXEEXT) tst_psStats02$(EXEEXT) \ 58 tst_psStats03$(EXEEXT) tst_psStats05$(EXEEXT) \ 59 tst_psStats06$(EXEEXT) tst_psStats07$(EXEEXT) \ 60 tst_psStats08$(EXEEXT) tst_psStats09$(EXEEXT) \ 61 tst_psRandom$(EXEEXT) tst_psVectorFFT$(EXEEXT) 62 subdir = test/dataManip 63 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 64 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 65 am__aclocal_m4_deps = $(top_srcdir)/configure.in 66 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 67 $(ACLOCAL_M4) 68 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 69 CONFIG_HEADER = $(top_builddir)/src/config.h 70 CONFIG_CLEAN_FILES = 71 am_tst_psFunc00_OBJECTS = tst_psFunc00.$(OBJEXT) 72 tst_psFunc00_OBJECTS = $(am_tst_psFunc00_OBJECTS) 73 tst_psFunc00_LDADD = $(LDADD) 74 am_tst_psFunc01_OBJECTS = tst_psFunc01.$(OBJEXT) 75 tst_psFunc01_OBJECTS = $(am_tst_psFunc01_OBJECTS) 76 tst_psFunc01_LDADD = $(LDADD) 77 am_tst_psFunc02_OBJECTS = tst_psFunc02.$(OBJEXT) 78 tst_psFunc02_OBJECTS = $(am_tst_psFunc02_OBJECTS) 79 tst_psFunc02_LDADD = $(LDADD) 80 am_tst_psFunc03_OBJECTS = tst_psFunc03.$(OBJEXT) 81 tst_psFunc03_OBJECTS = $(am_tst_psFunc03_OBJECTS) 82 tst_psFunc03_LDADD = $(LDADD) 83 am_tst_psFunc04_OBJECTS = tst_psFunc04.$(OBJEXT) 84 tst_psFunc04_OBJECTS = $(am_tst_psFunc04_OBJECTS) 85 tst_psFunc04_LDADD = $(LDADD) 86 am_tst_psFunc05_OBJECTS = tst_psFunc05.$(OBJEXT) 87 tst_psFunc05_OBJECTS = $(am_tst_psFunc05_OBJECTS) 88 tst_psFunc05_LDADD = $(LDADD) 89 am_tst_psFunc07_OBJECTS = tst_psFunc07.$(OBJEXT) 90 tst_psFunc07_OBJECTS = $(am_tst_psFunc07_OBJECTS) 91 tst_psFunc07_LDADD = $(LDADD) 92 am_tst_psHist00_OBJECTS = tst_psHist00.$(OBJEXT) 93 tst_psHist00_OBJECTS = $(am_tst_psHist00_OBJECTS) 94 tst_psHist00_LDADD = $(LDADD) 95 am_tst_psHist01_OBJECTS = tst_psHist01.$(OBJEXT) 96 tst_psHist01_OBJECTS = $(am_tst_psHist01_OBJECTS) 97 tst_psHist01_LDADD = $(LDADD) 98 am_tst_psHist02_OBJECTS = tst_psHist02.$(OBJEXT) 99 tst_psHist02_OBJECTS = $(am_tst_psHist02_OBJECTS) 100 tst_psHist02_LDADD = $(LDADD) 101 am_tst_psHist03_OBJECTS = tst_psHist03.$(OBJEXT) 102 tst_psHist03_OBJECTS = $(am_tst_psHist03_OBJECTS) 103 tst_psHist03_LDADD = $(LDADD) 104 am_tst_psMatrix01_OBJECTS = tst_psMatrix01.$(OBJEXT) 105 tst_psMatrix01_OBJECTS = $(am_tst_psMatrix01_OBJECTS) 106 tst_psMatrix01_LDADD = $(LDADD) 107 am_tst_psMatrix02_OBJECTS = tst_psMatrix02.$(OBJEXT) 108 tst_psMatrix02_OBJECTS = $(am_tst_psMatrix02_OBJECTS) 109 tst_psMatrix02_LDADD = $(LDADD) 110 am_tst_psMatrix03_OBJECTS = tst_psMatrix03.$(OBJEXT) 111 tst_psMatrix03_OBJECTS = $(am_tst_psMatrix03_OBJECTS) 112 tst_psMatrix03_LDADD = $(LDADD) 113 am_tst_psMatrix04_OBJECTS = tst_psMatrix04.$(OBJEXT) 114 tst_psMatrix04_OBJECTS = $(am_tst_psMatrix04_OBJECTS) 115 tst_psMatrix04_LDADD = $(LDADD) 116 am_tst_psMatrix05_OBJECTS = tst_psMatrix05.$(OBJEXT) 117 tst_psMatrix05_OBJECTS = $(am_tst_psMatrix05_OBJECTS) 118 tst_psMatrix05_LDADD = $(LDADD) 119 am_tst_psMatrix06_OBJECTS = tst_psMatrix06.$(OBJEXT) 120 tst_psMatrix06_OBJECTS = $(am_tst_psMatrix06_OBJECTS) 121 tst_psMatrix06_LDADD = $(LDADD) 122 am_tst_psMatrix07_OBJECTS = tst_psMatrix07.$(OBJEXT) 123 tst_psMatrix07_OBJECTS = $(am_tst_psMatrix07_OBJECTS) 124 tst_psMatrix07_LDADD = $(LDADD) 125 am_tst_psMatrixVectorArithmetic01_OBJECTS = \ 126 tst_psMatrixVectorArithmetic01.$(OBJEXT) 127 tst_psMatrixVectorArithmetic01_OBJECTS = \ 128 $(am_tst_psMatrixVectorArithmetic01_OBJECTS) 129 tst_psMatrixVectorArithmetic01_LDADD = $(LDADD) 130 am_tst_psMatrixVectorArithmetic02_OBJECTS = \ 131 tst_psMatrixVectorArithmetic02.$(OBJEXT) 132 tst_psMatrixVectorArithmetic02_OBJECTS = \ 133 $(am_tst_psMatrixVectorArithmetic02_OBJECTS) 134 tst_psMatrixVectorArithmetic02_LDADD = $(LDADD) 135 am_tst_psMatrixVectorArithmetic03_OBJECTS = \ 136 tst_psMatrixVectorArithmetic03.$(OBJEXT) 137 tst_psMatrixVectorArithmetic03_OBJECTS = \ 138 $(am_tst_psMatrixVectorArithmetic03_OBJECTS) 139 tst_psMatrixVectorArithmetic03_LDADD = $(LDADD) 140 am_tst_psMatrixVectorArithmetic04_OBJECTS = \ 141 tst_psMatrixVectorArithmetic04.$(OBJEXT) 142 tst_psMatrixVectorArithmetic04_OBJECTS = \ 143 $(am_tst_psMatrixVectorArithmetic04_OBJECTS) 144 tst_psMatrixVectorArithmetic04_LDADD = $(LDADD) 145 am_tst_psMinimize04_OBJECTS = tst_psMinimize04.$(OBJEXT) 146 tst_psMinimize04_OBJECTS = $(am_tst_psMinimize04_OBJECTS) 147 tst_psMinimize04_LDADD = $(LDADD) 148 am_tst_psMinimize04_F32_OBJECTS = tst_psMinimize04.$(OBJEXT) 149 tst_psMinimize04_F32_OBJECTS = $(am_tst_psMinimize04_F32_OBJECTS) 150 tst_psMinimize04_F32_LDADD = $(LDADD) 151 am_tst_psMinimize04b_OBJECTS = tst_psMinimize04b.$(OBJEXT) 152 tst_psMinimize04b_OBJECTS = $(am_tst_psMinimize04b_OBJECTS) 153 tst_psMinimize04b_LDADD = $(LDADD) 154 am_tst_psMinimize04b_F32_OBJECTS = tst_psMinimize04b.$(OBJEXT) 155 tst_psMinimize04b_F32_OBJECTS = $(am_tst_psMinimize04b_F32_OBJECTS) 156 tst_psMinimize04b_F32_LDADD = $(LDADD) 157 am_tst_psMinimize05_OBJECTS = tst_psMinimize05.$(OBJEXT) 158 tst_psMinimize05_OBJECTS = $(am_tst_psMinimize05_OBJECTS) 159 tst_psMinimize05_LDADD = $(LDADD) 160 am_tst_psMinimize06_OBJECTS = tst_psMinimize06.$(OBJEXT) 161 tst_psMinimize06_OBJECTS = $(am_tst_psMinimize06_OBJECTS) 162 tst_psMinimize06_LDADD = $(LDADD) 163 am_tst_psMinimize07_OBJECTS = tst_psMinimize07.$(OBJEXT) 164 tst_psMinimize07_OBJECTS = $(am_tst_psMinimize07_OBJECTS) 165 tst_psMinimize07_LDADD = $(LDADD) 166 am_tst_psRandom_OBJECTS = tst_psRandom.$(OBJEXT) 167 tst_psRandom_OBJECTS = $(am_tst_psRandom_OBJECTS) 168 tst_psRandom_LDADD = $(LDADD) 169 am_tst_psStats00_OBJECTS = tst_psStats00.$(OBJEXT) 170 tst_psStats00_OBJECTS = $(am_tst_psStats00_OBJECTS) 171 tst_psStats00_LDADD = $(LDADD) 172 am_tst_psStats01_OBJECTS = tst_psStats01.$(OBJEXT) 173 tst_psStats01_OBJECTS = $(am_tst_psStats01_OBJECTS) 174 tst_psStats01_LDADD = $(LDADD) 175 am_tst_psStats02_OBJECTS = tst_psStats02.$(OBJEXT) 176 tst_psStats02_OBJECTS = $(am_tst_psStats02_OBJECTS) 177 tst_psStats02_LDADD = $(LDADD) 178 am_tst_psStats03_OBJECTS = tst_psStats03.$(OBJEXT) 179 tst_psStats03_OBJECTS = $(am_tst_psStats03_OBJECTS) 180 tst_psStats03_LDADD = $(LDADD) 181 am_tst_psStats05_OBJECTS = tst_psStats05.$(OBJEXT) 182 tst_psStats05_OBJECTS = $(am_tst_psStats05_OBJECTS) 183 tst_psStats05_LDADD = $(LDADD) 184 am_tst_psStats06_OBJECTS = tst_psStats06.$(OBJEXT) 185 tst_psStats06_OBJECTS = $(am_tst_psStats06_OBJECTS) 186 tst_psStats06_LDADD = $(LDADD) 187 am_tst_psStats07_OBJECTS = tst_psStats07.$(OBJEXT) 188 tst_psStats07_OBJECTS = $(am_tst_psStats07_OBJECTS) 189 tst_psStats07_LDADD = $(LDADD) 190 am_tst_psStats08_OBJECTS = tst_psStats08.$(OBJEXT) 191 tst_psStats08_OBJECTS = $(am_tst_psStats08_OBJECTS) 192 tst_psStats08_LDADD = $(LDADD) 193 am_tst_psStats09_OBJECTS = tst_psStats09.$(OBJEXT) 194 tst_psStats09_OBJECTS = $(am_tst_psStats09_OBJECTS) 195 tst_psStats09_LDADD = $(LDADD) 196 am_tst_psVectorFFT_OBJECTS = tst_psVectorFFT.$(OBJEXT) 197 tst_psVectorFFT_OBJECTS = $(am_tst_psVectorFFT_OBJECTS) 198 tst_psVectorFFT_LDADD = $(LDADD) 199 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src 200 depcomp = $(SHELL) $(top_srcdir)/depcomp 201 am__depfiles_maybe = depfiles 202 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 203 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 204 LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ 205 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 206 $(AM_CFLAGS) $(CFLAGS) 207 CCLD = $(CC) 208 LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 209 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 210 SOURCES = $(tst_psFunc00_SOURCES) $(tst_psFunc01_SOURCES) \ 211 $(tst_psFunc02_SOURCES) $(tst_psFunc03_SOURCES) \ 212 $(tst_psFunc04_SOURCES) $(tst_psFunc05_SOURCES) \ 213 $(tst_psFunc07_SOURCES) $(tst_psHist00_SOURCES) \ 214 $(tst_psHist01_SOURCES) $(tst_psHist02_SOURCES) \ 215 $(tst_psHist03_SOURCES) $(tst_psMatrix01_SOURCES) \ 216 $(tst_psMatrix02_SOURCES) $(tst_psMatrix03_SOURCES) \ 217 $(tst_psMatrix04_SOURCES) $(tst_psMatrix05_SOURCES) \ 218 $(tst_psMatrix06_SOURCES) $(tst_psMatrix07_SOURCES) \ 219 $(tst_psMatrixVectorArithmetic01_SOURCES) \ 220 $(tst_psMatrixVectorArithmetic02_SOURCES) \ 221 $(tst_psMatrixVectorArithmetic03_SOURCES) \ 222 $(tst_psMatrixVectorArithmetic04_SOURCES) \ 223 $(tst_psMinimize04_SOURCES) $(tst_psMinimize04_F32_SOURCES) \ 224 $(tst_psMinimize04b_SOURCES) $(tst_psMinimize04b_F32_SOURCES) \ 225 $(tst_psMinimize05_SOURCES) $(tst_psMinimize06_SOURCES) \ 226 $(tst_psMinimize07_SOURCES) $(tst_psRandom_SOURCES) \ 227 $(tst_psStats00_SOURCES) $(tst_psStats01_SOURCES) \ 228 $(tst_psStats02_SOURCES) $(tst_psStats03_SOURCES) \ 229 $(tst_psStats05_SOURCES) $(tst_psStats06_SOURCES) \ 230 $(tst_psStats07_SOURCES) $(tst_psStats08_SOURCES) \ 231 $(tst_psStats09_SOURCES) $(tst_psVectorFFT_SOURCES) 232 DIST_SOURCES = $(tst_psFunc00_SOURCES) $(tst_psFunc01_SOURCES) \ 233 $(tst_psFunc02_SOURCES) $(tst_psFunc03_SOURCES) \ 234 $(tst_psFunc04_SOURCES) $(tst_psFunc05_SOURCES) \ 235 $(tst_psFunc07_SOURCES) $(tst_psHist00_SOURCES) \ 236 $(tst_psHist01_SOURCES) $(tst_psHist02_SOURCES) \ 237 $(tst_psHist03_SOURCES) $(tst_psMatrix01_SOURCES) \ 238 $(tst_psMatrix02_SOURCES) $(tst_psMatrix03_SOURCES) \ 239 $(tst_psMatrix04_SOURCES) $(tst_psMatrix05_SOURCES) \ 240 $(tst_psMatrix06_SOURCES) $(tst_psMatrix07_SOURCES) \ 241 $(tst_psMatrixVectorArithmetic01_SOURCES) \ 242 $(tst_psMatrixVectorArithmetic02_SOURCES) \ 243 $(tst_psMatrixVectorArithmetic03_SOURCES) \ 244 $(tst_psMatrixVectorArithmetic04_SOURCES) \ 245 $(tst_psMinimize04_SOURCES) $(tst_psMinimize04_F32_SOURCES) \ 246 $(tst_psMinimize04b_SOURCES) $(tst_psMinimize04b_F32_SOURCES) \ 247 $(tst_psMinimize05_SOURCES) $(tst_psMinimize06_SOURCES) \ 248 $(tst_psMinimize07_SOURCES) $(tst_psRandom_SOURCES) \ 249 $(tst_psStats00_SOURCES) $(tst_psStats01_SOURCES) \ 250 $(tst_psStats02_SOURCES) $(tst_psStats03_SOURCES) \ 251 $(tst_psStats05_SOURCES) $(tst_psStats06_SOURCES) \ 252 $(tst_psStats07_SOURCES) $(tst_psStats08_SOURCES) \ 253 $(tst_psStats09_SOURCES) $(tst_psVectorFFT_SOURCES) 254 ETAGS = etags 255 CTAGS = ctags 256 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 257 ACLOCAL = ${SHELL} /home/desonia/panstarrs/psLib/missing --run aclocal-1.9 258 AMDEP_FALSE = # 259 AMDEP_TRUE = 260 AMTAR = ${SHELL} /home/desonia/panstarrs/psLib/missing --run tar 261 AR = ar 262 AUTOCONF = ${SHELL} /home/desonia/panstarrs/psLib/missing --run autoconf 263 AUTOHEADER = ${SHELL} /home/desonia/panstarrs/psLib/missing --run autoheader 264 AUTOMAKE = ${SHELL} /home/desonia/panstarrs/psLib/missing --run automake-1.9 265 AWK = gawk 266 CC = gcc 267 CCDEPMODE = depmode=gcc3 268 CFLAGS = -g -O2 -g2 -Wall -std=c99 -D_GNU_SOURCE -I/usr/include -I/usr/include/libxml2 269 CONFIG_FILE = /home/desonia/panstarrs/psLib/config/psTime.config 270 CPP = gcc -E 271 CPPFLAGS = 272 CXX = g++ 273 CXXCPP = g++ -E 274 CXXDEPMODE = depmode=gcc3 275 CXXFLAGS = -g -O2 276 CYGPATH_W = echo 277 DEFS = -DHAVE_CONFIG_H 278 DEPDIR = .deps 279 ECHO = echo 280 ECHO_C = 281 ECHO_N = -n 282 ECHO_T = 283 EGREP = grep -E 284 EXEEXT = 285 F77 = g77 286 FFLAGS = -fno-second-underscore -O -fno-f2c 287 GSL_CONFIG = /usr/bin/gsl-config 288 INSTALL_DATA = ${INSTALL} -m 644 289 INSTALL_PROGRAM = ${INSTALL} 290 INSTALL_SCRIPT = ${INSTALL} 291 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s 292 LDFLAGS = 293 LIBOBJS = 294 LIBS = 295 LIBTOOL = $(SHELL) $(top_builddir)/libtool 296 LN_S = ln -s 297 LTLIBOBJS = 298 MAKEINFO = ${SHELL} /home/desonia/panstarrs/psLib/missing --run makeinfo 299 OBJEXT = o 300 PACKAGE = pslib 301 PACKAGE_BUGREPORT = 302 PACKAGE_NAME = 303 PACKAGE_STRING = 304 PACKAGE_TARNAME = 305 PACKAGE_VERSION = 306 PATH_SEPARATOR = : 307 PERL = /usr/bin/perl 308 PSLIB_CFLAGS = -I${prefix}/include 309 PSLIB_LIBS = -L${exec_prefix}/lib -lpslib -lcfitsio -lfftw3f -L/usr/lib64 -lgsl -lgslcblas -lm -lxml2 -lz -lpthread -lm 310 RANLIB = ranlib 311 SET_MAKE = 312 SHELL = /bin/sh 313 STRIP = strip 314 SWIG = /usr/bin/swig 315 VERSION = 1.5 316 XML_CONFIG = /usr/bin/xml2-config 317 ac_ct_AR = ar 318 ac_ct_CC = gcc 319 ac_ct_CXX = g++ 320 ac_ct_F77 = g77 321 ac_ct_RANLIB = ranlib 322 ac_ct_STRIP = strip 323 am__fastdepCC_FALSE = # 324 am__fastdepCC_TRUE = 325 am__fastdepCXX_FALSE = # 326 am__fastdepCXX_TRUE = 327 am__include = include 328 am__leading_dot = . 329 am__quote = 330 am__tar = ${AMTAR} chof - "$$tardir" 331 am__untar = ${AMTAR} xf - 332 bindir = ${exec_prefix}/bin 333 build = x86_64-unknown-linux-gnu 334 build_alias = 335 build_cpu = x86_64 336 build_os = linux-gnu 337 build_vendor = unknown 338 datadir = ${prefix}/share 339 exec_prefix = ${prefix} 340 host = x86_64-unknown-linux-gnu 341 host_alias = 342 host_cpu = x86_64 343 host_os = linux-gnu 344 host_vendor = unknown 345 includedir = ${prefix}/include 346 infodir = ${prefix}/info 347 install_sh = /home/desonia/panstarrs/psLib/install-sh 348 libdir = ${exec_prefix}/lib 349 libexecdir = ${exec_prefix}/libexec 350 localstatedir = ${prefix}/var 351 mandir = ${prefix}/man 352 mkdir_p = mkdir -p -- 353 oldincludedir = /usr/include 354 prefix = /home/desonia/panstarrs/psLib 355 program_transform_name = s,x,x, 356 sbindir = ${exec_prefix}/sbin 357 sharedstatedir = ${prefix}/com 358 sysconfdir = ${prefix}/etc 359 target_alias = 360 361 #Makefile for astronomy functions of psLib 362 # 363 INCLUDES = \ 364 -I$(top_srcdir)/src \ 365 -I$(top_srcdir)/src/astronomy \ 366 -I$(top_srcdir)/src/collections \ 367 -I$(top_srcdir)/src/dataManip \ 368 -I$(top_srcdir)/src/fileUtils \ 369 -I$(top_srcdir)/src/image \ 370 -I$(top_srcdir)/src/sysUtils \ 371 $(all_includes) 372 373 AM_LDFLAGS = -L$(top_srcdir)/src `sh $(top_srcdir)/pslib-config --libs` 374 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest 375 TESTS = \ 376 tst_psFunc00 \ 377 tst_psFunc01 \ 378 tst_psFunc02 \ 379 tst_psFunc03 \ 380 tst_psFunc04 \ 381 tst_psFunc05 \ 382 tst_psFunc07 \ 383 tst_psHist00 \ 384 tst_psHist01 \ 385 tst_psHist02 \ 386 tst_psHist03 \ 387 tst_psMatrix01 \ 388 tst_psMatrix02 \ 389 tst_psMatrix03 \ 390 tst_psMatrix04 \ 391 tst_psMatrix05 \ 392 tst_psMatrix06 \ 393 tst_psMatrix07 \ 394 tst_psMatrixVectorArithmetic01 \ 395 tst_psMatrixVectorArithmetic02 \ 396 tst_psMatrixVectorArithmetic03 \ 397 tst_psMatrixVectorArithmetic04 \ 398 tst_psMinimize04 \ 399 tst_psMinimize04_F32 \ 400 tst_psMinimize04b \ 401 tst_psMinimize04b_F32 \ 402 tst_psMinimize05 \ 403 tst_psMinimize06 \ 404 tst_psMinimize07 \ 405 tst_psStats00 \ 406 tst_psStats01 \ 407 tst_psStats02 \ 408 tst_psStats03 \ 409 tst_psStats05 \ 410 tst_psStats06 \ 411 tst_psStats07 \ 412 tst_psStats08 \ 413 tst_psStats09 \ 414 tst_psRandom \ 415 tst_psVectorFFT 416 417 tst_psFunc00_SOURCES = tst_psFunc00.c 418 tst_psFunc01_SOURCES = tst_psFunc01.c 419 tst_psFunc02_SOURCES = tst_psFunc02.c 420 tst_psFunc03_SOURCES = tst_psFunc03.c 421 tst_psFunc04_SOURCES = tst_psFunc04.c 422 tst_psFunc05_SOURCES = tst_psFunc05.c 423 tst_psFunc07_SOURCES = tst_psFunc07.c 424 tst_psHist00_SOURCES = tst_psHist00.c 425 tst_psHist01_SOURCES = tst_psHist01.c 426 tst_psHist02_SOURCES = tst_psHist02.c 427 tst_psHist03_SOURCES = tst_psHist03.c 428 tst_psMatrix01_SOURCES = tst_psMatrix01.c 429 tst_psMatrix02_SOURCES = tst_psMatrix02.c 430 tst_psMatrix03_SOURCES = tst_psMatrix03.c 431 tst_psMatrix04_SOURCES = tst_psMatrix04.c 432 tst_psMatrix05_SOURCES = tst_psMatrix05.c 433 tst_psMatrix06_SOURCES = tst_psMatrix06.c 434 tst_psMatrix07_SOURCES = tst_psMatrix07.c 435 tst_psMatrixVectorArithmetic01_SOURCES = tst_psMatrixVectorArithmetic01.c 436 tst_psMatrixVectorArithmetic02_SOURCES = tst_psMatrixVectorArithmetic02.c 437 tst_psMatrixVectorArithmetic03_SOURCES = tst_psMatrixVectorArithmetic03.c 438 tst_psMatrixVectorArithmetic04_SOURCES = tst_psMatrixVectorArithmetic04.c 439 tst_psMinimize04_SOURCES = tst_psMinimize04.c 440 tst_psMinimize04_F32_SOURCES = tst_psMinimize04.c 441 tst_psMinimize04b_SOURCES = tst_psMinimize04b.c 442 tst_psMinimize04b_F32_SOURCES = tst_psMinimize04b.c 443 tst_psMinimize05_SOURCES = tst_psMinimize05.c 444 tst_psMinimize06_SOURCES = tst_psMinimize06.c 445 tst_psMinimize07_SOURCES = tst_psMinimize07.c 446 tst_psStats00_SOURCES = tst_psStats00.c 447 tst_psStats01_SOURCES = tst_psStats01.c 448 tst_psStats02_SOURCES = tst_psStats02.c 449 tst_psStats03_SOURCES = tst_psStats03.c 450 tst_psStats05_SOURCES = tst_psStats05.c 451 tst_psStats06_SOURCES = tst_psStats06.c 452 tst_psStats07_SOURCES = tst_psStats07.c 453 tst_psStats08_SOURCES = tst_psStats08.c 454 tst_psStats09_SOURCES = tst_psStats09.c 455 tst_psRandom_SOURCES = tst_psRandom.c 456 tst_psVectorFFT_SOURCES = tst_psVectorFFT.c 457 all: all-am 458 459 .SUFFIXES: 460 .SUFFIXES: .c .lo .o .obj 461 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 462 @for dep in $?; do \ 463 case '$(am__configure_deps)' in \ 464 *$$dep*) \ 465 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 466 && exit 0; \ 467 exit 1;; \ 468 esac; \ 469 done; \ 470 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/dataManip/Makefile'; \ 471 cd $(top_srcdir) && \ 472 $(AUTOMAKE) --gnu test/dataManip/Makefile 473 .PRECIOUS: Makefile 474 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 475 @case '$?' in \ 476 *config.status*) \ 477 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 478 *) \ 479 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 480 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 481 esac; 482 483 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 484 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 485 486 $(top_srcdir)/configure: $(am__configure_deps) 487 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 488 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 489 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 490 491 clean-checkPROGRAMS: 492 @list='$(check_PROGRAMS)'; for p in $$list; do \ 493 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 494 echo " rm -f $$p $$f"; \ 495 rm -f $$p $$f ; \ 496 done 497 tst_psFunc00$(EXEEXT): $(tst_psFunc00_OBJECTS) $(tst_psFunc00_DEPENDENCIES) 498 @rm -f tst_psFunc00$(EXEEXT) 499 $(LINK) $(tst_psFunc00_LDFLAGS) $(tst_psFunc00_OBJECTS) $(tst_psFunc00_LDADD) $(LIBS) 500 tst_psFunc01$(EXEEXT): $(tst_psFunc01_OBJECTS) $(tst_psFunc01_DEPENDENCIES) 501 @rm -f tst_psFunc01$(EXEEXT) 502 $(LINK) $(tst_psFunc01_LDFLAGS) $(tst_psFunc01_OBJECTS) $(tst_psFunc01_LDADD) $(LIBS) 503 tst_psFunc02$(EXEEXT): $(tst_psFunc02_OBJECTS) $(tst_psFunc02_DEPENDENCIES) 504 @rm -f tst_psFunc02$(EXEEXT) 505 $(LINK) $(tst_psFunc02_LDFLAGS) $(tst_psFunc02_OBJECTS) $(tst_psFunc02_LDADD) $(LIBS) 506 tst_psFunc03$(EXEEXT): $(tst_psFunc03_OBJECTS) $(tst_psFunc03_DEPENDENCIES) 507 @rm -f tst_psFunc03$(EXEEXT) 508 $(LINK) $(tst_psFunc03_LDFLAGS) $(tst_psFunc03_OBJECTS) $(tst_psFunc03_LDADD) $(LIBS) 509 tst_psFunc04$(EXEEXT): $(tst_psFunc04_OBJECTS) $(tst_psFunc04_DEPENDENCIES) 510 @rm -f tst_psFunc04$(EXEEXT) 511 $(LINK) $(tst_psFunc04_LDFLAGS) $(tst_psFunc04_OBJECTS) $(tst_psFunc04_LDADD) $(LIBS) 512 tst_psFunc05$(EXEEXT): $(tst_psFunc05_OBJECTS) $(tst_psFunc05_DEPENDENCIES) 513 @rm -f tst_psFunc05$(EXEEXT) 514 $(LINK) $(tst_psFunc05_LDFLAGS) $(tst_psFunc05_OBJECTS) $(tst_psFunc05_LDADD) $(LIBS) 515 tst_psFunc07$(EXEEXT): $(tst_psFunc07_OBJECTS) $(tst_psFunc07_DEPENDENCIES) 516 @rm -f tst_psFunc07$(EXEEXT) 517 $(LINK) $(tst_psFunc07_LDFLAGS) $(tst_psFunc07_OBJECTS) $(tst_psFunc07_LDADD) $(LIBS) 518 tst_psHist00$(EXEEXT): $(tst_psHist00_OBJECTS) $(tst_psHist00_DEPENDENCIES) 519 @rm -f tst_psHist00$(EXEEXT) 520 $(LINK) $(tst_psHist00_LDFLAGS) $(tst_psHist00_OBJECTS) $(tst_psHist00_LDADD) $(LIBS) 521 tst_psHist01$(EXEEXT): $(tst_psHist01_OBJECTS) $(tst_psHist01_DEPENDENCIES) 522 @rm -f tst_psHist01$(EXEEXT) 523 $(LINK) $(tst_psHist01_LDFLAGS) $(tst_psHist01_OBJECTS) $(tst_psHist01_LDADD) $(LIBS) 524 tst_psHist02$(EXEEXT): $(tst_psHist02_OBJECTS) $(tst_psHist02_DEPENDENCIES) 525 @rm -f tst_psHist02$(EXEEXT) 526 $(LINK) $(tst_psHist02_LDFLAGS) $(tst_psHist02_OBJECTS) $(tst_psHist02_LDADD) $(LIBS) 527 tst_psHist03$(EXEEXT): $(tst_psHist03_OBJECTS) $(tst_psHist03_DEPENDENCIES) 528 @rm -f tst_psHist03$(EXEEXT) 529 $(LINK) $(tst_psHist03_LDFLAGS) $(tst_psHist03_OBJECTS) $(tst_psHist03_LDADD) $(LIBS) 530 tst_psMatrix01$(EXEEXT): $(tst_psMatrix01_OBJECTS) $(tst_psMatrix01_DEPENDENCIES) 531 @rm -f tst_psMatrix01$(EXEEXT) 532 $(LINK) $(tst_psMatrix01_LDFLAGS) $(tst_psMatrix01_OBJECTS) $(tst_psMatrix01_LDADD) $(LIBS) 533 tst_psMatrix02$(EXEEXT): $(tst_psMatrix02_OBJECTS) $(tst_psMatrix02_DEPENDENCIES) 534 @rm -f tst_psMatrix02$(EXEEXT) 535 $(LINK) $(tst_psMatrix02_LDFLAGS) $(tst_psMatrix02_OBJECTS) $(tst_psMatrix02_LDADD) $(LIBS) 536 tst_psMatrix03$(EXEEXT): $(tst_psMatrix03_OBJECTS) $(tst_psMatrix03_DEPENDENCIES) 537 @rm -f tst_psMatrix03$(EXEEXT) 538 $(LINK) $(tst_psMatrix03_LDFLAGS) $(tst_psMatrix03_OBJECTS) $(tst_psMatrix03_LDADD) $(LIBS) 539 tst_psMatrix04$(EXEEXT): $(tst_psMatrix04_OBJECTS) $(tst_psMatrix04_DEPENDENCIES) 540 @rm -f tst_psMatrix04$(EXEEXT) 541 $(LINK) $(tst_psMatrix04_LDFLAGS) $(tst_psMatrix04_OBJECTS) $(tst_psMatrix04_LDADD) $(LIBS) 542 tst_psMatrix05$(EXEEXT): $(tst_psMatrix05_OBJECTS) $(tst_psMatrix05_DEPENDENCIES) 543 @rm -f tst_psMatrix05$(EXEEXT) 544 $(LINK) $(tst_psMatrix05_LDFLAGS) $(tst_psMatrix05_OBJECTS) $(tst_psMatrix05_LDADD) $(LIBS) 545 tst_psMatrix06$(EXEEXT): $(tst_psMatrix06_OBJECTS) $(tst_psMatrix06_DEPENDENCIES) 546 @rm -f tst_psMatrix06$(EXEEXT) 547 $(LINK) $(tst_psMatrix06_LDFLAGS) $(tst_psMatrix06_OBJECTS) $(tst_psMatrix06_LDADD) $(LIBS) 548 tst_psMatrix07$(EXEEXT): $(tst_psMatrix07_OBJECTS) $(tst_psMatrix07_DEPENDENCIES) 549 @rm -f tst_psMatrix07$(EXEEXT) 550 $(LINK) $(tst_psMatrix07_LDFLAGS) $(tst_psMatrix07_OBJECTS) $(tst_psMatrix07_LDADD) $(LIBS) 551 tst_psMatrixVectorArithmetic01$(EXEEXT): $(tst_psMatrixVectorArithmetic01_OBJECTS) $(tst_psMatrixVectorArithmetic01_DEPENDENCIES) 552 @rm -f tst_psMatrixVectorArithmetic01$(EXEEXT) 553 $(LINK) $(tst_psMatrixVectorArithmetic01_LDFLAGS) $(tst_psMatrixVectorArithmetic01_OBJECTS) $(tst_psMatrixVectorArithmetic01_LDADD) $(LIBS) 554 tst_psMatrixVectorArithmetic02$(EXEEXT): $(tst_psMatrixVectorArithmetic02_OBJECTS) $(tst_psMatrixVectorArithmetic02_DEPENDENCIES) 555 @rm -f tst_psMatrixVectorArithmetic02$(EXEEXT) 556 $(LINK) $(tst_psMatrixVectorArithmetic02_LDFLAGS) $(tst_psMatrixVectorArithmetic02_OBJECTS) $(tst_psMatrixVectorArithmetic02_LDADD) $(LIBS) 557 tst_psMatrixVectorArithmetic03$(EXEEXT): $(tst_psMatrixVectorArithmetic03_OBJECTS) $(tst_psMatrixVectorArithmetic03_DEPENDENCIES) 558 @rm -f tst_psMatrixVectorArithmetic03$(EXEEXT) 559 $(LINK) $(tst_psMatrixVectorArithmetic03_LDFLAGS) $(tst_psMatrixVectorArithmetic03_OBJECTS) $(tst_psMatrixVectorArithmetic03_LDADD) $(LIBS) 560 tst_psMatrixVectorArithmetic04$(EXEEXT): $(tst_psMatrixVectorArithmetic04_OBJECTS) $(tst_psMatrixVectorArithmetic04_DEPENDENCIES) 561 @rm -f tst_psMatrixVectorArithmetic04$(EXEEXT) 562 $(LINK) $(tst_psMatrixVectorArithmetic04_LDFLAGS) $(tst_psMatrixVectorArithmetic04_OBJECTS) $(tst_psMatrixVectorArithmetic04_LDADD) $(LIBS) 563 tst_psMinimize04$(EXEEXT): $(tst_psMinimize04_OBJECTS) $(tst_psMinimize04_DEPENDENCIES) 564 @rm -f tst_psMinimize04$(EXEEXT) 565 $(LINK) $(tst_psMinimize04_LDFLAGS) $(tst_psMinimize04_OBJECTS) $(tst_psMinimize04_LDADD) $(LIBS) 566 tst_psMinimize04_F32$(EXEEXT): $(tst_psMinimize04_F32_OBJECTS) $(tst_psMinimize04_F32_DEPENDENCIES) 567 @rm -f tst_psMinimize04_F32$(EXEEXT) 568 $(LINK) $(tst_psMinimize04_F32_LDFLAGS) $(tst_psMinimize04_F32_OBJECTS) $(tst_psMinimize04_F32_LDADD) $(LIBS) 569 tst_psMinimize04b$(EXEEXT): $(tst_psMinimize04b_OBJECTS) $(tst_psMinimize04b_DEPENDENCIES) 570 @rm -f tst_psMinimize04b$(EXEEXT) 571 $(LINK) $(tst_psMinimize04b_LDFLAGS) $(tst_psMinimize04b_OBJECTS) $(tst_psMinimize04b_LDADD) $(LIBS) 572 tst_psMinimize04b_F32$(EXEEXT): $(tst_psMinimize04b_F32_OBJECTS) $(tst_psMinimize04b_F32_DEPENDENCIES) 573 @rm -f tst_psMinimize04b_F32$(EXEEXT) 574 $(LINK) $(tst_psMinimize04b_F32_LDFLAGS) $(tst_psMinimize04b_F32_OBJECTS) $(tst_psMinimize04b_F32_LDADD) $(LIBS) 575 tst_psMinimize05$(EXEEXT): $(tst_psMinimize05_OBJECTS) $(tst_psMinimize05_DEPENDENCIES) 576 @rm -f tst_psMinimize05$(EXEEXT) 577 $(LINK) $(tst_psMinimize05_LDFLAGS) $(tst_psMinimize05_OBJECTS) $(tst_psMinimize05_LDADD) $(LIBS) 578 tst_psMinimize06$(EXEEXT): $(tst_psMinimize06_OBJECTS) $(tst_psMinimize06_DEPENDENCIES) 579 @rm -f tst_psMinimize06$(EXEEXT) 580 $(LINK) $(tst_psMinimize06_LDFLAGS) $(tst_psMinimize06_OBJECTS) $(tst_psMinimize06_LDADD) $(LIBS) 581 tst_psMinimize07$(EXEEXT): $(tst_psMinimize07_OBJECTS) $(tst_psMinimize07_DEPENDENCIES) 582 @rm -f tst_psMinimize07$(EXEEXT) 583 $(LINK) $(tst_psMinimize07_LDFLAGS) $(tst_psMinimize07_OBJECTS) $(tst_psMinimize07_LDADD) $(LIBS) 584 tst_psRandom$(EXEEXT): $(tst_psRandom_OBJECTS) $(tst_psRandom_DEPENDENCIES) 585 @rm -f tst_psRandom$(EXEEXT) 586 $(LINK) $(tst_psRandom_LDFLAGS) $(tst_psRandom_OBJECTS) $(tst_psRandom_LDADD) $(LIBS) 587 tst_psStats00$(EXEEXT): $(tst_psStats00_OBJECTS) $(tst_psStats00_DEPENDENCIES) 588 @rm -f tst_psStats00$(EXEEXT) 589 $(LINK) $(tst_psStats00_LDFLAGS) $(tst_psStats00_OBJECTS) $(tst_psStats00_LDADD) $(LIBS) 590 tst_psStats01$(EXEEXT): $(tst_psStats01_OBJECTS) $(tst_psStats01_DEPENDENCIES) 591 @rm -f tst_psStats01$(EXEEXT) 592 $(LINK) $(tst_psStats01_LDFLAGS) $(tst_psStats01_OBJECTS) $(tst_psStats01_LDADD) $(LIBS) 593 tst_psStats02$(EXEEXT): $(tst_psStats02_OBJECTS) $(tst_psStats02_DEPENDENCIES) 594 @rm -f tst_psStats02$(EXEEXT) 595 $(LINK) $(tst_psStats02_LDFLAGS) $(tst_psStats02_OBJECTS) $(tst_psStats02_LDADD) $(LIBS) 596 tst_psStats03$(EXEEXT): $(tst_psStats03_OBJECTS) $(tst_psStats03_DEPENDENCIES) 597 @rm -f tst_psStats03$(EXEEXT) 598 $(LINK) $(tst_psStats03_LDFLAGS) $(tst_psStats03_OBJECTS) $(tst_psStats03_LDADD) $(LIBS) 599 tst_psStats05$(EXEEXT): $(tst_psStats05_OBJECTS) $(tst_psStats05_DEPENDENCIES) 600 @rm -f tst_psStats05$(EXEEXT) 601 $(LINK) $(tst_psStats05_LDFLAGS) $(tst_psStats05_OBJECTS) $(tst_psStats05_LDADD) $(LIBS) 602 tst_psStats06$(EXEEXT): $(tst_psStats06_OBJECTS) $(tst_psStats06_DEPENDENCIES) 603 @rm -f tst_psStats06$(EXEEXT) 604 $(LINK) $(tst_psStats06_LDFLAGS) $(tst_psStats06_OBJECTS) $(tst_psStats06_LDADD) $(LIBS) 605 tst_psStats07$(EXEEXT): $(tst_psStats07_OBJECTS) $(tst_psStats07_DEPENDENCIES) 606 @rm -f tst_psStats07$(EXEEXT) 607 $(LINK) $(tst_psStats07_LDFLAGS) $(tst_psStats07_OBJECTS) $(tst_psStats07_LDADD) $(LIBS) 608 tst_psStats08$(EXEEXT): $(tst_psStats08_OBJECTS) $(tst_psStats08_DEPENDENCIES) 609 @rm -f tst_psStats08$(EXEEXT) 610 $(LINK) $(tst_psStats08_LDFLAGS) $(tst_psStats08_OBJECTS) $(tst_psStats08_LDADD) $(LIBS) 611 tst_psStats09$(EXEEXT): $(tst_psStats09_OBJECTS) $(tst_psStats09_DEPENDENCIES) 612 @rm -f tst_psStats09$(EXEEXT) 613 $(LINK) $(tst_psStats09_LDFLAGS) $(tst_psStats09_OBJECTS) $(tst_psStats09_LDADD) $(LIBS) 614 tst_psVectorFFT$(EXEEXT): $(tst_psVectorFFT_OBJECTS) $(tst_psVectorFFT_DEPENDENCIES) 615 @rm -f tst_psVectorFFT$(EXEEXT) 616 $(LINK) $(tst_psVectorFFT_LDFLAGS) $(tst_psVectorFFT_OBJECTS) $(tst_psVectorFFT_LDADD) $(LIBS) 617 618 mostlyclean-compile: 619 -rm -f *.$(OBJEXT) 620 621 distclean-compile: 622 -rm -f *.tab.c 623 624 include ./$(DEPDIR)/tst_psFunc00.Po 625 include ./$(DEPDIR)/tst_psFunc01.Po 626 include ./$(DEPDIR)/tst_psFunc02.Po 627 include ./$(DEPDIR)/tst_psFunc03.Po 628 include ./$(DEPDIR)/tst_psFunc04.Po 629 include ./$(DEPDIR)/tst_psFunc05.Po 630 include ./$(DEPDIR)/tst_psFunc07.Po 631 include ./$(DEPDIR)/tst_psHist00.Po 632 include ./$(DEPDIR)/tst_psHist01.Po 633 include ./$(DEPDIR)/tst_psHist02.Po 634 include ./$(DEPDIR)/tst_psHist03.Po 635 include ./$(DEPDIR)/tst_psMatrix01.Po 636 include ./$(DEPDIR)/tst_psMatrix02.Po 637 include ./$(DEPDIR)/tst_psMatrix03.Po 638 include ./$(DEPDIR)/tst_psMatrix04.Po 639 include ./$(DEPDIR)/tst_psMatrix05.Po 640 include ./$(DEPDIR)/tst_psMatrix06.Po 641 include ./$(DEPDIR)/tst_psMatrix07.Po 642 include ./$(DEPDIR)/tst_psMatrixVectorArithmetic01.Po 643 include ./$(DEPDIR)/tst_psMatrixVectorArithmetic02.Po 644 include ./$(DEPDIR)/tst_psMatrixVectorArithmetic03.Po 645 include ./$(DEPDIR)/tst_psMatrixVectorArithmetic04.Po 646 include ./$(DEPDIR)/tst_psMinimize04.Po 647 include ./$(DEPDIR)/tst_psMinimize04b.Po 648 include ./$(DEPDIR)/tst_psMinimize05.Po 649 include ./$(DEPDIR)/tst_psMinimize06.Po 650 include ./$(DEPDIR)/tst_psMinimize07.Po 651 include ./$(DEPDIR)/tst_psRandom.Po 652 include ./$(DEPDIR)/tst_psStats00.Po 653 include ./$(DEPDIR)/tst_psStats01.Po 654 include ./$(DEPDIR)/tst_psStats02.Po 655 include ./$(DEPDIR)/tst_psStats03.Po 656 include ./$(DEPDIR)/tst_psStats05.Po 657 include ./$(DEPDIR)/tst_psStats06.Po 658 include ./$(DEPDIR)/tst_psStats07.Po 659 include ./$(DEPDIR)/tst_psStats08.Po 660 include ./$(DEPDIR)/tst_psStats09.Po 661 include ./$(DEPDIR)/tst_psVectorFFT.Po 662 663 .c.o: 664 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 665 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 666 # source='$<' object='$@' libtool=no \ 667 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 668 # $(COMPILE) -c $< 669 670 .c.obj: 671 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ 672 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 673 # source='$<' object='$@' libtool=no \ 674 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 675 # $(COMPILE) -c `$(CYGPATH_W) '$<'` 676 677 .c.lo: 678 if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 679 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 680 # source='$<' object='$@' libtool=yes \ 681 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 682 # $(LTCOMPILE) -c -o $@ $< 683 684 mostlyclean-libtool: 685 -rm -f *.lo 686 687 clean-libtool: 688 -rm -rf .libs _libs 689 690 distclean-libtool: 691 -rm -f libtool 692 uninstall-info-am: 693 694 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 695 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 696 unique=`for i in $$list; do \ 697 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 698 done | \ 699 $(AWK) ' { files[$$0] = 1; } \ 700 END { for (i in files) print i; }'`; \ 701 mkid -fID $$unique 702 tags: TAGS 703 704 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 705 $(TAGS_FILES) $(LISP) 706 tags=; \ 707 here=`pwd`; \ 708 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 709 unique=`for i in $$list; do \ 710 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 711 done | \ 712 $(AWK) ' { files[$$0] = 1; } \ 713 END { for (i in files) print i; }'`; \ 714 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 715 test -n "$$unique" || unique=$$empty_fix; \ 716 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 717 $$tags $$unique; \ 718 fi 719 ctags: CTAGS 720 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 721 $(TAGS_FILES) $(LISP) 722 tags=; \ 723 here=`pwd`; \ 724 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 725 unique=`for i in $$list; do \ 726 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 727 done | \ 728 $(AWK) ' { files[$$0] = 1; } \ 729 END { for (i in files) print i; }'`; \ 730 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 731 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 732 $$tags $$unique 733 734 GTAGS: 735 here=`$(am__cd) $(top_builddir) && pwd` \ 736 && cd $(top_srcdir) \ 737 && gtags -i $(GTAGS_ARGS) $$here 738 739 distclean-tags: 740 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 741 742 check-TESTS: $(TESTS) 743 @failed=0; all=0; xfail=0; xpass=0; skip=0; \ 744 srcdir=$(srcdir); export srcdir; \ 745 list='$(TESTS)'; \ 746 if test -n "$$list"; then \ 747 for tst in $$list; do \ 748 if test -f ./$$tst; then dir=./; \ 749 elif test -f $$tst; then dir=; \ 750 else dir="$(srcdir)/"; fi; \ 751 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ 752 all=`expr $$all + 1`; \ 753 case " $(XFAIL_TESTS) " in \ 754 *" $$tst "*) \ 755 xpass=`expr $$xpass + 1`; \ 756 failed=`expr $$failed + 1`; \ 757 echo "XPASS: $$tst"; \ 758 ;; \ 759 *) \ 760 echo "PASS: $$tst"; \ 761 ;; \ 762 esac; \ 763 elif test $$? -ne 77; then \ 764 all=`expr $$all + 1`; \ 765 case " $(XFAIL_TESTS) " in \ 766 *" $$tst "*) \ 767 xfail=`expr $$xfail + 1`; \ 768 echo "XFAIL: $$tst"; \ 769 ;; \ 770 *) \ 771 failed=`expr $$failed + 1`; \ 772 echo "FAIL: $$tst"; \ 773 ;; \ 774 esac; \ 775 else \ 776 skip=`expr $$skip + 1`; \ 777 echo "SKIP: $$tst"; \ 778 fi; \ 779 done; \ 780 if test "$$failed" -eq 0; then \ 781 if test "$$xfail" -eq 0; then \ 782 banner="All $$all tests passed"; \ 783 else \ 784 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ 785 fi; \ 786 else \ 787 if test "$$xpass" -eq 0; then \ 788 banner="$$failed of $$all tests failed"; \ 789 else \ 790 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ 791 fi; \ 792 fi; \ 793 dashes="$$banner"; \ 794 skipped=""; \ 795 if test "$$skip" -ne 0; then \ 796 skipped="($$skip tests were not run)"; \ 797 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 798 dashes="$$skipped"; \ 799 fi; \ 800 report=""; \ 801 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ 802 report="Please report to $(PACKAGE_BUGREPORT)"; \ 803 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 804 dashes="$$report"; \ 805 fi; \ 806 dashes=`echo "$$dashes" | sed s/./=/g`; \ 807 echo "$$dashes"; \ 808 echo "$$banner"; \ 809 test -z "$$skipped" || echo "$$skipped"; \ 810 test -z "$$report" || echo "$$report"; \ 811 echo "$$dashes"; \ 812 test "$$failed" -eq 0; \ 813 else :; fi 814 815 distdir: $(DISTFILES) 816 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 817 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 818 list='$(DISTFILES)'; for file in $$list; do \ 819 case $$file in \ 820 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 821 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 822 esac; \ 823 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 824 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 825 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 826 dir="/$$dir"; \ 827 $(mkdir_p) "$(distdir)$$dir"; \ 828 else \ 829 dir=''; \ 830 fi; \ 831 if test -d $$d/$$file; then \ 832 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 833 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 834 fi; \ 835 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 836 else \ 837 test -f $(distdir)/$$file \ 838 || cp -p $$d/$$file $(distdir)/$$file \ 839 || exit 1; \ 840 fi; \ 841 done 842 check-am: all-am 843 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 844 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 845 check: check-am 846 all-am: Makefile 847 installdirs: 848 install: install-am 849 install-exec: install-exec-am 850 install-data: install-data-am 851 uninstall: uninstall-am 852 853 install-am: all-am 854 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 855 856 installcheck: installcheck-am 857 install-strip: 858 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 859 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 860 `test -z '$(STRIP)' || \ 861 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 862 mostlyclean-generic: 863 864 clean-generic: 865 866 distclean-generic: 867 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 868 869 maintainer-clean-generic: 870 @echo "This command is intended for maintainers to use" 871 @echo "it deletes files that may require special tools to rebuild." 872 clean: clean-am 873 874 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ 875 mostlyclean-am 876 877 distclean: distclean-am 878 -rm -rf ./$(DEPDIR) 879 -rm -f Makefile 880 distclean-am: clean-am distclean-compile distclean-generic \ 881 distclean-libtool distclean-tags 882 883 dvi: dvi-am 884 885 dvi-am: 886 887 html: html-am 888 889 info: info-am 890 891 info-am: 892 893 install-data-am: 894 895 install-exec-am: 896 897 install-info: install-info-am 898 899 install-man: 900 901 installcheck-am: 902 903 maintainer-clean: maintainer-clean-am 904 -rm -rf ./$(DEPDIR) 905 -rm -f Makefile 906 maintainer-clean-am: distclean-am maintainer-clean-generic 907 908 mostlyclean: mostlyclean-am 909 910 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 911 mostlyclean-libtool 912 913 pdf: pdf-am 914 915 pdf-am: 916 917 ps: ps-am 918 919 ps-am: 920 921 uninstall-am: uninstall-info-am 922 923 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \ 924 clean-checkPROGRAMS clean-generic clean-libtool ctags \ 925 distclean distclean-compile distclean-generic \ 926 distclean-libtool distclean-tags distdir dvi dvi-am html \ 927 html-am info info-am install install-am install-data \ 928 install-data-am install-exec install-exec-am install-info \ 929 install-info-am install-man install-strip installcheck \ 930 installcheck-am installdirs maintainer-clean \ 931 maintainer-clean-generic mostlyclean mostlyclean-compile \ 932 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 933 tags uninstall uninstall-am uninstall-info-am 934 935 tests: $(TESTS) 936 # Tell versions [3.59,3.63) of GNU make to not export all variables. 937 # Otherwise a system limit (for SysV at least) may be exceeded. 938 .NOEXPORT:
Note:
See TracChangeset
for help on using the changeset viewer.
