Make.proto
changeset 98 ccc7f9389a8e
parent 96 ae3b3d960476
child 102 77e4d1119ff2
equal deleted inserted replaced
97:3b0d380771e9 98:ccc7f9389a8e
     1 # $Header: /cvs/stx/stx/libcomp/Make.proto,v 1.24 1995-06-27 02:17:58 claus Exp $
     1 # $Header: /cvs/stx/stx/libcomp/Make.proto,v 1.25 1995-07-23 02:24:56 claus Exp $
     2 #
     2 #
     3 # -------------- no need to change anything below ----------
     3 # -------------- no need to change anything below ----------
     4 
     4 
     5 TOP=..
     5 TOP=..
     6 SUBDIRS=
     6 SUBDIRS=
    92 
    92 
    93 cleanjunk::
    93 cleanjunk::
    94 	    -rm -f *.c *.H
    94 	    -rm -f *.c *.H
    95 
    95 
    96 clean::
    96 clean::
       
    97 	    -mv ObjFloader.o __ObjFLoader.o
       
    98 	    -rm -f [A-Z]*.o
       
    99 	    -mv __ObjFLoader.o ObjFloader.o
    97 	    -rm -f *.c *.H abbrev.stc classList.stc
   100 	    -rm -f *.c *.H abbrev.stc classList.stc
    98 
   101 
    99 clobber::
   102 clobber::
   100 	    -rm -f *.c *.H abbrev.stc classList.stc
   103 	    -rm -f *.c *.H abbrev.stc classList.stc
   101 
   104