Changeset 271 in Sophya for trunk/SophyaProg/Tests/Makefile
- Timestamp:
- Apr 27, 1999, 5:03:48 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/Makefile
r241 r271 7 7 LIBF = $(LIB)libSysTools.a $(LIB)libNTools.a $(LIB)libBlitz.a $(LIB)libPI.a $(LIB)libPIext.a 8 8 LIBS = -L$(LIB) -lPIext -lPI -lSysTools -lNTools -lBlitz -lm 9 #LIBS = -L$(LIB) -lSysTools -lm 9 10 ifeq ($(CXX),cxx) 10 11 # librairie des instances de templates cxx … … 13 14 else 14 15 LIBF = $(SLB)libtools.so 15 LIBS = -L$(SLB) -lPI -ltools -lm 16 #LIBS = -L$(SLB) -lPI -ltools -lm 17 LIBS = -L$(SLB) -ltools -lm 16 18 ifeq ($(MACHEROS),Linux) 17 LIBS = $(LIBS) -ldl19 LIBS := $(LIBS) -ldl 18 20 endif 19 21 endif … … 25 27 endif 26 28 27 LIBS = -L$(LIB) -lSysTools -lm28 29 29 30 LDLIBS := $(LIBS) $(LDLIBS)
Note:
See TracChangeset
for help on using the changeset viewer.