Changeset 1732 in Sophya for trunk/ArchTOIPipe/TestPipes
- Timestamp:
- Nov 5, 2001, 2:30:33 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/TestPipes/Makefile.in
r1730 r1732 8 8 AR=@AR@ 9 9 RANLIB=@RANLIB@ 10 LIBS=@LIBS@ 10 11 CXXFLAGS=-O -g 11 12 CFLAGS=-O -g … … 22 23 ifdef NOSHLIB 23 24 LIBF = $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libBlitz.a $(LIB)libFitsIOServer.a 24 LIBS := -L$(LIB) -lSysTools -lNTools -lBlitz -lm25 LIBS := -L$(LIB) -lSysTools -lNTools -lBlitz $(LIBS) 25 26 ifeq ($(CXX),cxx) 26 27 # librairie des instances de templates cxx … … 29 30 else 30 31 LIBF = $(SLB)libsophya.so 31 LIBS := -L$(SLB) -lextsophya -lsophya -lm32 LIBS := -L$(SLB) -lextsophya -lsophya $(LIBS) 32 33 ifeq ($(MACHEROS),OSF1) 33 34 LIBS := $(LIBS) -lfor 34 endif35 ifeq ($(MACHEROS),Linux)36 # LIBS := $(LIBS) -ldl -lf2c37 35 endif 38 36 endif … … 42 40 LIBS := $(LIBS) -pthread 43 41 endif 44 ifeq ($(MACHEROS),Linux)45 LIBS := $(LIBS) -lpthread46 endif47 42 else 48 43 ifeq ($(CXX), cxx) 49 44 CXXFLAGS := -O -g -D__USE_STD_IOSTREAM 50 45 LIBS := $(LIBS) -pthread 51 endif52 ifeq ($(MACHEROS),Linux)53 LIBS := $(LIBS) -lpthread54 46 endif 55 47 endif
Note:
See TracChangeset
for help on using the changeset viewer.