Changeset 4815 for trunk/psLib/test/xml/Makefile
- Timestamp:
- Aug 18, 2005, 11:44:40 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/xml/Makefile (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/xml/Makefile
r4790 r4815 69 69 CTAGS = ctags 70 70 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 71 ACLOCAL = ${SHELL} /home/drobbin/panstarrs/ new/psLib/missing --run aclocal-1.971 ACLOCAL = ${SHELL} /home/drobbin/panstarrs/temp/psLib/missing --run aclocal-1.9 72 72 AMDEP_FALSE = # 73 73 AMDEP_TRUE = 74 AMTAR = ${SHELL} /home/drobbin/panstarrs/ new/psLib/missing --run tar74 AMTAR = ${SHELL} /home/drobbin/panstarrs/temp/psLib/missing --run tar 75 75 AR = ar 76 AUTOCONF = ${SHELL} /home/drobbin/panstarrs/ new/psLib/missing --run autoconf77 AUTOHEADER = ${SHELL} /home/drobbin/panstarrs/ new/psLib/missing --run autoheader78 AUTOMAKE = ${SHELL} /home/drobbin/panstarrs/ new/psLib/missing --run automake-1.976 AUTOCONF = ${SHELL} /home/drobbin/panstarrs/temp/psLib/missing --run autoconf 77 AUTOHEADER = ${SHELL} /home/drobbin/panstarrs/temp/psLib/missing --run autoheader 78 AUTOMAKE = ${SHELL} /home/drobbin/panstarrs/temp/psLib/missing --run automake-1.9 79 79 AWK = gawk 80 80 CC = gcc 81 81 CCDEPMODE = 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 -Werror82 CFLAGS = -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 83 83 CPP = gcc -E 84 84 CPPFLAGS = … … 112 112 MAINTAINER_MODE_FALSE = 113 113 MAINTAINER_MODE_TRUE = # 114 MAKEINFO = ${SHELL} /home/drobbin/panstarrs/ new/psLib/missing --run makeinfo114 MAKEINFO = ${SHELL} /home/drobbin/panstarrs/temp/psLib/missing --run makeinfo 115 115 OBJEXT = o 116 116 PACKAGE = pslib … … 123 123 PERL = /usr/bin/perl 124 124 PERL_INSTALLSYTLE = installstyle='lib64/perl5'; 125 PERL_PREFIX = /home/drobbin/panstarrs/ new/psLib125 PERL_PREFIX = /home/drobbin/panstarrs/temp/psLib 126 126 POW_LIB = 127 127 PSLIB_CFLAGS = -I${prefix}/include … … 133 133 SHELL = /bin/sh 134 134 SRCDIRS = 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/xml135 SRCINC = -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 136 136 SRCSUBLIBS = 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 137 137 STRIP = strip … … 170 170 includedir = ${prefix}/include 171 171 infodir = ${prefix}/info 172 install_sh = /home/drobbin/panstarrs/ new/psLib/install-sh172 install_sh = /home/drobbin/panstarrs/temp/psLib/install-sh 173 173 libdir = ${exec_prefix}/lib 174 174 libexecdir = ${exec_prefix}/libexec … … 177 177 mkdir_p = mkdir -p -- 178 178 oldincludedir = /usr/include 179 prefix = /home/drobbin/panstarrs/ new/psLib179 prefix = /home/drobbin/panstarrs/temp/psLib 180 180 program_transform_name = s,x,x, 181 181 sbindir = ${exec_prefix}/sbin
Note:
See TracChangeset
for help on using the changeset viewer.
