Changeset 1726 in Sophya for trunk/SophyaProg
- Timestamp:
- Oct 31, 2001, 4:49:51 PM (24 years ago)
- Location:
- trunk/SophyaProg/Tests
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/makepi
r590 r1726 5 5 6 6 ifdef NOSHLIB 7 7 8 LIBF = $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libBlitz.a $(LIB)libFitsIOServer.a $(LIB)libPI.a $(LIB)libPIext.a 8 9 LIBS = -L$(LIB) -lPIext -lPI -lSysTools -lNTools -lBlitz -lm … … 10 11 ifeq ($(CXX),cxx) 11 12 # librairie des instances de templates cxx 12 LIBS := $(LIBS) -lertcxx 13 endif 14 else 15 LIBF = $(SLB)libtools.so 16 LIBS = -L$(SLB) -lPI -ltools -lm 17 #LIBS = -L$(SLB) -ltools -lm 18 ifeq ($(MACHEROS),Linux) 19 LIBS := $(LIBS) -ldl 20 endif 13 LIBS := $(LIBS) -lrt 21 14 endif 22 15 16 else 23 17 24 25 ifndef (NOSHLIB) 26 bidon= coucou2 27 LIBS := $(SLIBS) $(LIBS) 18 LIBF = $(SLB)libsophya.so 19 LIBS = -L$(SLB) -lPI -lextsophya -lsophya -lpthread -lXm -lXt -lX11 -lm 20 ifeq ($(MACHEROS),OSF1) 21 LIBS := $(LIBS) -lfor 22 endif 23 ifeq ($(MACHEROS),Linux) 24 LIBS := $(LIBS) -ldl -lf2c 28 25 endif 29 26 27 endif 30 28 31 29 LDLIBS := $(LIBS) $(LDLIBS) 32 LIBS := $(LIBS) $(FITSIOLIB)33 34 30 35 31 %:%.cc
Note:
See TracChangeset
for help on using the changeset viewer.