| 
            Last change
 on this file since 2885 was             2765, checked in by ansari, 20 years ago           | 
        
        
          | 
             
MAJ Makefile et smakefile suite gestion CXXTEMPFLG ds BuildMgr - cmv+Reza 25/5/2005 
 
           | 
        
        
          | 
            File size:
            1016 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [2743] | 1 | include $(SOPHYABASE)/include/sophyamake.inc
 | 
|---|
 | 2 |  
 | 
|---|
 | 3 | all: $(SOPHYALIBP)libSUtils.a
 | 
|---|
 | 4 |  
 | 
|---|
 | 5 | clean:
 | 
|---|
 | 6 |          rm -f $(SOPHYAOBJP)datacards.o $(SOPHYAOBJP)strutilxx.o $(SOPHYAOBJP)utils.o $(SOPHYAOBJP)strutil.o
 | 
|---|
 | 7 |         rm -f $(SOPHYALIBP)libSUtils.a
 | 
|---|
 | 8 |  
 | 
|---|
 | 9 | $(SOPHYALIBP)libSUtils.a : $(SOPHYAOBJP)datacards.o $(SOPHYAOBJP)strutil.o $(SOPHYAOBJP)strutilxx.o $(SOPHYAOBJP)utils.o
 | 
|---|
 | 10 |         $(AR) $(ARFLAGS) $@ $? 
 | 
|---|
| [2763] | 11 |         touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist
 | 
|---|
| [2743] | 12 |  
 | 
|---|
 | 13 | $(SOPHYAOBJP)datacards.o: datacards.cc \
 | 
|---|
 | 14 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| [2765] | 15 |   $(SOPHYAINCP)machdefs.h datacards.h \
 | 
|---|
| [2743] | 16 |   $(SOPHYAINCP)pexceptions.h
 | 
|---|
| [2765] | 17 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  datacards.cc
 | 
|---|
| [2743] | 18 |  
 | 
|---|
 | 19 | $(SOPHYAOBJP)strutilxx.o: strutilxx.cc \
 | 
|---|
 | 20 |   $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| [2765] | 21 |   $(SOPHYAINCP)machdefs.h strutilxx.h
 | 
|---|
 | 22 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  strutilxx.cc
 | 
|---|
| [2743] | 23 |  
 | 
|---|
| [2765] | 24 | $(SOPHYAOBJP)utils.o: utils.cc $(SOPHYAINCP)sopnamsp.h \
 | 
|---|
| [2743] | 25 |   $(SOPHYAINCP)machdefs.h utils.h \
 | 
|---|
 | 26 |   $(SOPHYAINCP)pexceptions.h
 | 
|---|
| [2765] | 27 |         $(CXXCOMPILE) $(CXXTEMPFLG) -o $@  utils.cc
 | 
|---|
| [2743] | 28 |  
 | 
|---|
 | 29 | $(SOPHYAOBJP)strutil.o: strutil.c strutil.h
 | 
|---|
| [2765] | 30 |         $(CCOMPILE) -o $@  strutil.c
 | 
|---|
| [2743] | 31 |  
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.