Changeset 1732 in Sophya for trunk/ArchTOIPipe/Kernel/Makefile.in
- Timestamp:
- Nov 5, 2001, 2:30:33 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/Makefile.in
r1731 r1732 18 18 19 19 ifeq ($(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 40 21 CPPFLAGS := -DWITH_SOPHYA $(CPPFLAGS) 41 ifeq ($(CXX), cxx)42 LIBS := $(LIBS) -pthread43 endif44 ifeq ($(MACHEROS),Linux)45 LIBS := $(LIBS) -lpthread46 endif47 22 else 48 23 ifeq ($(CXX), cxx) 49 24 CXXFLAGS := -O -g -D__USE_STD_IOSTREAM 50 LIBS := $(LIBS) -pthread51 endif52 ifeq ($(MACHEROS),Linux)53 LIBS := $(LIBS) -lpthread54 25 endif 55 26 endif
Note:
See TracChangeset
for help on using the changeset viewer.