| Last change
 on this file since 14111 was             10026, checked in by tbretz, 15 years ago | 
        
          | Removed necessity of defining OSTYPE. | 
        
          | File size:
            633 bytes | 
      
      
| Line |  | 
|---|
| 1 | ################################################################## | 
|---|
| 2 | # | 
|---|
| 3 | #   makefile | 
|---|
| 4 | # | 
|---|
| 5 | #   for the MARS software | 
|---|
| 6 | # | 
|---|
| 7 | ################################################################## | 
|---|
| 8 |  | 
|---|
| 9 | include ../Makefile.conf.general | 
|---|
| 10 | include ../Makefile.conf.$(OSTYPE) | 
|---|
| 11 |  | 
|---|
| 12 | INCLUDES = -I. -I../base -I../catalog -I../main -I../candrv -I../incl -I../caos -I../mars | 
|---|
| 13 |  | 
|---|
| 14 | CINT     = TcpIp | 
|---|
| 15 |  | 
|---|
| 16 | #------------------------------------------------------------------------------ | 
|---|
| 17 |  | 
|---|
| 18 | SRCFILES = MTcpIpIO.cc \ | 
|---|
| 19 | MCeCoCom.cc \ | 
|---|
| 20 | MDriveCom.cc | 
|---|
| 21 |  | 
|---|
| 22 | ############################################################ | 
|---|
| 23 |  | 
|---|
| 24 | all: $(OBJS) | 
|---|
| 25 |  | 
|---|
| 26 | include ../Makefile.rules | 
|---|
| 27 |  | 
|---|
| 28 | mrproper:       clean rmbak | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.