Changeset 1732 in Sophya for trunk/ArchTOIPipe/Kernel/Makefile.in


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/Kernel/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
Note: See TracChangeset for help on using the changeset viewer.