Changeset 1732 in Sophya for trunk/ArchTOIPipe/ProcWSophya


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

nettoyage pour portabilite

File:
1 edited

Legend:

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

    r1731 r1732  
    1919ifeq ($(USE_SOPHYA),1)
    2020 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  
    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
    47 else
    48  ifeq ($(CXX), cxx)
    49   CXXFLAGS := -O -g -D__USE_STD_IOSTREAM
    50   LIBS := $(LIBS) -pthread
    51  endif
    52  ifeq ($(MACHEROS),Linux)
    53    LIBS := $(LIBS) -lpthread
    54  endif
    5522endif
    5623
     
    5825CPPFLAGS    :=  $(CPPFLAGS) @cfitsincdir@ -I. -I$(srcdir)/../kernel -I$(srcdir)/.. -I.. -DANSI 
    5926
    60 LDLIBS=@cfitslibdir@ -lcfitsio $(LIBS)
    6127
    6228ifeq ($(MACHEROS),IRIX64)
    63  ifeq ($(CXX), g++)
    64    LDLIBS=@cfitslibdir@ -lcfitsio -L /usr/lib32/
    65  endif
    6629 ifeq ($(CXX), CC)
    6730   CXXFLAGS = -LANG:std -woff 1171,1174,1552 -O -OPT:Olimit=0
Note: See TracChangeset for help on using the changeset viewer.