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/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
     16SOURCES = $(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
     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_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)
     62subdir = test/dataManip
     63DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
     64ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
     65am__aclocal_m4_deps = $(top_srcdir)/configure.in
     66am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
     67        $(ACLOCAL_M4)
     68mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
     69CONFIG_HEADER = $(top_builddir)/src/config.h
     70CONFIG_CLEAN_FILES =
     71am_tst_psFunc00_OBJECTS = tst_psFunc00.$(OBJEXT)
     72tst_psFunc00_OBJECTS = $(am_tst_psFunc00_OBJECTS)
     73tst_psFunc00_LDADD = $(LDADD)
     74am_tst_psFunc01_OBJECTS = tst_psFunc01.$(OBJEXT)
     75tst_psFunc01_OBJECTS = $(am_tst_psFunc01_OBJECTS)
     76tst_psFunc01_LDADD = $(LDADD)
     77am_tst_psFunc02_OBJECTS = tst_psFunc02.$(OBJEXT)
     78tst_psFunc02_OBJECTS = $(am_tst_psFunc02_OBJECTS)
     79tst_psFunc02_LDADD = $(LDADD)
     80am_tst_psFunc03_OBJECTS = tst_psFunc03.$(OBJEXT)
     81tst_psFunc03_OBJECTS = $(am_tst_psFunc03_OBJECTS)
     82tst_psFunc03_LDADD = $(LDADD)
     83am_tst_psFunc04_OBJECTS = tst_psFunc04.$(OBJEXT)
     84tst_psFunc04_OBJECTS = $(am_tst_psFunc04_OBJECTS)
     85tst_psFunc04_LDADD = $(LDADD)
     86am_tst_psFunc05_OBJECTS = tst_psFunc05.$(OBJEXT)
     87tst_psFunc05_OBJECTS = $(am_tst_psFunc05_OBJECTS)
     88tst_psFunc05_LDADD = $(LDADD)
     89am_tst_psFunc07_OBJECTS = tst_psFunc07.$(OBJEXT)
     90tst_psFunc07_OBJECTS = $(am_tst_psFunc07_OBJECTS)
     91tst_psFunc07_LDADD = $(LDADD)
     92am_tst_psHist00_OBJECTS = tst_psHist00.$(OBJEXT)
     93tst_psHist00_OBJECTS = $(am_tst_psHist00_OBJECTS)
     94tst_psHist00_LDADD = $(LDADD)
     95am_tst_psHist01_OBJECTS = tst_psHist01.$(OBJEXT)
     96tst_psHist01_OBJECTS = $(am_tst_psHist01_OBJECTS)
     97tst_psHist01_LDADD = $(LDADD)
     98am_tst_psHist02_OBJECTS = tst_psHist02.$(OBJEXT)
     99tst_psHist02_OBJECTS = $(am_tst_psHist02_OBJECTS)
     100tst_psHist02_LDADD = $(LDADD)
     101am_tst_psHist03_OBJECTS = tst_psHist03.$(OBJEXT)
     102tst_psHist03_OBJECTS = $(am_tst_psHist03_OBJECTS)
     103tst_psHist03_LDADD = $(LDADD)
     104am_tst_psMatrix01_OBJECTS = tst_psMatrix01.$(OBJEXT)
     105tst_psMatrix01_OBJECTS = $(am_tst_psMatrix01_OBJECTS)
     106tst_psMatrix01_LDADD = $(LDADD)
     107am_tst_psMatrix02_OBJECTS = tst_psMatrix02.$(OBJEXT)
     108tst_psMatrix02_OBJECTS = $(am_tst_psMatrix02_OBJECTS)
     109tst_psMatrix02_LDADD = $(LDADD)
     110am_tst_psMatrix03_OBJECTS = tst_psMatrix03.$(OBJEXT)
     111tst_psMatrix03_OBJECTS = $(am_tst_psMatrix03_OBJECTS)
     112tst_psMatrix03_LDADD = $(LDADD)
     113am_tst_psMatrix04_OBJECTS = tst_psMatrix04.$(OBJEXT)
     114tst_psMatrix04_OBJECTS = $(am_tst_psMatrix04_OBJECTS)
     115tst_psMatrix04_LDADD = $(LDADD)
     116am_tst_psMatrix05_OBJECTS = tst_psMatrix05.$(OBJEXT)
     117tst_psMatrix05_OBJECTS = $(am_tst_psMatrix05_OBJECTS)
     118tst_psMatrix05_LDADD = $(LDADD)
     119am_tst_psMatrix06_OBJECTS = tst_psMatrix06.$(OBJEXT)
     120tst_psMatrix06_OBJECTS = $(am_tst_psMatrix06_OBJECTS)
     121tst_psMatrix06_LDADD = $(LDADD)
     122am_tst_psMatrix07_OBJECTS = tst_psMatrix07.$(OBJEXT)
     123tst_psMatrix07_OBJECTS = $(am_tst_psMatrix07_OBJECTS)
     124tst_psMatrix07_LDADD = $(LDADD)
     125am_tst_psMatrixVectorArithmetic01_OBJECTS =  \
     126        tst_psMatrixVectorArithmetic01.$(OBJEXT)
     127tst_psMatrixVectorArithmetic01_OBJECTS =  \
     128        $(am_tst_psMatrixVectorArithmetic01_OBJECTS)
     129tst_psMatrixVectorArithmetic01_LDADD = $(LDADD)
     130am_tst_psMatrixVectorArithmetic02_OBJECTS =  \
     131        tst_psMatrixVectorArithmetic02.$(OBJEXT)
     132tst_psMatrixVectorArithmetic02_OBJECTS =  \
     133        $(am_tst_psMatrixVectorArithmetic02_OBJECTS)
     134tst_psMatrixVectorArithmetic02_LDADD = $(LDADD)
     135am_tst_psMatrixVectorArithmetic03_OBJECTS =  \
     136        tst_psMatrixVectorArithmetic03.$(OBJEXT)
     137tst_psMatrixVectorArithmetic03_OBJECTS =  \
     138        $(am_tst_psMatrixVectorArithmetic03_OBJECTS)
     139tst_psMatrixVectorArithmetic03_LDADD = $(LDADD)
     140am_tst_psMatrixVectorArithmetic04_OBJECTS =  \
     141        tst_psMatrixVectorArithmetic04.$(OBJEXT)
     142tst_psMatrixVectorArithmetic04_OBJECTS =  \
     143        $(am_tst_psMatrixVectorArithmetic04_OBJECTS)
     144tst_psMatrixVectorArithmetic04_LDADD = $(LDADD)
     145am_tst_psMinimize04_OBJECTS = tst_psMinimize04.$(OBJEXT)
     146tst_psMinimize04_OBJECTS = $(am_tst_psMinimize04_OBJECTS)
     147tst_psMinimize04_LDADD = $(LDADD)
     148am_tst_psMinimize04_F32_OBJECTS = tst_psMinimize04.$(OBJEXT)
     149tst_psMinimize04_F32_OBJECTS = $(am_tst_psMinimize04_F32_OBJECTS)
     150tst_psMinimize04_F32_LDADD = $(LDADD)
     151am_tst_psMinimize04b_OBJECTS = tst_psMinimize04b.$(OBJEXT)
     152tst_psMinimize04b_OBJECTS = $(am_tst_psMinimize04b_OBJECTS)
     153tst_psMinimize04b_LDADD = $(LDADD)
     154am_tst_psMinimize04b_F32_OBJECTS = tst_psMinimize04b.$(OBJEXT)
     155tst_psMinimize04b_F32_OBJECTS = $(am_tst_psMinimize04b_F32_OBJECTS)
     156tst_psMinimize04b_F32_LDADD = $(LDADD)
     157am_tst_psMinimize05_OBJECTS = tst_psMinimize05.$(OBJEXT)
     158tst_psMinimize05_OBJECTS = $(am_tst_psMinimize05_OBJECTS)
     159tst_psMinimize05_LDADD = $(LDADD)
     160am_tst_psMinimize06_OBJECTS = tst_psMinimize06.$(OBJEXT)
     161tst_psMinimize06_OBJECTS = $(am_tst_psMinimize06_OBJECTS)
     162tst_psMinimize06_LDADD = $(LDADD)
     163am_tst_psMinimize07_OBJECTS = tst_psMinimize07.$(OBJEXT)
     164tst_psMinimize07_OBJECTS = $(am_tst_psMinimize07_OBJECTS)
     165tst_psMinimize07_LDADD = $(LDADD)
     166am_tst_psRandom_OBJECTS = tst_psRandom.$(OBJEXT)
     167tst_psRandom_OBJECTS = $(am_tst_psRandom_OBJECTS)
     168tst_psRandom_LDADD = $(LDADD)
     169am_tst_psStats00_OBJECTS = tst_psStats00.$(OBJEXT)
     170tst_psStats00_OBJECTS = $(am_tst_psStats00_OBJECTS)
     171tst_psStats00_LDADD = $(LDADD)
     172am_tst_psStats01_OBJECTS = tst_psStats01.$(OBJEXT)
     173tst_psStats01_OBJECTS = $(am_tst_psStats01_OBJECTS)
     174tst_psStats01_LDADD = $(LDADD)
     175am_tst_psStats02_OBJECTS = tst_psStats02.$(OBJEXT)
     176tst_psStats02_OBJECTS = $(am_tst_psStats02_OBJECTS)
     177tst_psStats02_LDADD = $(LDADD)
     178am_tst_psStats03_OBJECTS = tst_psStats03.$(OBJEXT)
     179tst_psStats03_OBJECTS = $(am_tst_psStats03_OBJECTS)
     180tst_psStats03_LDADD = $(LDADD)
     181am_tst_psStats05_OBJECTS = tst_psStats05.$(OBJEXT)
     182tst_psStats05_OBJECTS = $(am_tst_psStats05_OBJECTS)
     183tst_psStats05_LDADD = $(LDADD)
     184am_tst_psStats06_OBJECTS = tst_psStats06.$(OBJEXT)
     185tst_psStats06_OBJECTS = $(am_tst_psStats06_OBJECTS)
     186tst_psStats06_LDADD = $(LDADD)
     187am_tst_psStats07_OBJECTS = tst_psStats07.$(OBJEXT)
     188tst_psStats07_OBJECTS = $(am_tst_psStats07_OBJECTS)
     189tst_psStats07_LDADD = $(LDADD)
     190am_tst_psStats08_OBJECTS = tst_psStats08.$(OBJEXT)
     191tst_psStats08_OBJECTS = $(am_tst_psStats08_OBJECTS)
     192tst_psStats08_LDADD = $(LDADD)
     193am_tst_psStats09_OBJECTS = tst_psStats09.$(OBJEXT)
     194tst_psStats09_OBJECTS = $(am_tst_psStats09_OBJECTS)
     195tst_psStats09_LDADD = $(LDADD)
     196am_tst_psVectorFFT_OBJECTS = tst_psVectorFFT.$(OBJEXT)
     197tst_psVectorFFT_OBJECTS = $(am_tst_psVectorFFT_OBJECTS)
     198tst_psVectorFFT_LDADD = $(LDADD)
     199DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
     200depcomp = $(SHELL) $(top_srcdir)/depcomp
     201am__depfiles_maybe = depfiles
     202COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
     203        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
     204LTCOMPILE = $(LIBTOOL) --mode=compile --tag=CC $(CC) $(DEFS) \
     205        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
     206        $(AM_CFLAGS) $(CFLAGS)
     207CCLD = $(CC)
     208LINK = $(LIBTOOL) --mode=link --tag=CC $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
     209        $(AM_LDFLAGS) $(LDFLAGS) -o $@
     210SOURCES = $(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)
     232DIST_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)
     254ETAGS = etags
     255CTAGS = ctags
     256DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
     257ACLOCAL = ${SHELL} /home/desonia/panstarrs/psLib/missing --run aclocal-1.9
     258AMDEP_FALSE = #
     259AMDEP_TRUE =
     260AMTAR = ${SHELL} /home/desonia/panstarrs/psLib/missing --run tar
     261AR = ar
     262AUTOCONF = ${SHELL} /home/desonia/panstarrs/psLib/missing --run autoconf
     263AUTOHEADER = ${SHELL} /home/desonia/panstarrs/psLib/missing --run autoheader
     264AUTOMAKE = ${SHELL} /home/desonia/panstarrs/psLib/missing --run automake-1.9
     265AWK = gawk
     266CC = gcc
     267CCDEPMODE = depmode=gcc3
     268CFLAGS = -g -O2 -g2 -Wall -std=c99 -D_GNU_SOURCE   -I/usr/include -I/usr/include/libxml2
     269CONFIG_FILE = /home/desonia/panstarrs/psLib/config/psTime.config
     270CPP = gcc -E
     271CPPFLAGS =
     272CXX = g++
     273CXXCPP = g++ -E
     274CXXDEPMODE = depmode=gcc3
     275CXXFLAGS = -g -O2
     276CYGPATH_W = echo
     277DEFS = -DHAVE_CONFIG_H
     278DEPDIR = .deps
     279ECHO = echo
     280ECHO_C =
     281ECHO_N = -n
     282ECHO_T =
     283EGREP = grep -E
     284EXEEXT =
     285F77 = g77
     286FFLAGS = -fno-second-underscore -O -fno-f2c
     287GSL_CONFIG = /usr/bin/gsl-config
     288INSTALL_DATA = ${INSTALL} -m 644
     289INSTALL_PROGRAM = ${INSTALL}
     290INSTALL_SCRIPT = ${INSTALL}
     291INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
     292LDFLAGS =
     293LIBOBJS =
     294LIBS =
     295LIBTOOL = $(SHELL) $(top_builddir)/libtool
     296LN_S = ln -s
     297LTLIBOBJS =
     298MAKEINFO = ${SHELL} /home/desonia/panstarrs/psLib/missing --run makeinfo
     299OBJEXT = o
     300PACKAGE = pslib
     301PACKAGE_BUGREPORT =
     302PACKAGE_NAME =
     303PACKAGE_STRING =
     304PACKAGE_TARNAME =
     305PACKAGE_VERSION =
     306PATH_SEPARATOR = :
     307PERL = /usr/bin/perl
     308PSLIB_CFLAGS = -I${prefix}/include
     309PSLIB_LIBS = -L${exec_prefix}/lib -lpslib   -lcfitsio  -lfftw3f -L/usr/lib64 -lgsl -lgslcblas -lm -lxml2 -lz -lpthread -lm
     310RANLIB = ranlib
     311SET_MAKE =
     312SHELL = /bin/sh
     313STRIP = strip
     314SWIG = /usr/bin/swig
     315VERSION = 1.5
     316XML_CONFIG = /usr/bin/xml2-config
     317ac_ct_AR = ar
     318ac_ct_CC = gcc
     319ac_ct_CXX = g++
     320ac_ct_F77 = g77
     321ac_ct_RANLIB = ranlib
     322ac_ct_STRIP = strip
     323am__fastdepCC_FALSE = #
     324am__fastdepCC_TRUE =
     325am__fastdepCXX_FALSE = #
     326am__fastdepCXX_TRUE =
     327am__include = include
     328am__leading_dot = .
     329am__quote =
     330am__tar = ${AMTAR} chof - "$$tardir"
     331am__untar = ${AMTAR} xf -
     332bindir = ${exec_prefix}/bin
     333build = x86_64-unknown-linux-gnu
     334build_alias =
     335build_cpu = x86_64
     336build_os = linux-gnu
     337build_vendor = unknown
     338datadir = ${prefix}/share
     339exec_prefix = ${prefix}
     340host = x86_64-unknown-linux-gnu
     341host_alias =
     342host_cpu = x86_64
     343host_os = linux-gnu
     344host_vendor = unknown
     345includedir = ${prefix}/include
     346infodir = ${prefix}/info
     347install_sh = /home/desonia/panstarrs/psLib/install-sh
     348libdir = ${exec_prefix}/lib
     349libexecdir = ${exec_prefix}/libexec
     350localstatedir = ${prefix}/var
     351mandir = ${prefix}/man
     352mkdir_p = mkdir -p --
     353oldincludedir = /usr/include
     354prefix = /home/desonia/panstarrs/psLib
     355program_transform_name = s,x,x,
     356sbindir = ${exec_prefix}/sbin
     357sharedstatedir = ${prefix}/com
     358sysconfdir = ${prefix}/etc
     359target_alias =
     360
     361#Makefile for astronomy functions of psLib
     362#
     363INCLUDES = \
     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
     373AM_LDFLAGS = -L$(top_srcdir)/src `sh $(top_srcdir)/pslib-config --libs`
     374TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest
     375TESTS = \
     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
     417tst_psFunc00_SOURCES = tst_psFunc00.c
     418tst_psFunc01_SOURCES = tst_psFunc01.c
     419tst_psFunc02_SOURCES = tst_psFunc02.c
     420tst_psFunc03_SOURCES = tst_psFunc03.c
     421tst_psFunc04_SOURCES = tst_psFunc04.c
     422tst_psFunc05_SOURCES = tst_psFunc05.c
     423tst_psFunc07_SOURCES = tst_psFunc07.c
     424tst_psHist00_SOURCES = tst_psHist00.c
     425tst_psHist01_SOURCES = tst_psHist01.c
     426tst_psHist02_SOURCES = tst_psHist02.c
     427tst_psHist03_SOURCES = tst_psHist03.c
     428tst_psMatrix01_SOURCES = tst_psMatrix01.c
     429tst_psMatrix02_SOURCES = tst_psMatrix02.c
     430tst_psMatrix03_SOURCES = tst_psMatrix03.c
     431tst_psMatrix04_SOURCES = tst_psMatrix04.c
     432tst_psMatrix05_SOURCES = tst_psMatrix05.c
     433tst_psMatrix06_SOURCES = tst_psMatrix06.c
     434tst_psMatrix07_SOURCES = tst_psMatrix07.c
     435tst_psMatrixVectorArithmetic01_SOURCES = tst_psMatrixVectorArithmetic01.c
     436tst_psMatrixVectorArithmetic02_SOURCES = tst_psMatrixVectorArithmetic02.c
     437tst_psMatrixVectorArithmetic03_SOURCES = tst_psMatrixVectorArithmetic03.c
     438tst_psMatrixVectorArithmetic04_SOURCES = tst_psMatrixVectorArithmetic04.c
     439tst_psMinimize04_SOURCES = tst_psMinimize04.c
     440tst_psMinimize04_F32_SOURCES = tst_psMinimize04.c
     441tst_psMinimize04b_SOURCES = tst_psMinimize04b.c
     442tst_psMinimize04b_F32_SOURCES = tst_psMinimize04b.c
     443tst_psMinimize05_SOURCES = tst_psMinimize05.c
     444tst_psMinimize06_SOURCES = tst_psMinimize06.c
     445tst_psMinimize07_SOURCES = tst_psMinimize07.c
     446tst_psStats00_SOURCES = tst_psStats00.c
     447tst_psStats01_SOURCES = tst_psStats01.c
     448tst_psStats02_SOURCES = tst_psStats02.c
     449tst_psStats03_SOURCES = tst_psStats03.c
     450tst_psStats05_SOURCES = tst_psStats05.c
     451tst_psStats06_SOURCES = tst_psStats06.c
     452tst_psStats07_SOURCES = tst_psStats07.c
     453tst_psStats08_SOURCES = tst_psStats08.c
     454tst_psStats09_SOURCES = tst_psStats09.c
     455tst_psRandom_SOURCES = tst_psRandom.c
     456tst_psVectorFFT_SOURCES = tst_psVectorFFT.c
     457all: 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
     474Makefile: $(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
     491clean-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
     497tst_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)
     500tst_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)
     503tst_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)
     506tst_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)
     509tst_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)
     512tst_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)
     515tst_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)
     518tst_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)
     521tst_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)
     524tst_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)
     527tst_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)
     530tst_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)
     533tst_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)
     536tst_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)
     539tst_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)
     542tst_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)
     545tst_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)
     548tst_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)
     551tst_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)
     554tst_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)
     557tst_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)
     560tst_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)
     563tst_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)
     566tst_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)
     569tst_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)
     572tst_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)
     575tst_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)
     578tst_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)
     581tst_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)
     584tst_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)
     587tst_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)
     590tst_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)
     593tst_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)
     596tst_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)
     599tst_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)
     602tst_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)
     605tst_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)
     608tst_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)
     611tst_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)
     614tst_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
     618mostlyclean-compile:
     619        -rm -f *.$(OBJEXT)
     620
     621distclean-compile:
     622        -rm -f *.tab.c
     623
     624include ./$(DEPDIR)/tst_psFunc00.Po
     625include ./$(DEPDIR)/tst_psFunc01.Po
     626include ./$(DEPDIR)/tst_psFunc02.Po
     627include ./$(DEPDIR)/tst_psFunc03.Po
     628include ./$(DEPDIR)/tst_psFunc04.Po
     629include ./$(DEPDIR)/tst_psFunc05.Po
     630include ./$(DEPDIR)/tst_psFunc07.Po
     631include ./$(DEPDIR)/tst_psHist00.Po
     632include ./$(DEPDIR)/tst_psHist01.Po
     633include ./$(DEPDIR)/tst_psHist02.Po
     634include ./$(DEPDIR)/tst_psHist03.Po
     635include ./$(DEPDIR)/tst_psMatrix01.Po
     636include ./$(DEPDIR)/tst_psMatrix02.Po
     637include ./$(DEPDIR)/tst_psMatrix03.Po
     638include ./$(DEPDIR)/tst_psMatrix04.Po
     639include ./$(DEPDIR)/tst_psMatrix05.Po
     640include ./$(DEPDIR)/tst_psMatrix06.Po
     641include ./$(DEPDIR)/tst_psMatrix07.Po
     642include ./$(DEPDIR)/tst_psMatrixVectorArithmetic01.Po
     643include ./$(DEPDIR)/tst_psMatrixVectorArithmetic02.Po
     644include ./$(DEPDIR)/tst_psMatrixVectorArithmetic03.Po
     645include ./$(DEPDIR)/tst_psMatrixVectorArithmetic04.Po
     646include ./$(DEPDIR)/tst_psMinimize04.Po
     647include ./$(DEPDIR)/tst_psMinimize04b.Po
     648include ./$(DEPDIR)/tst_psMinimize05.Po
     649include ./$(DEPDIR)/tst_psMinimize06.Po
     650include ./$(DEPDIR)/tst_psMinimize07.Po
     651include ./$(DEPDIR)/tst_psRandom.Po
     652include ./$(DEPDIR)/tst_psStats00.Po
     653include ./$(DEPDIR)/tst_psStats01.Po
     654include ./$(DEPDIR)/tst_psStats02.Po
     655include ./$(DEPDIR)/tst_psStats03.Po
     656include ./$(DEPDIR)/tst_psStats05.Po
     657include ./$(DEPDIR)/tst_psStats06.Po
     658include ./$(DEPDIR)/tst_psStats07.Po
     659include ./$(DEPDIR)/tst_psStats08.Po
     660include ./$(DEPDIR)/tst_psStats09.Po
     661include ./$(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
     684mostlyclean-libtool:
     685        -rm -f *.lo
     686
     687clean-libtool:
     688        -rm -rf .libs _libs
     689
     690distclean-libtool:
     691        -rm -f libtool
     692uninstall-info-am:
     693
     694ID: $(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
     702tags: TAGS
     703
     704TAGS:  $(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
     719ctags: CTAGS
     720CTAGS:  $(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
     734GTAGS:
     735        here=`$(am__cd) $(top_builddir) && pwd` \
     736          && cd $(top_srcdir) \
     737          && gtags -i $(GTAGS_ARGS) $$here
     738
     739distclean-tags:
     740        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
     741
     742check-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
     815distdir: $(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
     842check-am: all-am
     843        $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
     844        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
     845check: check-am
     846all-am: Makefile
     847installdirs:
     848install: install-am
     849install-exec: install-exec-am
     850install-data: install-data-am
     851uninstall: uninstall-am
     852
     853install-am: all-am
     854        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
     855
     856installcheck: installcheck-am
     857install-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
     862mostlyclean-generic:
     863
     864clean-generic:
     865
     866distclean-generic:
     867        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
     868
     869maintainer-clean-generic:
     870        @echo "This command is intended for maintainers to use"
     871        @echo "it deletes files that may require special tools to rebuild."
     872clean: clean-am
     873
     874clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
     875        mostlyclean-am
     876
     877distclean: distclean-am
     878        -rm -rf ./$(DEPDIR)
     879        -rm -f Makefile
     880distclean-am: clean-am distclean-compile distclean-generic \
     881        distclean-libtool distclean-tags
     882
     883dvi: dvi-am
     884
     885dvi-am:
     886
     887html: html-am
     888
     889info: info-am
     890
     891info-am:
     892
     893install-data-am:
     894
     895install-exec-am:
     896
     897install-info: install-info-am
     898
     899install-man:
     900
     901installcheck-am:
     902
     903maintainer-clean: maintainer-clean-am
     904        -rm -rf ./$(DEPDIR)
     905        -rm -f Makefile
     906maintainer-clean-am: distclean-am maintainer-clean-generic
     907
     908mostlyclean: mostlyclean-am
     909
     910mostlyclean-am: mostlyclean-compile mostlyclean-generic \
     911        mostlyclean-libtool
     912
     913pdf: pdf-am
     914
     915pdf-am:
     916
     917ps: ps-am
     918
     919ps-am:
     920
     921uninstall-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
     935tests: $(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.