Changeset 1732 in Sophya for trunk/ArchTOIPipe/TestPipes


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/TestPipes/Makefile.in

    r1730 r1732  
    88AR=@AR@
    99RANLIB=@RANLIB@
     10LIBS=@LIBS@
    1011CXXFLAGS=-O -g
    1112CFLAGS=-O -g
     
    2223 ifdef NOSHLIB
    2324  LIBF =  $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libBlitz.a $(LIB)libFitsIOServer.a
    24   LIBS := -L$(LIB)  -lSysTools -lNTools -lBlitz  -lm
     25  LIBS := -L$(LIB)  -lSysTools -lNTools -lBlitz  $(LIBS)
    2526  ifeq ($(CXX),cxx)
    2627   # librairie des instances de templates cxx
     
    2930 else
    3031  LIBF =  $(SLB)libsophya.so
    31   LIBS := -L$(SLB)  -lextsophya -lsophya -lm
     32  LIBS := -L$(SLB)  -lextsophya -lsophya $(LIBS)
    3233  ifeq ($(MACHEROS),OSF1)
    3334   LIBS := $(LIBS) -lfor
    34   endif
    35   ifeq ($(MACHEROS),Linux)
    36 #   LIBS := $(LIBS) -ldl -lf2c
    3735  endif
    3836 endif
     
    4240   LIBS := $(LIBS) -pthread
    4341 endif
    44  ifeq ($(MACHEROS),Linux)
    45    LIBS := $(LIBS) -lpthread
    46  endif
    4742else
    4843 ifeq ($(CXX), cxx)
    4944  CXXFLAGS := -O -g -D__USE_STD_IOSTREAM
    5045  LIBS := $(LIBS) -pthread
    51  endif
    52  ifeq ($(MACHEROS),Linux)
    53    LIBS := $(LIBS) -lpthread
    5446 endif
    5547endif
Note: See TracChangeset for help on using the changeset viewer.