Changeset 1730 in Sophya for trunk/ArchTOIPipe/Processors
- Timestamp:
- Nov 5, 2001, 11:42:37 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Processors/Makefile.in
r1707 r1730 18 18 19 19 ifeq ($(USE_SOPHYA),1) 20 include $(DPC DEVREP)/Include/Makefile.h20 include $(DPCBASEREP)/Include/MakefileUser.h 21 21 22 22 ifdef NOSHLIB 23 LIBF = $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libBlitz.a $(LIB)libFitsIOServer.a $(LIB)libPI.a $(LIB)libPIext.a24 LIBS = -L$(LIB) -lPIext -lPI-lSysTools -lNTools -lBlitz -lm23 LIBF = $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libBlitz.a $(LIB)libFitsIOServer.a 24 LIBS = -L$(LIB) -lSysTools -lNTools -lBlitz -lm 25 25 ifeq ($(CXX),cxx) 26 26 # librairie des instances de templates cxx … … 29 29 else 30 30 LIBF = $(SLB)libsophya.so 31 LIBS = -L$(SLB) -l PI -lextsophya -lsophya -lm31 LIBS = -L$(SLB) -lextsophya -lsophya -lm 32 32 ifeq ($(MACHEROS),OSF1) 33 33 LIBS := $(LIBS) -lfor 34 34 endif 35 35 ifeq ($(MACHEROS),Linux) 36 LIBS := $(LIBS) -ldl -lf2c36 # LIBS := $(LIBS) -ldl -lf2c 37 37 endif 38 38 endif … … 42 42 LIBS := $(LIBS) -pthread 43 43 endif 44 ifeq ($(MACHEROS),Linux) 45 LIBS := $(LIBS) -lpthread 46 endif 44 47 else 45 48 ifeq ($(CXX), cxx) 46 49 CXXFLAGS := -O -g -D__USE_STD_IOSTREAM 47 50 LIBS := $(LIBS) -pthread 51 endif 52 ifeq ($(MACHEROS),Linux) 53 LIBS := $(LIBS) -lpthread 48 54 endif 49 55 endif
Note:
See TracChangeset
for help on using the changeset viewer.