IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 18, 2005, 11:44:40 AM (21 years ago)
Author:
drobbin
Message:

folded in code from bug 481. Tests still to be written.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/xml/Makefile

    r4790 r4815  
    6969CTAGS = ctags
    7070DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    71 ACLOCAL = ${SHELL} /home/drobbin/panstarrs/new/psLib/missing --run aclocal-1.9
     71ACLOCAL = ${SHELL} /home/drobbin/panstarrs/temp/psLib/missing --run aclocal-1.9
    7272AMDEP_FALSE = #
    7373AMDEP_TRUE =
    74 AMTAR = ${SHELL} /home/drobbin/panstarrs/new/psLib/missing --run tar
     74AMTAR = ${SHELL} /home/drobbin/panstarrs/temp/psLib/missing --run tar
    7575AR = ar
    76 AUTOCONF = ${SHELL} /home/drobbin/panstarrs/new/psLib/missing --run autoconf
    77 AUTOHEADER = ${SHELL} /home/drobbin/panstarrs/new/psLib/missing --run autoheader
    78 AUTOMAKE = ${SHELL} /home/drobbin/panstarrs/new/psLib/missing --run automake-1.9
     76AUTOCONF = ${SHELL} /home/drobbin/panstarrs/temp/psLib/missing --run autoconf
     77AUTOHEADER = ${SHELL} /home/drobbin/panstarrs/temp/psLib/missing --run autoheader
     78AUTOMAKE = ${SHELL} /home/drobbin/panstarrs/temp/psLib/missing --run automake-1.9
    7979AWK = gawk
    8080CC = gcc
    8181CCDEPMODE = depmode=gcc3
    82 CFLAGS =  -I/home/drobbin/panstarrs/new/psLib/src -I/home/drobbin/panstarrs/new/psLib/src/sys -I/home/drobbin/panstarrs/new/psLib/src/astro -I/home/drobbin/panstarrs/new/psLib/src/db -I/home/drobbin/panstarrs/new/psLib/src/fft -I/home/drobbin/panstarrs/new/psLib/src/fits -I/home/drobbin/panstarrs/new/psLib/src/imageops -I/home/drobbin/panstarrs/new/psLib/src/math -I/home/drobbin/panstarrs/new/psLib/src/mathtypes -I/home/drobbin/panstarrs/new/psLib/src/types -I/home/drobbin/panstarrs/new/psLib/src/xml -O0 -g -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112L -std=c99 -I/usr/include/mysql -g -pipe   -I/usr/local/include -I/usr/include/libxml2 -Wall -Werror
     82CFLAGS =  -I/home/drobbin/panstarrs/temp/psLib/src -I/home/drobbin/panstarrs/temp/psLib/src/sys -I/home/drobbin/panstarrs/temp/psLib/src/astro -I/home/drobbin/panstarrs/temp/psLib/src/db -I/home/drobbin/panstarrs/temp/psLib/src/fft -I/home/drobbin/panstarrs/temp/psLib/src/fits -I/home/drobbin/panstarrs/temp/psLib/src/imageops -I/home/drobbin/panstarrs/temp/psLib/src/math -I/home/drobbin/panstarrs/temp/psLib/src/mathtypes -I/home/drobbin/panstarrs/temp/psLib/src/types -I/home/drobbin/panstarrs/temp/psLib/src/xml -O0 -g -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112L -std=c99 -I/usr/include/mysql -g -pipe   -I/usr/local/include -I/usr/include/libxml2 -Wall -Werror
    8383CPP = gcc -E
    8484CPPFLAGS =
     
    112112MAINTAINER_MODE_FALSE =
    113113MAINTAINER_MODE_TRUE = #
    114 MAKEINFO = ${SHELL} /home/drobbin/panstarrs/new/psLib/missing --run makeinfo
     114MAKEINFO = ${SHELL} /home/drobbin/panstarrs/temp/psLib/missing --run makeinfo
    115115OBJEXT = o
    116116PACKAGE = pslib
     
    123123PERL = /usr/bin/perl
    124124PERL_INSTALLSYTLE = installstyle='lib64/perl5';
    125 PERL_PREFIX = /home/drobbin/panstarrs/new/psLib
     125PERL_PREFIX = /home/drobbin/panstarrs/temp/psLib
    126126POW_LIB =
    127127PSLIB_CFLAGS = -I${prefix}/include
     
    133133SHELL = /bin/sh
    134134SRCDIRS = sys astro db fft fits imageops math mathtypes types xml
    135 SRCINC = -I/home/drobbin/panstarrs/new/psLib/src/sys -I/home/drobbin/panstarrs/new/psLib/src/astro -I/home/drobbin/panstarrs/new/psLib/src/db -I/home/drobbin/panstarrs/new/psLib/src/fft -I/home/drobbin/panstarrs/new/psLib/src/fits -I/home/drobbin/panstarrs/new/psLib/src/imageops -I/home/drobbin/panstarrs/new/psLib/src/math -I/home/drobbin/panstarrs/new/psLib/src/mathtypes -I/home/drobbin/panstarrs/new/psLib/src/types -I/home/drobbin/panstarrs/new/psLib/src/xml
     135SRCINC = -I/home/drobbin/panstarrs/temp/psLib/src/sys -I/home/drobbin/panstarrs/temp/psLib/src/astro -I/home/drobbin/panstarrs/temp/psLib/src/db -I/home/drobbin/panstarrs/temp/psLib/src/fft -I/home/drobbin/panstarrs/temp/psLib/src/fits -I/home/drobbin/panstarrs/temp/psLib/src/imageops -I/home/drobbin/panstarrs/temp/psLib/src/math -I/home/drobbin/panstarrs/temp/psLib/src/mathtypes -I/home/drobbin/panstarrs/temp/psLib/src/types -I/home/drobbin/panstarrs/temp/psLib/src/xml
    136136SRCSUBLIBS = sys/libpslibsys.la astro/libpslibastro.la db/libpslibdb.la fft/libpslibfft.la fits/libpslibfits.la imageops/libpslibimageops.la math/libpslibmath.la mathtypes/libpslibmathtypes.la types/libpslibtypes.la xml/libpslibxml.la
    137137STRIP = strip
     
    170170includedir = ${prefix}/include
    171171infodir = ${prefix}/info
    172 install_sh = /home/drobbin/panstarrs/new/psLib/install-sh
     172install_sh = /home/drobbin/panstarrs/temp/psLib/install-sh
    173173libdir = ${exec_prefix}/lib
    174174libexecdir = ${exec_prefix}/libexec
     
    177177mkdir_p = mkdir -p --
    178178oldincludedir = /usr/include
    179 prefix = /home/drobbin/panstarrs/new/psLib
     179prefix = /home/drobbin/panstarrs/temp/psLib
    180180program_transform_name = s,x,x,
    181181sbindir = ${exec_prefix}/sbin
Note: See TracChangeset for help on using the changeset viewer.