Changeset 1265 in Sophya for trunk/SophyaPI/PIext/cxxexecutor.cc
- Timestamp:
- Oct 31, 2000, 6:05:42 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/cxxexecutor.cc
r1262 r1265 445 445 os<<"LIBS := $(LIBS) -ldl -lf2c"<<endl; 446 446 os<<"endif"<<endl; 447 os<<"%.so: $(OBJ)%.o"<<endl;447 os<<"%.so:%.o"<<endl; 448 448 os<<"%:%.cc"<<endl; 449 449 os<<"%:%.o"<<endl; … … 456 456 os<<"%:%.so"<<endl; 457 457 os<<"\t"<<"echo $@ \" made (.so) \""<<endl; 458 os<<"%.so: $(OBJ)%.o"<<endl;458 os<<"%.so:%.o"<<endl; 459 459 os<<"\t"<<"$(LINK.cc) -shared -o $@ $< $(LIBS) $(MYLIBS)"<<endl; 460 os<<" $(OBJ)%.o:%.cc"<<endl;460 os<<"%.o:%.cc"<<endl; 461 461 os<<"\t"<<"$(COMPILE.cc) -o $@ $<"<<endl; 462 os<<" $(OBJ)%.o:%.c"<<endl;462 os<<"%.o:%.c"<<endl; 463 463 os<<"\t"<<"$(COMPILE.c) -c $(CFLAGS) $(USERFLAGS) -o $@ $<"<<endl; 464 464 //---------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.