IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2005, 12:49:31 AM (21 years ago)
Author:
desonia
Message:

code reorganization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r4541 r4549  
    1414SUBDIR="etc src test" dnl don't include 'swig', as it is optional
    1515
     16SRCPATH="`pwd`/src"
    1617SRCDIRS="sys astro db fft fits imageops math mathtypes types xml"
     18SRCINC=`echo "${SRCDIRS=}" | sed "s|\(\\w\+\)|-I\${SRCPATH=}/\1|g"`
     19
     20SRCSUBLIBS=`echo "${SRCDIRS=}" | sed "s|\(\\w\+\)|\1/libpslib\1.la|g"`
     21AC_SUBST(SRCSUBLIBS,${SRCSUBLIBS=})
     22CFLAGS="${CFLAGS=} -I${SRCPATH=} ${SRCINC=}"
     23AC_SUBST(SRCINC,${SRCINC=})
    1724
    1825AC_DISABLE_STATIC
     
    7481
    7582dnl Add the src directories to the include path
    76 SRCPATH="`pwd`/src"
    77 SRCINC=`echo "${SRCDIRS=}" | sed "s|\(\\w\+\)|-I\${SRCPATH=}/\1|g"`
    78 SRCSUBLIBS=`echo "${SRCDIRS=}" | sed "s|\(\\w\+\)|\1/libpslib\1.la|g"`
    79 AC_SUBST(SRCSUBLIBS,${SRCSUBLIBS=})
    80 CFLAGS="${CFLAGS=} -I${SRCPATH=} ${SRCINC=}"
    81 AC_SUBST(SRCINC,${SRCINC=})
    8283
    8384
     
    253254AC_SUBST(PSLIB_CFLAGS,[$PSLIB_CFLAGS])
    254255
    255 AC_SUBST(LANG,[en])
     256AC_SUBST(PS_LANG,[en])
    256257
    257258AC_CONFIG_FILES([
    258259  Makefile
    259260  src/Makefile
     261  src/sys/Makefile
    260262  src/astro/Makefile
    261263  src/db/Makefile
     
    265267  src/math/Makefile
    266268  src/mathtypes/Makefile
    267   src/sys/Makefile
    268269  src/types/Makefile
    269270  src/xml/Makefile
     271  test/Makefile
     272  test/sys/Makefile
     273  test/astro/Makefile
     274  test/db/Makefile
     275  test/fft/Makefile
     276  test/fits/Makefile
     277  test/imageops/Makefile
     278  test/math/Makefile
     279  test/mathtypes/Makefile
     280  test/types/Makefile
     281  test/xml/Makefile
    270282  test/FullUnitTest
    271   test/Makefile
    272   test/astronomy/Makefile
    273   test/collections/Makefile
    274   test/dataManip/Makefile
    275   test/dataIO/Makefile
    276   test/image/Makefile
    277   test/sysUtils/Makefile
    278283  etc/pslib/Makefile
    279284  etc/Makefile
Note: See TracChangeset for help on using the changeset viewer.