IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2005, 2:54:13 PM (21 years ago)
Author:
desonia
Message:

Added SWIG and autoconf.

File:
1 edited

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
     16SOURCES = $(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
     18srcdir = .
     19top_srcdir = ../..
     20
     21pkgdatadir = $(datadir)/pslib
     22pkglibdir = $(libdir)/pslib
     23pkgincludedir = $(includedir)/pslib
     24top_builddir = ../..
     25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
     26INSTALL = /usr/bin/install -c
     27install_sh_DATA = $(install_sh) -c -m 644
     28install_sh_PROGRAM = $(install_sh) -c
     29install_sh_SCRIPT = $(install_sh) -c
     30INSTALL_HEADER = $(INSTALL_DATA)
     31transform = $(program_transform_name)
     32NORMAL_INSTALL = :
     33PRE_INSTALL = :
     34POST_INSTALL = :
     35NORMAL_UNINSTALL = :
     36PRE_UNINSTALL = :
     37POST_UNINSTALL = :
     38build_triplet = x86_64-unknown-linux-gnu
     39host_triplet = x86_64-unknown-linux-gnu
     40check_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)
     46subdir = test/image
     47DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
     48ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     49am__aclocal_m4_deps = $(top_srcdir)/configure.in
     50am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     51        $(ACLOCAL_M4)
     52mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
     53CONFIG_HEADER = $(top_builddir)/src/config.h
     54CONFIG_CLEAN_FILES =
     55am_tst_psImage_OBJECTS = tst_psImage.$(OBJEXT)
     56tst_psImage_OBJECTS = $(am_tst_psImage_OBJECTS)
     57tst_psImage_LDADD = $(LDADD)
     58am_tst_psImageConvolve_OBJECTS = tst_psImageConvolve.$(OBJEXT)
     59tst_psImageConvolve_OBJECTS = $(am_tst_psImageConvolve_OBJECTS)
     60tst_psImageConvolve_LDADD = $(LDADD)
     61am_tst_psImageExtraction_OBJECTS = tst_psImageExtraction.$(OBJEXT)
     62tst_psImageExtraction_OBJECTS = $(am_tst_psImageExtraction_OBJECTS)
     63tst_psImageExtraction_LDADD = $(LDADD)
     64am_tst_psImageFFT_OBJECTS = tst_psImageFFT.$(OBJEXT)
     65tst_psImageFFT_OBJECTS = $(am_tst_psImageFFT_OBJECTS)
     66tst_psImageFFT_LDADD = $(LDADD)
     67am_tst_psImageIO_OBJECTS = tst_psImageIO.$(OBJEXT)
     68tst_psImageIO_OBJECTS = $(am_tst_psImageIO_OBJECTS)
     69tst_psImageIO_LDADD = $(LDADD)
     70am_tst_psImageInterpolate_OBJECTS = tst_psImageInterpolate.$(OBJEXT)
     71tst_psImageInterpolate_OBJECTS = $(am_tst_psImageInterpolate_OBJECTS)
     72tst_psImageInterpolate_LDADD = $(LDADD)
     73am_tst_psImageManip_OBJECTS = tst_psImageManip.$(OBJEXT)
     74tst_psImageManip_OBJECTS = $(am_tst_psImageManip_OBJECTS)
     75tst_psImageManip_LDADD = $(LDADD)
     76am_tst_psImageStats00_OBJECTS = tst_psImageStats00.$(OBJEXT)
     77tst_psImageStats00_OBJECTS = $(am_tst_psImageStats00_OBJECTS)
     78tst_psImageStats00_LDADD = $(LDADD)
     79am_tst_psImageStats01_OBJECTS = tst_psImageStats01.$(OBJEXT)
     80tst_psImageStats01_OBJECTS = $(am_tst_psImageStats01_OBJECTS)
     81tst_psImageStats01_LDADD = $(LDADD)
     82am_tst_psImageStats02_OBJECTS = tst_psImageStats02.$(OBJEXT)
     83tst_psImageStats02_OBJECTS = $(am_tst_psImageStats02_OBJECTS)
     84tst_psImageStats02_LDADD = $(LDADD)
     85am_tst_psImageStats03_OBJECTS = tst_psImageStats03.$(OBJEXT)
     86tst_psImageStats03_OBJECTS = $(am_tst_psImageStats03_OBJECTS)
     87tst_psImageStats03_LDADD = $(LDADD)
     88am_tst_psImageStats04_OBJECTS = tst_psImageStats04.$(OBJEXT)
     89tst_psImageStats04_OBJECTS = $(am_tst_psImageStats04_OBJECTS)
     90tst_psImageStats04_LDADD = $(LDADD)
     91DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
     92depcomp = $(SHELL) $(top_srcdir)/depcomp
     93am__depfiles_maybe = depfiles
     94COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
     95        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     96LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
     97        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
     98        $(AM_CFLAGS) $(CFLAGS)
     99CCLD = $(CC)
     100LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
     101        $(AM_LDFLAGS) $(LDFLAGS) -o $@
     102SOURCES = $(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)
     108DIST_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)
     114ETAGS = etags
     115CTAGS = ctags
     116DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     117ACLOCAL = ${SHELL} /home/desonia/panstarrs/psLib/missing --run aclocal-1.9
     118AMDEP_FALSE = #
     119AMDEP_TRUE =
     120AMTAR = ${SHELL} /home/desonia/panstarrs/psLib/missing --run tar
     121AR = ar
     122AUTOCONF = ${SHELL} /home/desonia/panstarrs/psLib/missing --run autoconf
     123AUTOHEADER = ${SHELL} /home/desonia/panstarrs/psLib/missing --run autoheader
     124AUTOMAKE = ${SHELL} /home/desonia/panstarrs/psLib/missing --run automake-1.9
     125AWK = gawk
     126CC = gcc
     127CCDEPMODE = depmode=gcc3
     128CFLAGS = -g -O2 -g2 -Wall -std=c99 -D_GNU_SOURCE   -I/usr/include -I/usr/include/libxml2
     129CONFIG_FILE = /home/desonia/panstarrs/psLib/config/psTime.config
     130CPP = gcc -E
     131CPPFLAGS =
     132CXX = g++
     133CXXCPP = g++ -E
     134CXXDEPMODE = depmode=gcc3
     135CXXFLAGS = -g -O2
     136CYGPATH_W = echo
     137DEFS = -DHAVE_CONFIG_H
     138DEPDIR = .deps
     139ECHO = echo
     140ECHO_C =
     141ECHO_N = -n
     142ECHO_T =
     143EGREP = grep -E
     144EXEEXT =
     145F77 = g77
     146FFLAGS = -fno-second-underscore -O -fno-f2c
     147GSL_CONFIG = /usr/bin/gsl-config
     148INSTALL_DATA = ${INSTALL} -m 644
     149INSTALL_PROGRAM = ${INSTALL}
     150INSTALL_SCRIPT = ${INSTALL}
     151INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
     152LDFLAGS =
     153LIBOBJS =
     154LIBS =
     155LIBTOOL = $(SHELL) $(top_builddir)/libtool
     156LN_S = ln -s
     157LTLIBOBJS =
     158MAKEINFO = ${SHELL} /home/desonia/panstarrs/psLib/missing --run makeinfo
     159OBJEXT = o
     160PACKAGE = pslib
     161PACKAGE_BUGREPORT =
     162PACKAGE_NAME =
     163PACKAGE_STRING =
     164PACKAGE_TARNAME =
     165PACKAGE_VERSION =
     166PATH_SEPARATOR = :
     167PERL = /usr/bin/perl
     168PSLIB_CFLAGS = -I${prefix}/include
     169PSLIB_LIBS = -L${exec_prefix}/lib -lpslib   -lcfitsio  -lfftw3f -L/usr/lib64 -lgsl -lgslcblas -lm -lxml2 -lz -lpthread -lm
     170RANLIB = ranlib
     171SET_MAKE =
     172SHELL = /bin/sh
     173STRIP = strip
     174SWIG = /usr/bin/swig
     175VERSION = 1.5
     176XML_CONFIG = /usr/bin/xml2-config
     177ac_ct_AR = ar
     178ac_ct_CC = gcc
     179ac_ct_CXX = g++
     180ac_ct_F77 = g77
     181ac_ct_RANLIB = ranlib
     182ac_ct_STRIP = strip
     183am__fastdepCC_FALSE = #
     184am__fastdepCC_TRUE =
     185am__fastdepCXX_FALSE = #
     186am__fastdepCXX_TRUE =
     187am__include = include
     188am__leading_dot = .
     189am__quote =
     190am__tar = ${AMTAR} chof - "$$tardir"
     191am__untar = ${AMTAR} xf -
     192bindir = ${exec_prefix}/bin
     193build = x86_64-unknown-linux-gnu
     194build_alias =
     195build_cpu = x86_64
     196build_os = linux-gnu
     197build_vendor = unknown
     198datadir = ${prefix}/share
     199exec_prefix = ${prefix}
     200host = x86_64-unknown-linux-gnu
     201host_alias =
     202host_cpu = x86_64
     203host_os = linux-gnu
     204host_vendor = unknown
     205includedir = ${prefix}/include
     206infodir = ${prefix}/info
     207install_sh = /home/desonia/panstarrs/psLib/install-sh
     208libdir = ${exec_prefix}/lib
     209libexecdir = ${exec_prefix}/libexec
     210localstatedir = ${prefix}/var
     211mandir = ${prefix}/man
     212mkdir_p = mkdir -p --
     213oldincludedir = /usr/include
     214prefix = /home/desonia/panstarrs/psLib
     215program_transform_name = s,x,x,
     216sbindir = ${exec_prefix}/sbin
     217sharedstatedir = ${prefix}/com
     218sysconfdir = ${prefix}/etc
     219target_alias =
     220
     221#Makefile for astronomy functions of psLib
     222#
     223INCLUDES = \
     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
     233AM_LDFLAGS = -L$(top_srcdir)/src `sh $(top_srcdir)/pslib-config --libs`
     234TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest
     235TESTS = \
     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
     249tst_psImage_SOURCES = tst_psImage.c
     250tst_psImageFFT_SOURCES = tst_psImageFFT.c
     251tst_psImageManip_SOURCES = tst_psImageManip.c
     252tst_psImageStats00_SOURCES = tst_psImageStats00.c
     253tst_psImageStats01_SOURCES = tst_psImageStats01.c
     254tst_psImageStats02_SOURCES = tst_psImageStats02.c
     255tst_psImageStats03_SOURCES = tst_psImageStats03.c
     256tst_psImageStats04_SOURCES = tst_psImageStats04.c
     257tst_psImageExtraction_SOURCES = tst_psImageExtraction.c
     258tst_psImageConvolve_SOURCES = tst_psImageConvolve.c
     259tst_psImageIO_SOURCES = tst_psImageIO.c
     260tst_psImageInterpolate_SOURCES = tst_psImageInterpolate.c
     261all: 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
     278Makefile: $(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
     295clean-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
     301tst_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)
     304tst_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)
     307tst_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)
     310tst_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)
     313tst_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)
     316tst_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)
     319tst_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)
     322tst_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)
     325tst_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)
     328tst_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)
     331tst_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)
     334tst_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
     338mostlyclean-compile:
     339        -rm -f *.$(OBJEXT)
     340
     341distclean-compile:
     342        -rm -f *.tab.c
     343
     344include ./$(DEPDIR)/tst_psImage.Po
     345include ./$(DEPDIR)/tst_psImageConvolve.Po
     346include ./$(DEPDIR)/tst_psImageExtraction.Po
     347include ./$(DEPDIR)/tst_psImageFFT.Po
     348include ./$(DEPDIR)/tst_psImageIO.Po
     349include ./$(DEPDIR)/tst_psImageInterpolate.Po
     350include ./$(DEPDIR)/tst_psImageManip.Po
     351include ./$(DEPDIR)/tst_psImageStats00.Po
     352include ./$(DEPDIR)/tst_psImageStats01.Po
     353include ./$(DEPDIR)/tst_psImageStats02.Po
     354include ./$(DEPDIR)/tst_psImageStats03.Po
     355include ./$(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
     378mostlyclean-libtool:
     379        -rm -f *.lo
     380
     381clean-libtool:
     382        -rm -rf .libs _libs
     383
     384distclean-libtool:
     385        -rm -f libtool
     386uninstall-info-am:
     387
     388ID: $(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
     396tags: TAGS
     397
     398TAGS:  $(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
     413ctags: CTAGS
     414CTAGS:  $(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
     428GTAGS:
     429        here=`$(am__cd) $(top_builddir) && pwd` \
     430          && cd $(top_srcdir) \
     431          && gtags -i $(GTAGS_ARGS) $$here
     432
     433distclean-tags:
     434        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
     435
     436check-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
     509distdir: $(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
     536check-am: all-am
     537        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
     538        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
     539check: check-am
     540all-am: Makefile
     541installdirs:
     542install: install-am
     543install-exec: install-exec-am
     544install-data: install-data-am
     545uninstall: uninstall-am
     546
     547install-am: all-am
     548        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
     549
     550installcheck: installcheck-am
     551install-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
     556mostlyclean-generic:
     557
     558clean-generic:
     559
     560distclean-generic:
     561        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
     562
     563maintainer-clean-generic:
     564        @echo "This command is intended for maintainers to use"
     565        @echo "it deletes files that may require special tools to rebuild."
     566clean: clean-am
     567
     568clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
     569        mostlyclean-am
     570
     571distclean: distclean-am
     572        -rm -rf ./$(DEPDIR)
     573        -rm -f Makefile
     574distclean-am: clean-am distclean-compile distclean-generic \
     575        distclean-libtool distclean-tags
     576
     577dvi: dvi-am
     578
     579dvi-am:
     580
     581html: html-am
     582
     583info: info-am
     584
     585info-am:
     586
     587install-data-am:
     588
     589install-exec-am:
     590
     591install-info: install-info-am
     592
     593install-man:
     594
     595installcheck-am:
     596
     597maintainer-clean: maintainer-clean-am
     598        -rm -rf ./$(DEPDIR)
     599        -rm -f Makefile
     600maintainer-clean-am: distclean-am maintainer-clean-generic
     601
     602mostlyclean: mostlyclean-am
     603
     604mostlyclean-am: mostlyclean-compile mostlyclean-generic \
     605        mostlyclean-libtool
     606
     607pdf: pdf-am
     608
     609pdf-am:
     610
     611ps: ps-am
     612
     613ps-am:
     614
     615uninstall-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
     629tests: $(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.