Changeset 1732 in Sophya for trunk/ArchTOIPipe/Processors


Ignore:
Timestamp:
Nov 5, 2001, 2:30:33 PM (24 years ago)
Author:
aubourg
Message:

nettoyage pour portabilite

Location:
trunk/ArchTOIPipe/Processors
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Processors/Makefile.in

    r1731 r1732  
    1818
    1919ifeq ($(USE_SOPHYA),1)
    20  include $(DPCBASEREP)/Include/MakefileUser.h
    21 
    22  ifdef NOSHLIB
    23   LIBF =  $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libBlitz.a $(LIB)libFitsIOServer.a
    24   LIBS = -L$(LIB)  -lSysTools -lNTools -lBlitz  -lm
    25   ifeq ($(CXX),cxx)
    26    # librairie des instances de templates cxx
    27    LIBS := $(LIBS) -lrt
    28   endif
    29  else
    30   LIBF =  $(SLB)libsophya.so
    31   LIBS = -L$(SLB) -lextsophya -lsophya -lm
    32   ifeq ($(MACHEROS),OSF1)
    33    LIBS := $(LIBS) -lfor
    34   endif
    35   ifeq ($(MACHEROS),Linux)
    36 #   LIBS := $(LIBS) -ldl -lf2c
    37   endif
    38  endif
    39  
     20 include $(DPCBASEREP)/Include/MakefileUser.h
    4021 CPPFLAGS := -DWITH_SOPHYA $(CPPFLAGS)
    41  ifeq ($(CXX), cxx)
    42    LIBS := $(LIBS) -pthread
    43  endif
    44  ifeq ($(MACHEROS),Linux)
    45    LIBS := $(LIBS) -lpthread
    46  endif
    4722else
    4823 ifeq ($(CXX), cxx)
    4924  CXXFLAGS := -O -g -D__USE_STD_IOSTREAM
    50   LIBS := $(LIBS) -pthread
    51  endif
    52  ifeq ($(MACHEROS),Linux)
    53    LIBS := $(LIBS) -lpthread
    5425 endif
    5526endif
     
    5829CPPFLAGS    :=  $(CPPFLAGS) @cfitsincdir@ -I. -I$(srcdir)/../kernel -I$(srcdir)/.. -I.. -DANSI
    5930
    60 LDLIBS=@cfitslibdir@ -lcfitsio $(LIBS)
    61 
    6231ifeq ($(MACHEROS),IRIX64)
    63  ifeq ($(CXX), g++)
    64    LDLIBS=@cfitslibdir@ -lcfitsio -L /usr/lib32/
    65  endif
    6632 ifeq ($(CXX), CC)
    6733   CXXFLAGS = -LANG:std -woff 1171,1174,1552 -O -OPT:Olimit=0
  • trunk/ArchTOIPipe/Processors/nooppr.cc

    r1532 r1732  
     1#include <typeinfo>
    12#include "toimanager.h"
    23#include "nooppr.h"
Note: See TracChangeset for help on using the changeset viewer.