Changeset 5297
- Timestamp:
- Oct 12, 2005, 11:58:45 AM (21 years ago)
- Location:
- trunk/psLib
- Files:
-
- 2 edited
-
configure.ac (modified) (1 diff)
-
src/math/Makefile.am (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r5231 r5297 25 25 SRCDIRS="sys astro db fft fits imageops math mathtypes types xml" 26 26 SRCINC=`echo "${SRCDIRS=}" | ${SED} "s|\(\\w\+\)|-I\${SRCPATH=}/\1|g"` 27 27 SRCINC="-I${SRCPATH=} ${SRCINC=}" 28 28 SRCSUBLIBS=`echo "${SRCDIRS=}" | ${SED} "s|\(\\w\+\)|\1/libpslib\1.la|g"` 29 29 AC_SUBST(SRCSUBLIBS,${SRCSUBLIBS=}) -
trunk/psLib/src/math/Makefile.am
r4981 r5297 5 5 libpslibmath_la_CPPFLAGS = $(SRCINC) $(GSL_CFLAGS) 6 6 libpslibmath_la_SOURCES = \ 7 psUnaryOp.c \ 7 8 psBinaryOp.c \ 8 9 psCompare.c \ … … 12 13 psPolynomial.c \ 13 14 psSpline.c \ 14 psStats.c \ 15 psUnaryOp.c 15 psStats.c 16 16 17 17 EXTRA_DIST = math.i … … 19 19 pslibincludedir = $(includedir) 20 20 pslibinclude_HEADERS = \ 21 psUnaryOp.h \ 21 22 psBinaryOp.h \ 22 23 psCompare.h \ … … 27 28 psPolynomial.h \ 28 29 psSpline.h \ 29 psStats.h \ 30 psUnaryOp.h 30 psStats.h
Note:
See TracChangeset
for help on using the changeset viewer.
