Changeset 3115 for trunk/psLib/test/image/Makefile
- Timestamp:
- Feb 2, 2005, 2:54:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/Makefile
r2748 r3115 1 ################################################################################ 2 ## 3 ## Makefile: test/collections 4 ## 5 ## $Revision: 1.7 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-12-17 19:48: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 21 TARGET = tst_psImage \ 22 tst_psImageFFT \ 23 tst_psImageManip \ 24 tst_psImageStats00 \ 25 tst_psImageStats01 \ 26 tst_psImageStats02 \ 27 tst_psImageStats03 \ 28 tst_psImageStats04 \ 29 tst_psImageExtraction \ 30 tst_psImageConvolve \ 31 tst_psImageIO \ 32 tst_psImageInterpolate 33 34 OBJS = $(addsuffix .o,$(TARGET)) 35 36 all: $(TARGET) 37 38 clean: 39 @echo " Deleting executable and binary files for 'test/collections'" 40 $(RM) $(OBJS) 41 42 distclean: clean 43 $(RM) $(TARGET) 44 45 install: $(testbindir) $(testbindir)/verified $(TARGET) 46 install $(TARGET) $(testbindir) 47 install verified/*.fits verified/*.stderr verified/*.stdout $(testbindir)/verified 48 49 $(testbindir): 50 mkdir -p $(testbindir) 51 52 $(testbindir)/verified: 53 mkdir -p $(testbindir)/verified 54 55 1 # Makefile.in generated by automake 1.9.1 from Makefile.am. 2 # test/image/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_psImage_SOURCES) $(tst_psImageConvolve_SOURCES) $(tst_psImageExtraction_SOURCES) $(tst_psImageFFT_SOURCES) $(tst_psImageIO_SOURCES) $(tst_psImageInterpolate_SOURCES) $(tst_psImageManip_SOURCES) $(tst_psImageStats00_SOURCES) $(tst_psImageStats01_SOURCES) $(tst_psImageStats02_SOURCES) $(tst_psImageStats03_SOURCES) $(tst_psImageStats04_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_psImage$(EXEEXT) tst_psImageFFT$(EXEEXT) \ 41 tst_psImageManip$(EXEEXT) tst_psImageStats00$(EXEEXT) \ 42 tst_psImageStats01$(EXEEXT) tst_psImageStats02$(EXEEXT) \ 43 tst_psImageStats03$(EXEEXT) tst_psImageStats04$(EXEEXT) \ 44 tst_psImageExtraction$(EXEEXT) tst_psImageConvolve$(EXEEXT) \ 45 tst_psImageIO$(EXEEXT) tst_psImageInterpolate$(EXEEXT) 46 subdir = test/image 47 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 49 am__aclocal_m4_deps = $(top_srcdir)/configure.in 50 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 51 $(ACLOCAL_M4) 52 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 53 CONFIG_HEADER = $(top_builddir)/src/config.h 54 CONFIG_CLEAN_FILES = 55 am_tst_psImage_OBJECTS = tst_psImage.$(OBJEXT) 56 tst_psImage_OBJECTS = $(am_tst_psImage_OBJECTS) 57 tst_psImage_LDADD = $(LDADD) 58 am_tst_psImageConvolve_OBJECTS = tst_psImageConvolve.$(OBJEXT) 59 tst_psImageConvolve_OBJECTS = $(am_tst_psImageConvolve_OBJECTS) 60 tst_psImageConvolve_LDADD = $(LDADD) 61 am_tst_psImageExtraction_OBJECTS = tst_psImageExtraction.$(OBJEXT) 62 tst_psImageExtraction_OBJECTS = $(am_tst_psImageExtraction_OBJECTS) 63 tst_psImageExtraction_LDADD = $(LDADD) 64 am_tst_psImageFFT_OBJECTS = tst_psImageFFT.$(OBJEXT) 65 tst_psImageFFT_OBJECTS = $(am_tst_psImageFFT_OBJECTS) 66 tst_psImageFFT_LDADD = $(LDADD) 67 am_tst_psImageIO_OBJECTS = tst_psImageIO.$(OBJEXT) 68 tst_psImageIO_OBJECTS = $(am_tst_psImageIO_OBJECTS) 69 tst_psImageIO_LDADD = $(LDADD) 70 am_tst_psImageInterpolate_OBJECTS = tst_psImageInterpolate.$(OBJEXT) 71 tst_psImageInterpolate_OBJECTS = $(am_tst_psImageInterpolate_OBJECTS) 72 tst_psImageInterpolate_LDADD = $(LDADD) 73 am_tst_psImageManip_OBJECTS = tst_psImageManip.$(OBJEXT) 74 tst_psImageManip_OBJECTS = $(am_tst_psImageManip_OBJECTS) 75 tst_psImageManip_LDADD = $(LDADD) 76 am_tst_psImageStats00_OBJECTS = tst_psImageStats00.$(OBJEXT) 77 tst_psImageStats00_OBJECTS = $(am_tst_psImageStats00_OBJECTS) 78 tst_psImageStats00_LDADD = $(LDADD) 79 am_tst_psImageStats01_OBJECTS = tst_psImageStats01.$(OBJEXT) 80 tst_psImageStats01_OBJECTS = $(am_tst_psImageStats01_OBJECTS) 81 tst_psImageStats01_LDADD = $(LDADD) 82 am_tst_psImageStats02_OBJECTS = tst_psImageStats02.$(OBJEXT) 83 tst_psImageStats02_OBJECTS = $(am_tst_psImageStats02_OBJECTS) 84 tst_psImageStats02_LDADD = $(LDADD) 85 am_tst_psImageStats03_OBJECTS = tst_psImageStats03.$(OBJEXT) 86 tst_psImageStats03_OBJECTS = $(am_tst_psImageStats03_OBJECTS) 87 tst_psImageStats03_LDADD = $(LDADD) 88 am_tst_psImageStats04_OBJECTS = tst_psImageStats04.$(OBJEXT) 89 tst_psImageStats04_OBJECTS = $(am_tst_psImageStats04_OBJECTS) 90 tst_psImageStats04_LDADD = $(LDADD) 91 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src 92 depcomp = $(SHELL) $(top_srcdir)/depcomp 93 am__depfiles_maybe = depfiles 94 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 95 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 96 LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \ 97 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 98 $(AM_CFLAGS) $(CFLAGS) 99 CCLD = $(CC) 100 LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 101 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 102 SOURCES = $(tst_psImage_SOURCES) $(tst_psImageConvolve_SOURCES) \ 103 $(tst_psImageExtraction_SOURCES) $(tst_psImageFFT_SOURCES) \ 104 $(tst_psImageIO_SOURCES) $(tst_psImageInterpolate_SOURCES) \ 105 $(tst_psImageManip_SOURCES) $(tst_psImageStats00_SOURCES) \ 106 $(tst_psImageStats01_SOURCES) $(tst_psImageStats02_SOURCES) \ 107 $(tst_psImageStats03_SOURCES) $(tst_psImageStats04_SOURCES) 108 DIST_SOURCES = $(tst_psImage_SOURCES) $(tst_psImageConvolve_SOURCES) \ 109 $(tst_psImageExtraction_SOURCES) $(tst_psImageFFT_SOURCES) \ 110 $(tst_psImageIO_SOURCES) $(tst_psImageInterpolate_SOURCES) \ 111 $(tst_psImageManip_SOURCES) $(tst_psImageStats00_SOURCES) \ 112 $(tst_psImageStats01_SOURCES) $(tst_psImageStats02_SOURCES) \ 113 $(tst_psImageStats03_SOURCES) $(tst_psImageStats04_SOURCES) 114 ETAGS = etags 115 CTAGS = ctags 116 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 117 ACLOCAL = ${SHELL} /home/desonia/panstarrs/psLib/missing --run aclocal-1.9 118 AMDEP_FALSE = # 119 AMDEP_TRUE = 120 AMTAR = ${SHELL} /home/desonia/panstarrs/psLib/missing --run tar 121 AR = ar 122 AUTOCONF = ${SHELL} /home/desonia/panstarrs/psLib/missing --run autoconf 123 AUTOHEADER = ${SHELL} /home/desonia/panstarrs/psLib/missing --run autoheader 124 AUTOMAKE = ${SHELL} /home/desonia/panstarrs/psLib/missing --run automake-1.9 125 AWK = gawk 126 CC = gcc 127 CCDEPMODE = depmode=gcc3 128 CFLAGS = -g -O2 -g2 -Wall -std=c99 -D_GNU_SOURCE -I/usr/include -I/usr/include/libxml2 129 CONFIG_FILE = /home/desonia/panstarrs/psLib/config/psTime.config 130 CPP = gcc -E 131 CPPFLAGS = 132 CXX = g++ 133 CXXCPP = g++ -E 134 CXXDEPMODE = depmode=gcc3 135 CXXFLAGS = -g -O2 136 CYGPATH_W = echo 137 DEFS = -DHAVE_CONFIG_H 138 DEPDIR = .deps 139 ECHO = echo 140 ECHO_C = 141 ECHO_N = -n 142 ECHO_T = 143 EGREP = grep -E 144 EXEEXT = 145 F77 = g77 146 FFLAGS = -fno-second-underscore -O -fno-f2c 147 GSL_CONFIG = /usr/bin/gsl-config 148 INSTALL_DATA = ${INSTALL} -m 644 149 INSTALL_PROGRAM = ${INSTALL} 150 INSTALL_SCRIPT = ${INSTALL} 151 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s 152 LDFLAGS = 153 LIBOBJS = 154 LIBS = 155 LIBTOOL = $(SHELL) $(top_builddir)/libtool 156 LN_S = ln -s 157 LTLIBOBJS = 158 MAKEINFO = ${SHELL} /home/desonia/panstarrs/psLib/missing --run makeinfo 159 OBJEXT = o 160 PACKAGE = pslib 161 PACKAGE_BUGREPORT = 162 PACKAGE_NAME = 163 PACKAGE_STRING = 164 PACKAGE_TARNAME = 165 PACKAGE_VERSION = 166 PATH_SEPARATOR = : 167 PERL = /usr/bin/perl 168 PSLIB_CFLAGS = -I${prefix}/include 169 PSLIB_LIBS = -L${exec_prefix}/lib -lpslib -lcfitsio -lfftw3f -L/usr/lib64 -lgsl -lgslcblas -lm -lxml2 -lz -lpthread -lm 170 RANLIB = ranlib 171 SET_MAKE = 172 SHELL = /bin/sh 173 STRIP = strip 174 SWIG = /usr/bin/swig 175 VERSION = 1.5 176 XML_CONFIG = /usr/bin/xml2-config 177 ac_ct_AR = ar 178 ac_ct_CC = gcc 179 ac_ct_CXX = g++ 180 ac_ct_F77 = g77 181 ac_ct_RANLIB = ranlib 182 ac_ct_STRIP = strip 183 am__fastdepCC_FALSE = # 184 am__fastdepCC_TRUE = 185 am__fastdepCXX_FALSE = # 186 am__fastdepCXX_TRUE = 187 am__include = include 188 am__leading_dot = . 189 am__quote = 190 am__tar = ${AMTAR} chof - "$$tardir" 191 am__untar = ${AMTAR} xf - 192 bindir = ${exec_prefix}/bin 193 build = x86_64-unknown-linux-gnu 194 build_alias = 195 build_cpu = x86_64 196 build_os = linux-gnu 197 build_vendor = unknown 198 datadir = ${prefix}/share 199 exec_prefix = ${prefix} 200 host = x86_64-unknown-linux-gnu 201 host_alias = 202 host_cpu = x86_64 203 host_os = linux-gnu 204 host_vendor = unknown 205 includedir = ${prefix}/include 206 infodir = ${prefix}/info 207 install_sh = /home/desonia/panstarrs/psLib/install-sh 208 libdir = ${exec_prefix}/lib 209 libexecdir = ${exec_prefix}/libexec 210 localstatedir = ${prefix}/var 211 mandir = ${prefix}/man 212 mkdir_p = mkdir -p -- 213 oldincludedir = /usr/include 214 prefix = /home/desonia/panstarrs/psLib 215 program_transform_name = s,x,x, 216 sbindir = ${exec_prefix}/sbin 217 sharedstatedir = ${prefix}/com 218 sysconfdir = ${prefix}/etc 219 target_alias = 220 221 #Makefile for astronomy functions of psLib 222 # 223 INCLUDES = \ 224 -I$(top_srcdir)/src \ 225 -I$(top_srcdir)/src/astronomy \ 226 -I$(top_srcdir)/src/collections \ 227 -I$(top_srcdir)/src/dataManip \ 228 -I$(top_srcdir)/src/fileUtils \ 229 -I$(top_srcdir)/src/image \ 230 -I$(top_srcdir)/src/sysUtils \ 231 $(all_includes) 232 233 AM_LDFLAGS = -L$(top_srcdir)/src `sh $(top_srcdir)/pslib-config --libs` 234 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest 235 TESTS = \ 236 tst_psImage \ 237 tst_psImageFFT \ 238 tst_psImageManip \ 239 tst_psImageStats00 \ 240 tst_psImageStats01 \ 241 tst_psImageStats02 \ 242 tst_psImageStats03 \ 243 tst_psImageStats04 \ 244 tst_psImageExtraction \ 245 tst_psImageConvolve \ 246 tst_psImageIO \ 247 tst_psImageInterpolate 248 249 tst_psImage_SOURCES = tst_psImage.c 250 tst_psImageFFT_SOURCES = tst_psImageFFT.c 251 tst_psImageManip_SOURCES = tst_psImageManip.c 252 tst_psImageStats00_SOURCES = tst_psImageStats00.c 253 tst_psImageStats01_SOURCES = tst_psImageStats01.c 254 tst_psImageStats02_SOURCES = tst_psImageStats02.c 255 tst_psImageStats03_SOURCES = tst_psImageStats03.c 256 tst_psImageStats04_SOURCES = tst_psImageStats04.c 257 tst_psImageExtraction_SOURCES = tst_psImageExtraction.c 258 tst_psImageConvolve_SOURCES = tst_psImageConvolve.c 259 tst_psImageIO_SOURCES = tst_psImageIO.c 260 tst_psImageInterpolate_SOURCES = tst_psImageInterpolate.c 261 all: all-am 262 263 .SUFFIXES: 264 .SUFFIXES: .c .lo .o .obj 265 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 266 @for dep in $?; do \ 267 case '$(am__configure_deps)' in \ 268 *$$dep*) \ 269 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ 270 && exit 0; \ 271 exit 1;; \ 272 esac; \ 273 done; \ 274 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/image/Makefile'; \ 275 cd $(top_srcdir) && \ 276 $(AUTOMAKE) --gnu test/image/Makefile 277 .PRECIOUS: Makefile 278 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 279 @case '$?' in \ 280 *config.status*) \ 281 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 282 *) \ 283 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 284 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 285 esac; 286 287 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 288 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 289 290 $(top_srcdir)/configure: $(am__configure_deps) 291 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 292 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 293 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 294 295 clean-checkPROGRAMS: 296 @list='$(check_PROGRAMS)'; for p in $$list; do \ 297 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 298 echo " rm -f $$p $$f"; \ 299 rm -f $$p $$f ; \ 300 done 301 tst_psImage$(EXEEXT): $(tst_psImage_OBJECTS) $(tst_psImage_DEPENDENCIES) 302 @rm -f tst_psImage$(EXEEXT) 303 $(LINK) $(tst_psImage_LDFLAGS) $(tst_psImage_OBJECTS) $(tst_psImage_LDADD) $(LIBS) 304 tst_psImageConvolve$(EXEEXT): $(tst_psImageConvolve_OBJECTS) $(tst_psImageConvolve_DEPENDENCIES) 305 @rm -f tst_psImageConvolve$(EXEEXT) 306 $(LINK) $(tst_psImageConvolve_LDFLAGS) $(tst_psImageConvolve_OBJECTS) $(tst_psImageConvolve_LDADD) $(LIBS) 307 tst_psImageExtraction$(EXEEXT): $(tst_psImageExtraction_OBJECTS) $(tst_psImageExtraction_DEPENDENCIES) 308 @rm -f tst_psImageExtraction$(EXEEXT) 309 $(LINK) $(tst_psImageExtraction_LDFLAGS) $(tst_psImageExtraction_OBJECTS) $(tst_psImageExtraction_LDADD) $(LIBS) 310 tst_psImageFFT$(EXEEXT): $(tst_psImageFFT_OBJECTS) $(tst_psImageFFT_DEPENDENCIES) 311 @rm -f tst_psImageFFT$(EXEEXT) 312 $(LINK) $(tst_psImageFFT_LDFLAGS) $(tst_psImageFFT_OBJECTS) $(tst_psImageFFT_LDADD) $(LIBS) 313 tst_psImageIO$(EXEEXT): $(tst_psImageIO_OBJECTS) $(tst_psImageIO_DEPENDENCIES) 314 @rm -f tst_psImageIO$(EXEEXT) 315 $(LINK) $(tst_psImageIO_LDFLAGS) $(tst_psImageIO_OBJECTS) $(tst_psImageIO_LDADD) $(LIBS) 316 tst_psImageInterpolate$(EXEEXT): $(tst_psImageInterpolate_OBJECTS) $(tst_psImageInterpolate_DEPENDENCIES) 317 @rm -f tst_psImageInterpolate$(EXEEXT) 318 $(LINK) $(tst_psImageInterpolate_LDFLAGS) $(tst_psImageInterpolate_OBJECTS) $(tst_psImageInterpolate_LDADD) $(LIBS) 319 tst_psImageManip$(EXEEXT): $(tst_psImageManip_OBJECTS) $(tst_psImageManip_DEPENDENCIES) 320 @rm -f tst_psImageManip$(EXEEXT) 321 $(LINK) $(tst_psImageManip_LDFLAGS) $(tst_psImageManip_OBJECTS) $(tst_psImageManip_LDADD) $(LIBS) 322 tst_psImageStats00$(EXEEXT): $(tst_psImageStats00_OBJECTS) $(tst_psImageStats00_DEPENDENCIES) 323 @rm -f tst_psImageStats00$(EXEEXT) 324 $(LINK) $(tst_psImageStats00_LDFLAGS) $(tst_psImageStats00_OBJECTS) $(tst_psImageStats00_LDADD) $(LIBS) 325 tst_psImageStats01$(EXEEXT): $(tst_psImageStats01_OBJECTS) $(tst_psImageStats01_DEPENDENCIES) 326 @rm -f tst_psImageStats01$(EXEEXT) 327 $(LINK) $(tst_psImageStats01_LDFLAGS) $(tst_psImageStats01_OBJECTS) $(tst_psImageStats01_LDADD) $(LIBS) 328 tst_psImageStats02$(EXEEXT): $(tst_psImageStats02_OBJECTS) $(tst_psImageStats02_DEPENDENCIES) 329 @rm -f tst_psImageStats02$(EXEEXT) 330 $(LINK) $(tst_psImageStats02_LDFLAGS) $(tst_psImageStats02_OBJECTS) $(tst_psImageStats02_LDADD) $(LIBS) 331 tst_psImageStats03$(EXEEXT): $(tst_psImageStats03_OBJECTS) $(tst_psImageStats03_DEPENDENCIES) 332 @rm -f tst_psImageStats03$(EXEEXT) 333 $(LINK) $(tst_psImageStats03_LDFLAGS) $(tst_psImageStats03_OBJECTS) $(tst_psImageStats03_LDADD) $(LIBS) 334 tst_psImageStats04$(EXEEXT): $(tst_psImageStats04_OBJECTS) $(tst_psImageStats04_DEPENDENCIES) 335 @rm -f tst_psImageStats04$(EXEEXT) 336 $(LINK) $(tst_psImageStats04_LDFLAGS) $(tst_psImageStats04_OBJECTS) $(tst_psImageStats04_LDADD) $(LIBS) 337 338 mostlyclean-compile: 339 -rm -f *.$(OBJEXT) 340 341 distclean-compile: 342 -rm -f *.tab.c 343 344 include ./$(DEPDIR)/tst_psImage.Po 345 include ./$(DEPDIR)/tst_psImageConvolve.Po 346 include ./$(DEPDIR)/tst_psImageExtraction.Po 347 include ./$(DEPDIR)/tst_psImageFFT.Po 348 include ./$(DEPDIR)/tst_psImageIO.Po 349 include ./$(DEPDIR)/tst_psImageInterpolate.Po 350 include ./$(DEPDIR)/tst_psImageManip.Po 351 include ./$(DEPDIR)/tst_psImageStats00.Po 352 include ./$(DEPDIR)/tst_psImageStats01.Po 353 include ./$(DEPDIR)/tst_psImageStats02.Po 354 include ./$(DEPDIR)/tst_psImageStats03.Po 355 include ./$(DEPDIR)/tst_psImageStats04.Po 356 357 .c.o: 358 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 359 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 360 # source='$<' object='$@' libtool=no \ 361 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 362 # $(COMPILE) -c $< 363 364 .c.obj: 365 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ 366 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 367 # source='$<' object='$@' libtool=no \ 368 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 369 # $(COMPILE) -c `$(CYGPATH_W) '$<'` 370 371 .c.lo: 372 if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ 373 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi 374 # source='$<' object='$@' libtool=yes \ 375 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ 376 # $(LTCOMPILE) -c -o $@ $< 377 378 mostlyclean-libtool: 379 -rm -f *.lo 380 381 clean-libtool: 382 -rm -rf .libs _libs 383 384 distclean-libtool: 385 -rm -f libtool 386 uninstall-info-am: 387 388 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 389 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 390 unique=`for i in $$list; do \ 391 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 392 done | \ 393 $(AWK) ' { files[$$0] = 1; } \ 394 END { for (i in files) print i; }'`; \ 395 mkid -fID $$unique 396 tags: TAGS 397 398 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 399 $(TAGS_FILES) $(LISP) 400 tags=; \ 401 here=`pwd`; \ 402 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 403 unique=`for i in $$list; do \ 404 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 405 done | \ 406 $(AWK) ' { files[$$0] = 1; } \ 407 END { for (i in files) print i; }'`; \ 408 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 409 test -n "$$unique" || unique=$$empty_fix; \ 410 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 411 $$tags $$unique; \ 412 fi 413 ctags: CTAGS 414 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 415 $(TAGS_FILES) $(LISP) 416 tags=; \ 417 here=`pwd`; \ 418 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 419 unique=`for i in $$list; do \ 420 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 421 done | \ 422 $(AWK) ' { files[$$0] = 1; } \ 423 END { for (i in files) print i; }'`; \ 424 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 425 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 426 $$tags $$unique 427 428 GTAGS: 429 here=`$(am__cd) $(top_builddir) && pwd` \ 430 && cd $(top_srcdir) \ 431 && gtags -i $(GTAGS_ARGS) $$here 432 433 distclean-tags: 434 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 435 436 check-TESTS: $(TESTS) 437 @failed=0; all=0; xfail=0; xpass=0; skip=0; \ 438 srcdir=$(srcdir); export srcdir; \ 439 list='$(TESTS)'; \ 440 if test -n "$$list"; then \ 441 for tst in $$list; do \ 442 if test -f ./$$tst; then dir=./; \ 443 elif test -f $$tst; then dir=; \ 444 else dir="$(srcdir)/"; fi; \ 445 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ 446 all=`expr $$all + 1`; \ 447 case " $(XFAIL_TESTS) " in \ 448 *" $$tst "*) \ 449 xpass=`expr $$xpass + 1`; \ 450 failed=`expr $$failed + 1`; \ 451 echo "XPASS: $$tst"; \ 452 ;; \ 453 *) \ 454 echo "PASS: $$tst"; \ 455 ;; \ 456 esac; \ 457 elif test $$? -ne 77; then \ 458 all=`expr $$all + 1`; \ 459 case " $(XFAIL_TESTS) " in \ 460 *" $$tst "*) \ 461 xfail=`expr $$xfail + 1`; \ 462 echo "XFAIL: $$tst"; \ 463 ;; \ 464 *) \ 465 failed=`expr $$failed + 1`; \ 466 echo "FAIL: $$tst"; \ 467 ;; \ 468 esac; \ 469 else \ 470 skip=`expr $$skip + 1`; \ 471 echo "SKIP: $$tst"; \ 472 fi; \ 473 done; \ 474 if test "$$failed" -eq 0; then \ 475 if test "$$xfail" -eq 0; then \ 476 banner="All $$all tests passed"; \ 477 else \ 478 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \ 479 fi; \ 480 else \ 481 if test "$$xpass" -eq 0; then \ 482 banner="$$failed of $$all tests failed"; \ 483 else \ 484 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \ 485 fi; \ 486 fi; \ 487 dashes="$$banner"; \ 488 skipped=""; \ 489 if test "$$skip" -ne 0; then \ 490 skipped="($$skip tests were not run)"; \ 491 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \ 492 dashes="$$skipped"; \ 493 fi; \ 494 report=""; \ 495 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ 496 report="Please report to $(PACKAGE_BUGREPORT)"; \ 497 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \ 498 dashes="$$report"; \ 499 fi; \ 500 dashes=`echo "$$dashes" | sed s/./=/g`; \ 501 echo "$$dashes"; \ 502 echo "$$banner"; \ 503 test -z "$$skipped" || echo "$$skipped"; \ 504 test -z "$$report" || echo "$$report"; \ 505 echo "$$dashes"; \ 506 test "$$failed" -eq 0; \ 507 else :; fi 508 509 distdir: $(DISTFILES) 510 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 511 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 512 list='$(DISTFILES)'; for file in $$list; do \ 513 case $$file in \ 514 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 515 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 516 esac; \ 517 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 518 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 519 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 520 dir="/$$dir"; \ 521 $(mkdir_p) "$(distdir)$$dir"; \ 522 else \ 523 dir=''; \ 524 fi; \ 525 if test -d $$d/$$file; then \ 526 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 527 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 528 fi; \ 529 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 530 else \ 531 test -f $(distdir)/$$file \ 532 || cp -p $$d/$$file $(distdir)/$$file \ 533 || exit 1; \ 534 fi; \ 535 done 536 check-am: all-am 537 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 538 $(MAKE) $(AM_MAKEFLAGS) check-TESTS 539 check: check-am 540 all-am: Makefile 541 installdirs: 542 install: install-am 543 install-exec: install-exec-am 544 install-data: install-data-am 545 uninstall: uninstall-am 546 547 install-am: all-am 548 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 549 550 installcheck: installcheck-am 551 install-strip: 552 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 553 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 554 `test -z '$(STRIP)' || \ 555 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 556 mostlyclean-generic: 557 558 clean-generic: 559 560 distclean-generic: 561 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 562 563 maintainer-clean-generic: 564 @echo "This command is intended for maintainers to use" 565 @echo "it deletes files that may require special tools to rebuild." 566 clean: clean-am 567 568 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ 569 mostlyclean-am 570 571 distclean: distclean-am 572 -rm -rf ./$(DEPDIR) 573 -rm -f Makefile 574 distclean-am: clean-am distclean-compile distclean-generic \ 575 distclean-libtool distclean-tags 576 577 dvi: dvi-am 578 579 dvi-am: 580 581 html: html-am 582 583 info: info-am 584 585 info-am: 586 587 install-data-am: 588 589 install-exec-am: 590 591 install-info: install-info-am 592 593 install-man: 594 595 installcheck-am: 596 597 maintainer-clean: maintainer-clean-am 598 -rm -rf ./$(DEPDIR) 599 -rm -f Makefile 600 maintainer-clean-am: distclean-am maintainer-clean-generic 601 602 mostlyclean: mostlyclean-am 603 604 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 605 mostlyclean-libtool 606 607 pdf: pdf-am 608 609 pdf-am: 610 611 ps: ps-am 612 613 ps-am: 614 615 uninstall-am: uninstall-info-am 616 617 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \ 618 clean-checkPROGRAMS clean-generic clean-libtool ctags \ 619 distclean distclean-compile distclean-generic \ 620 distclean-libtool distclean-tags distdir dvi dvi-am html \ 621 html-am info info-am install install-am install-data \ 622 install-data-am install-exec install-exec-am install-info \ 623 install-info-am install-man install-strip installcheck \ 624 installcheck-am installdirs maintainer-clean \ 625 maintainer-clean-generic mostlyclean mostlyclean-compile \ 626 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 627 tags uninstall uninstall-am uninstall-info-am 628 629 tests: $(TESTS) 630 # Tell versions [3.59,3.63) of GNU make to not export all variables. 631 # Otherwise a system limit (for SysV at least) may be exceeded. 632 .NOEXPORT:
Note:
See TracChangeset
for help on using the changeset viewer.
