| 
            Last change
 on this file since 235 was             221, checked in by ansari, 27 years ago           | 
        
        
          | 
             
Creation module DPC/Blitz (blitz 0.4) Reza 09/04/99 
 
           | 
        
        
          | 
            File size:
            296 bytes
           | 
        
      
      
| Line |   | 
|---|
| 1 | include ../Mgr/Makefile.h
 | 
|---|
| 2 |  
 | 
|---|
| 3 | all: $(LIB)libBlitz.a
 | 
|---|
| 4 | clean:
 | 
|---|
| 5 |         rm -f $(OBJ)globals.o
 | 
|---|
| 6 |         rm $(LIB)libBlitz.a
 | 
|---|
| 7 | $(LIB)libBlitz.a : $(OBJ)globals.o
 | 
|---|
| 8 |         $(AR) $(ARFLAGS) $@ $?
 | 
|---|
| 9 | ifeq ($(CXX),cxx)
 | 
|---|
| 10 |         $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -L$(LIB) -lBlitz -lSysTools -o $(OBJ)xx.x -Hf
 | 
|---|
| 11 | endif 
 | 
|---|
| 12 |  
 | 
|---|
| 13 | $(OBJ)globals.o: globals.cc
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.