Changeset 1732 in Sophya for trunk/ArchTOIPipe/Processors
- Timestamp:
- Nov 5, 2001, 2:30:33 PM (24 years ago)
- Location:
- trunk/ArchTOIPipe/Processors
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Processors/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 … … 58 29 CPPFLAGS := $(CPPFLAGS) @cfitsincdir@ -I. -I$(srcdir)/../kernel -I$(srcdir)/.. -I.. -DANSI 59 30 60 LDLIBS=@cfitslibdir@ -lcfitsio $(LIBS)61 62 31 ifeq ($(MACHEROS),IRIX64) 63 ifeq ($(CXX), g++)64 LDLIBS=@cfitslibdir@ -lcfitsio -L /usr/lib32/65 endif66 32 ifeq ($(CXX), CC) 67 33 CXXFLAGS = -LANG:std -woff 1171,1174,1552 -O -OPT:Olimit=0 -
trunk/ArchTOIPipe/Processors/nooppr.cc
r1532 r1732 1 #include <typeinfo> 1 2 #include "toimanager.h" 2 3 #include "nooppr.h"
Note:
See TracChangeset
for help on using the changeset viewer.