Ignore:
Timestamp:
11/08/01 10:57:01 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Makefile.rules

    r1003 r1052  
    77        @echo " - Building Library lib$(LIB)"
    88        $(AR) $(LIB) *.o
     9        @echo " "
    910
    1011$(CINT)Cint.cc: $(HEADERS)
     
    3031
    3132rmcint:
    32         @echo "Removing cint-stuff..."
     33        @echo " Removing cint-stuff..."
    3334        @rm -f *Cint.*
    3435
    3536rmlib: 
    36         @echo "Removing libraries..."
    37         @rm -f lib/lib*.a  lib*.a
     37        @echo " Removing libraries..."
     38        @echo " "
     39        @rm -f lib/lib*.a lib*.a
    3840
    3941rmobjs:
    40         @echo "Removing object files..."
     42        @echo " Removing object files..."
    4143        @rm -f *.o
    4244
    4345rmcore:
    44         @echo "Removing core files..."
     46        @echo " Removing core files..."
    4547        @rm -f core*
    4648
    4749rmbin: 
    48         @echo "Removing binary files..."
     50        @echo " Removing binary files..."
    4951        @rm -f $(PROGRAMS) lib/$(SOLIB) so_locations
    5052
    5153rmbak:
    52         @echo "Removing backup files..."
     54        @echo " Removing backup files..."
    5355        @rm -f *~ kk.kk *.bak
     56
     57rmbakmac:
     58        @echo " Removing backup files in macros"
     59        @rm -f macros/*~
     60
     61rmhtml:
     62        @echo " Removing htmldoc-tree"
     63        @rm -rf htmldoc
    5464
    5565cflags:
Note: See TracChangeset for help on using the changeset viewer.