Changeset 1730 in Sophya
- Timestamp:
- Nov 5, 2001, 11:42:37 AM (24 years ago)
- Location:
- trunk/ArchTOIPipe
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/Makefile.in
r1707 r1730 18 18 19 19 ifeq ($(USE_SOPHYA),1) 20 include $(DPC DEVREP)/Include/Makefile.h20 include $(DPCBASEREP)/Include/MakefileUser.h 21 21 22 22 ifdef NOSHLIB 23 LIBF = $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libBlitz.a $(LIB)libFitsIOServer.a $(LIB)libPI.a $(LIB)libPIext.a24 LIBS = -L$(LIB) -lPIext -lPI-lSysTools -lNTools -lBlitz -lm23 LIBF = $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libBlitz.a $(LIB)libFitsIOServer.a 24 LIBS = -L$(LIB) -lSysTools -lNTools -lBlitz -lm 25 25 ifeq ($(CXX),cxx) 26 26 # librairie des instances de templates cxx … … 29 29 else 30 30 LIBF = $(SLB)libsophya.so 31 LIBS = -L$(SLB) -lPI-lextsophya -lsophya -lm31 LIBS = -L$(SLB) -lextsophya -lsophya -lm 32 32 ifeq ($(MACHEROS),OSF1) 33 33 LIBS := $(LIBS) -lfor 34 34 endif 35 35 ifeq ($(MACHEROS),Linux) 36 LIBS := $(LIBS) -ldl -lf2c36 # LIBS := $(LIBS) -ldl -lf2c 37 37 endif 38 38 endif 39 39 40 CPPFLAGS := -DWITH_SOPHYA $(CPPFLAGS)40 CPPFLAGS := -DWITH_SOPHYA $(CPPFLAGS) 41 41 ifeq ($(CXX), cxx) 42 42 LIBS := $(LIBS) -pthread 43 endif 44 ifeq ($(MACHEROS),Linux) 45 LIBS := $(LIBS) -lpthread 43 46 endif 44 47 else … … 46 49 CXXFLAGS := -O -g -D__USE_STD_IOSTREAM 47 50 LIBS := $(LIBS) -pthread 51 endif 52 ifeq ($(MACHEROS),Linux) 53 LIBS := $(LIBS) -lpthread 48 54 endif 49 55 endif -
trunk/ArchTOIPipe/Makefile.in
r1706 r1730 17 17 18 18 ifeq ($(USE_SOPHYA),1) 19 include $(DPC DEVREP)/Include/Makefile.h19 include $(DPCBASEREP)/Include/MakefileUser.h 20 20 21 21 ifdef NOSHLIB 22 LIBF = $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libBlitz.a $(LIB)libFitsIOServer.a $(LIB)libPI.a $(LIB)libPIext.a23 LIBS := -L$(LIB) -lPIext -lPI-lSysTools -lNTools -lBlitz -lm22 LIBF = $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libBlitz.a $(LIB)libFitsIOServer.a 23 LIBS := -L$(LIB) -lSysTools -lNTools -lBlitz -lm 24 24 ifeq ($(CXX),cxx) 25 25 # librairie des instances de templates cxx … … 28 28 else 29 29 LIBF = $(SLB)libsophya.so 30 LIBS := -L$(SLB) -lPI-lextsophya -lsophya -lm30 LIBS := -L$(SLB) -lextsophya -lsophya -lm 31 31 ifeq ($(MACHEROS),OSF1) 32 32 LIBS := $(LIBS) -lfor 33 33 endif 34 34 ifeq ($(MACHEROS),Linux) 35 LIBS := $(LIBS) -ldl -lf2c35 # LIBS := $(LIBS) -ldl -lf2c 36 36 endif 37 37 endif -
trunk/ArchTOIPipe/ProcWSophya/Makefile.in
r1722 r1730 18 18 19 19 ifeq ($(USE_SOPHYA),1) 20 include $(DPC DEVREP)/Include/Makefile.h20 include $(DPCBASEREP)/Include/MakefileUser.h 21 21 22 22 ifdef NOSHLIB 23 LIBF = $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libBlitz.a $(LIB)libFitsIOServer.a $(LIB)libPI.a $(LIB)libPIext.a24 LIBS = -L$(LIB) -lPIext -lPI-lSysTools -lNTools -lBlitz -lm23 LIBF = $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libBlitz.a $(LIB)libFitsIOServer.a 24 LIBS = -L$(LIB) -lSysTools -lNTools -lBlitz -lm 25 25 ifeq ($(CXX),cxx) 26 26 # librairie des instances de templates cxx … … 29 29 else 30 30 LIBF = $(SLB)libsophya.so 31 LIBS = -L$(SLB) -l PI -lextsophya -lsophya -lm31 LIBS = -L$(SLB) -lextsophya -lsophya -lm 32 32 ifeq ($(MACHEROS),OSF1) 33 33 LIBS := $(LIBS) -lfor 34 34 endif 35 35 ifeq ($(MACHEROS),Linux) 36 LIBS := $(LIBS) -ldl -lf2c36 # LIBS := $(LIBS) -ldl -lf2c 37 37 endif 38 38 endif … … 42 42 LIBS := $(LIBS) -pthread 43 43 endif 44 ifeq ($(MACHEROS),Linux) 45 LIBS := $(LIBS) -lpthread 46 endif 44 47 else 45 48 ifeq ($(CXX), cxx) 46 49 CXXFLAGS := -O -g -D__USE_STD_IOSTREAM 47 50 LIBS := $(LIBS) -pthread 51 endif 52 ifeq ($(MACHEROS),Linux) 53 LIBS := $(LIBS) -lpthread 48 54 endif 49 55 endif -
trunk/ArchTOIPipe/Processors/Makefile.in
r1707 r1730 18 18 19 19 ifeq ($(USE_SOPHYA),1) 20 include $(DPC DEVREP)/Include/Makefile.h20 include $(DPCBASEREP)/Include/MakefileUser.h 21 21 22 22 ifdef NOSHLIB 23 LIBF = $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libBlitz.a $(LIB)libFitsIOServer.a $(LIB)libPI.a $(LIB)libPIext.a24 LIBS = -L$(LIB) -lPIext -lPI-lSysTools -lNTools -lBlitz -lm23 LIBF = $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libBlitz.a $(LIB)libFitsIOServer.a 24 LIBS = -L$(LIB) -lSysTools -lNTools -lBlitz -lm 25 25 ifeq ($(CXX),cxx) 26 26 # librairie des instances de templates cxx … … 29 29 else 30 30 LIBF = $(SLB)libsophya.so 31 LIBS = -L$(SLB) -l PI -lextsophya -lsophya -lm31 LIBS = -L$(SLB) -lextsophya -lsophya -lm 32 32 ifeq ($(MACHEROS),OSF1) 33 33 LIBS := $(LIBS) -lfor 34 34 endif 35 35 ifeq ($(MACHEROS),Linux) 36 LIBS := $(LIBS) -ldl -lf2c36 # LIBS := $(LIBS) -ldl -lf2c 37 37 endif 38 38 endif … … 42 42 LIBS := $(LIBS) -pthread 43 43 endif 44 ifeq ($(MACHEROS),Linux) 45 LIBS := $(LIBS) -lpthread 46 endif 44 47 else 45 48 ifeq ($(CXX), cxx) 46 49 CXXFLAGS := -O -g -D__USE_STD_IOSTREAM 47 50 LIBS := $(LIBS) -pthread 51 endif 52 ifeq ($(MACHEROS),Linux) 53 LIBS := $(LIBS) -lpthread 48 54 endif 49 55 endif -
trunk/ArchTOIPipe/TestPipes/Makefile.in
r1707 r1730 18 18 19 19 ifeq ($(USE_SOPHYA),1) 20 include $(DPC DEVREP)/Include/Makefile.h20 include $(DPCBASEREP)/Include/MakefileUser.h 21 21 22 22 ifdef NOSHLIB 23 LIBF = $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libBlitz.a $(LIB)libFitsIOServer.a $(LIB)libPI.a $(LIB)libPIext.a24 LIBS := -L$(LIB) -lPIext -lPI-lSysTools -lNTools -lBlitz -lm23 LIBF = $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libBlitz.a $(LIB)libFitsIOServer.a 24 LIBS := -L$(LIB) -lSysTools -lNTools -lBlitz -lm 25 25 ifeq ($(CXX),cxx) 26 26 # librairie des instances de templates cxx … … 29 29 else 30 30 LIBF = $(SLB)libsophya.so 31 LIBS := -L$(SLB) -lPI-lextsophya -lsophya -lm31 LIBS := -L$(SLB) -lextsophya -lsophya -lm 32 32 ifeq ($(MACHEROS),OSF1) 33 33 LIBS := $(LIBS) -lfor 34 34 endif 35 35 ifeq ($(MACHEROS),Linux) 36 LIBS := $(LIBS) -ldl -lf2c36 # LIBS := $(LIBS) -ldl -lf2c 37 37 endif 38 38 endif … … 42 42 LIBS := $(LIBS) -pthread 43 43 endif 44 ifeq ($(MACHEROS),Linux) 45 LIBS := $(LIBS) -lpthread 46 endif 44 47 else 45 48 ifeq ($(CXX), cxx) 46 49 CXXFLAGS := -O -g -D__USE_STD_IOSTREAM 47 50 LIBS := $(LIBS) -pthread 51 endif 52 ifeq ($(MACHEROS),Linux) 53 LIBS := $(LIBS) -lpthread 48 54 endif 49 55 endif -
trunk/ArchTOIPipe/configure
r1707 r1730 1270 1270 if test -f $ARCHBASEREP/$MACHDIR/Libs/libcfitsio.a; then 1271 1271 cfitslibdir='-L$(ARCHBASEREP)/$(MACHDIR)/Libs' 1272 elif test -f $EXTLIBDIR/$MACHDIR/Libs/libcfitsio.a; then 1273 cfitslibdir='-L$(EXTLIBDIR)/$(MACHDIR)/Libs' 1272 1274 elif test -f $CFITSIOLIBDIR/$MACHDIR/Libs/libcfitsio.a; then 1273 1275 cfitslibdir='-L$(CFITSIOLIBDIR)/$(MACHDIR)/Libs' … … 1291 1293 1292 1294 echo $ac_n "checking "for cfitsio includes"""... $ac_c" 1>&6 1293 echo "configure:129 4: checking "for cfitsio includes"" >&51295 echo "configure:1296: checking "for cfitsio includes"" >&5 1294 1296 if test -f $CFITSIODIR/fitsio.h; then 1295 1297 cfitsincdir='-I$(CFITSIODIR)' 1298 elif test -f $EXTLIBDIR/Include/FitsIO/fitsio.h; then 1299 cfitsincdir='-I$(EXTLIBDIR)/Include/FitsIO/fitsio.h' 1296 1300 elif test -f /usr/local/include/fitsio.h; then 1297 1301 cfitsincdir="" … … 1303 1307 1304 1308 echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6 1305 echo "configure:13 06: checking for sin in -lm" >&51309 echo "configure:1310: checking for sin in -lm" >&5 1306 1310 ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'` 1307 1311 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1311 1315 LIBS="-lm $LIBS" 1312 1316 cat > conftest.$ac_ext <<EOF 1313 #line 131 4"configure"1317 #line 1318 "configure" 1314 1318 #include "confdefs.h" 1315 1319 /* Override any gcc2 internal prototype to avoid an error. */ … … 1322 1326 ; return 0; } 1323 1327 EOF 1324 if { (eval echo configure:132 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1328 if { (eval echo configure:1329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1325 1329 rm -rf conftest* 1326 1330 eval "ac_cv_lib_$ac_lib_var=yes" … … 1351 1355 1352 1356 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 1353 echo "configure:135 4: checking how to run the C preprocessor" >&51357 echo "configure:1358: checking how to run the C preprocessor" >&5 1354 1358 # On Suns, sometimes $CPP names a directory. 1355 1359 if test -n "$CPP" && test -d "$CPP"; then … … 1366 1370 # not just through cpp. 1367 1371 cat > conftest.$ac_ext <<EOF 1368 #line 13 69"configure"1372 #line 1373 "configure" 1369 1373 #include "confdefs.h" 1370 1374 #include <assert.h> … … 1372 1376 EOF 1373 1377 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1374 { (eval echo configure:137 5: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1378 { (eval echo configure:1379: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1375 1379 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1376 1380 if test -z "$ac_err"; then … … 1383 1387 CPP="${CC-cc} -E -traditional-cpp" 1384 1388 cat > conftest.$ac_ext <<EOF 1385 #line 13 86"configure"1389 #line 1390 "configure" 1386 1390 #include "confdefs.h" 1387 1391 #include <assert.h> … … 1389 1393 EOF 1390 1394 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1391 { (eval echo configure:139 2: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1395 { (eval echo configure:1396: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1392 1396 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1393 1397 if test -z "$ac_err"; then … … 1400 1404 CPP="${CC-cc} -nologo -E" 1401 1405 cat > conftest.$ac_ext <<EOF 1402 #line 140 3"configure"1406 #line 1407 "configure" 1403 1407 #include "confdefs.h" 1404 1408 #include <assert.h> … … 1406 1410 EOF 1407 1411 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1408 { (eval echo configure:14 09: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1412 { (eval echo configure:1413: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1409 1413 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1410 1414 if test -z "$ac_err"; then … … 1431 1435 1432 1436 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1433 echo "configure:143 4: checking for ANSI C header files" >&51437 echo "configure:1438: checking for ANSI C header files" >&5 1434 1438 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1435 1439 echo $ac_n "(cached) $ac_c" 1>&6 1436 1440 else 1437 1441 cat > conftest.$ac_ext <<EOF 1438 #line 14 39"configure"1442 #line 1443 "configure" 1439 1443 #include "confdefs.h" 1440 1444 #include <stdlib.h> … … 1444 1448 EOF 1445 1449 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1446 { (eval echo configure:14 47: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1450 { (eval echo configure:1451: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1447 1451 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1448 1452 if test -z "$ac_err"; then … … 1461 1465 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1462 1466 cat > conftest.$ac_ext <<EOF 1463 #line 146 4"configure"1467 #line 1468 "configure" 1464 1468 #include "confdefs.h" 1465 1469 #include <string.h> … … 1479 1483 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1480 1484 cat > conftest.$ac_ext <<EOF 1481 #line 148 2"configure"1485 #line 1486 "configure" 1482 1486 #include "confdefs.h" 1483 1487 #include <stdlib.h> … … 1500 1504 else 1501 1505 cat > conftest.$ac_ext <<EOF 1502 #line 150 3"configure"1506 #line 1507 "configure" 1503 1507 #include "confdefs.h" 1504 1508 #include <ctype.h> … … 1511 1515 1512 1516 EOF 1513 if { (eval echo configure:151 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1517 if { (eval echo configure:1518: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1514 1518 then 1515 1519 : … … 1538 1542 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1539 1543 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1540 echo "configure:154 1: checking for $ac_hdr" >&51544 echo "configure:1545: checking for $ac_hdr" >&5 1541 1545 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1542 1546 echo $ac_n "(cached) $ac_c" 1>&6 1543 1547 else 1544 1548 cat > conftest.$ac_ext <<EOF 1545 #line 15 46"configure"1549 #line 1550 "configure" 1546 1550 #include "confdefs.h" 1547 1551 #include <$ac_hdr> 1548 1552 EOF 1549 1553 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1550 { (eval echo configure:155 1: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1554 { (eval echo configure:1555: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1551 1555 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1552 1556 if test -z "$ac_err"; then -
trunk/ArchTOIPipe/configure.in
r1707 r1730 43 43 if test -f $ARCHBASEREP/$MACHDIR/Libs/libcfitsio.a; then 44 44 cfitslibdir='-L$(ARCHBASEREP)/$(MACHDIR)/Libs' 45 elif test -f $EXTLIBDIR/$MACHDIR/Libs/libcfitsio.a; then 46 cfitslibdir='-L$(EXTLIBDIR)/$(MACHDIR)/Libs' 45 47 elif test -f $CFITSIOLIBDIR/$MACHDIR/Libs/libcfitsio.a; then 46 48 cfitslibdir='-L$(CFITSIOLIBDIR)/$(MACHDIR)/Libs' … … 66 68 if test -f $CFITSIODIR/fitsio.h; then 67 69 cfitsincdir='-I$(CFITSIODIR)' 70 elif test -f $EXTLIBDIR/Include/FitsIO/fitsio.h; then 71 cfitsincdir='-I$(EXTLIBDIR)/Include/FitsIO/fitsio.h' 68 72 elif test -f /usr/local/include/fitsio.h; then 69 73 cfitsincdir="" -
trunk/ArchTOIPipe/fan_copy
r1710 r1730 4 4 echo "" 5 5 echo "****" $d 6 mkdir -p $d 6 7 foreach f (`cat files_$d`) 7 8 echo $f
Note:
See TracChangeset
for help on using the changeset viewer.