Changeset 4540 for trunk/psLib/src/math/Makefile.am
- Timestamp:
- Jul 12, 2005, 9:12:01 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/Makefile.am
r4446 r4540 1 #Makefile for dataManipfunctions of psLib1 #Makefile for math functions of psLib 2 2 # 3 INCLUDES = \ 4 -I$(top_srcdir)/src/astro \ 5 -I$(top_srcdir)/src/db \ 6 -I$(top_srcdir)/src/fft \ 7 -I$(top_srcdir)/src/fits \ 8 -I$(top_srcdir)/src/imageops \ 9 -I$(top_srcdir)/src/math \ 10 -I$(top_srcdir)/src/mathtypes \ 11 -I$(top_srcdir)/src/sys \ 12 -I$(top_srcdir)/src/types \ 13 -I$(top_srcdir)/src/xml \ 14 $(all_includes) 3 noinst_LTLIBRARIES = libpslibmath.la 15 4 16 noinst_LTLIBRARIES = libpslibdataManip.la 5 libpslibmath_la_SOURCES = \ 6 psBinaryOp.c \ 7 psCompare.c \ 8 psMatrix.c \ 9 psMinimize.c \ 10 psRandom.c \ 11 psFunctions.c \ 12 psStats.c \ 13 psUnaryOp.c 17 14 18 libpslibdataManip_la_SOURCES = psUnaryOp.c psBinaryOp.c psStats.c \ 19 psFunctions.c psMatrix.c psVectorFFT.c psMinimize.c psRandom.c 20 21 BUILT_SOURCES = psDataManipErrors.h 22 EXTRA_DIST = psDataManipErrors.dat psDataManipErrors.h dataManip.i 23 24 psDataManipErrors.h: psDataManipErrors.dat 25 $(top_srcdir)/src/psParseErrorCodes --data=$? $@ 15 EXTRA_DIST = math.i 26 16 27 17 pslibincludedir = $(includedir) 28 18 pslibinclude_HEADERS = \ 19 psBinaryOp.h \ 20 psCompare.h \ 29 21 psConstants.h \ 30 psStats.h \ 22 psMatrix.h \ 23 psMinimize.h \ 24 psRandom.h \ 31 25 psFunctions.h \ 32 psMatrix.h \ 33 psBinaryOp.h \ 34 psUnaryOp.h \ 35 psVectorFFT.h \ 36 psMinimize.h \ 37 psRandom.h 38 26 psStats.h \ 27 psUnaryOp.h
Note:
See TracChangeset
for help on using the changeset viewer.
