Changeset 1730 in Sophya for trunk/ArchTOIPipe/Processors


Ignore:
Timestamp:
Nov 5, 2001, 11:42:37 AM (24 years ago)
Author:
aubourg
Message:

pour config linux CDF

File:
1 edited

Legend:

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

    r1707 r1730  
    1818
    1919ifeq ($(USE_SOPHYA),1)
    20  include $(DPCDEVREP)/Include/Makefile.h
     20 include $(DPCBASEREP)/Include/MakefileUser.h
    2121
    2222 ifdef NOSHLIB
    23   LIBF =  $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libBlitz.a $(LIB)libFitsIOServer.a $(LIB)libPI.a $(LIB)libPIext.a
    24   LIBS = -L$(LIB) -lPIext -lPI -lSysTools -lNTools -lBlitz  -lm
     23  LIBF =  $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libBlitz.a $(LIB)libFitsIOServer.a
     24  LIBS = -L$(LIB) -lSysTools -lNTools -lBlitz  -lm
    2525  ifeq ($(CXX),cxx)
    2626   # librairie des instances de templates cxx
     
    2929 else
    3030  LIBF =  $(SLB)libsophya.so
    31   LIBS = -L$(SLB) -lPI -lextsophya -lsophya -lm
     31  LIBS = -L$(SLB) -lextsophya -lsophya -lm
    3232  ifeq ($(MACHEROS),OSF1)
    3333   LIBS := $(LIBS) -lfor
    3434  endif
    3535  ifeq ($(MACHEROS),Linux)
    36    LIBS := $(LIBS) -ldl -lf2c
     36#   LIBS := $(LIBS) -ldl -lf2c
    3737  endif
    3838 endif
     
    4242   LIBS := $(LIBS) -pthread
    4343 endif
     44 ifeq ($(MACHEROS),Linux)
     45   LIBS := $(LIBS) -lpthread
     46 endif
    4447else
    4548 ifeq ($(CXX), cxx)
    4649  CXXFLAGS := -O -g -D__USE_STD_IOSTREAM
    4750  LIBS := $(LIBS) -pthread
     51 endif
     52 ifeq ($(MACHEROS),Linux)
     53   LIBS := $(LIBS) -lpthread
    4854 endif
    4955endif
Note: See TracChangeset for help on using the changeset viewer.