Changeset 1265 in Sophya for trunk/SophyaPI/PIext/cxxexecutor.cc


Ignore:
Timestamp:
Oct 31, 2000, 6:05:42 PM (25 years ago)
Author:
ercodmgr
Message:

GetTmpDir SetTmpDir ds nobjmgr.h
re-ecriture commande sur piconsole en bleu/bleu_gras
suppression OBJ ds CrMakeFile

rz+cmv 31/10/00

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/cxxexecutor.cc

    r1262 r1265  
    445445os<<"LIBS := $(LIBS) -ldl -lf2c"<<endl;
    446446os<<"endif"<<endl;
    447 os<<"%.so:$(OBJ)%.o"<<endl;
     447os<<"%.so:%.o"<<endl;
    448448os<<"%:%.cc"<<endl;
    449449os<<"%:%.o"<<endl;
     
    456456os<<"%:%.so"<<endl;
    457457os<<"\t"<<"echo $@ \" made (.so) \""<<endl;
    458 os<<"%.so:$(OBJ)%.o"<<endl;
     458os<<"%.so:%.o"<<endl;
    459459os<<"\t"<<"$(LINK.cc) -shared -o $@ $< $(LIBS) $(MYLIBS)"<<endl;
    460 os<<"$(OBJ)%.o:%.cc"<<endl;
     460os<<"%.o:%.cc"<<endl;
    461461os<<"\t"<<"$(COMPILE.cc)  -o $@ $<"<<endl;
    462 os<<"$(OBJ)%.o:%.c"<<endl;
     462os<<"%.o:%.c"<<endl;
    463463os<<"\t"<<"$(COMPILE.c) -c $(CFLAGS)   $(USERFLAGS) -o $@ $<"<<endl;
    464464//---------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.