IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5297


Ignore:
Timestamp:
Oct 12, 2005, 11:58:45 AM (21 years ago)
Author:
desonia
Message:

added src in the SRCINC include path.

Location:
trunk/psLib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r5231 r5297  
    2525SRCDIRS="sys astro db fft fits imageops math mathtypes types xml"
    2626SRCINC=`echo "${SRCDIRS=}" | ${SED} "s|\(\\w\+\)|-I\${SRCPATH=}/\1|g"`
    27 
     27SRCINC="-I${SRCPATH=} ${SRCINC=}"
    2828SRCSUBLIBS=`echo "${SRCDIRS=}" | ${SED} "s|\(\\w\+\)|\1/libpslib\1.la|g"`
    2929AC_SUBST(SRCSUBLIBS,${SRCSUBLIBS=})
  • trunk/psLib/src/math/Makefile.am

    r4981 r5297  
    55libpslibmath_la_CPPFLAGS = $(SRCINC) $(GSL_CFLAGS)
    66libpslibmath_la_SOURCES = \
     7        psUnaryOp.c \
    78        psBinaryOp.c \
    89        psCompare.c \
     
    1213        psPolynomial.c \
    1314        psSpline.c \
    14         psStats.c \
    15         psUnaryOp.c
     15        psStats.c
    1616
    1717EXTRA_DIST = math.i
     
    1919pslibincludedir = $(includedir)
    2020pslibinclude_HEADERS = \
     21        psUnaryOp.h \
    2122        psBinaryOp.h \
    2223        psCompare.h \
     
    2728        psPolynomial.h \
    2829        psSpline.h \
    29         psStats.h \
    30         psUnaryOp.h
     30        psStats.h
Note: See TracChangeset for help on using the changeset viewer.