]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
add mrproper and wipe
authorfranken <franken@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 6 Apr 2001 12:14:20 +0000 (12:14 +0000)
committerfranken <franken@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 6 Apr 2001 12:14:20 +0000 (12:14 +0000)
HLT/src/Makefile
HLT/src/Makefile_Root

index 7ee93c620134c726c9f490684ddeb394c96a32d6..79380fd7d1cd1affe8875c70e3f8f6e3c4e9b1cb 100644 (file)
@@ -76,9 +76,12 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 include tgt_$(ALICE_TARGET)/Make-depend 
 
 ###########
-so:
-       rm -fr $(ALICE)/mylibs/libAliL3.so
+mrproper:
+       rm -fr tgt_Linux
+       rm -fr $(DICT) $(DICTH) $(DICTO)
 clean:
        rm -fr tgt_Linux/*.o
        rm -fr $(ALICE)/mylibs/libAliL3.so
        rm -fr $(DICT) $(DICTH) $(DICTO)
+
+wipe: clean mrproper
index 453e8967615af93cecc1075f22a12228d101b264..2e638c4c786dc31ef61b52cdd2dda7e208099a1c 100644 (file)
@@ -428,6 +428,11 @@ clean:
 distclean:      clean
                @rm -f $(PROGRAMS) $(EVENTSO) $(EVENTLIB) *Dict.* *.def *.exp \
                   *.root *.ps .def so_locations
+mrproper: 
+               @rm -f $(OBJS) $(DICT) $(DICTH) core
+
+wipe: clean mrproper
+
 
 .SUFFIXES: .$(SrcSuf)