"Fossies" - the Fresh Open Source Software Archive

Member "libsafe-2.0-16/Makefile" (6 Jul 2001, 411 Bytes) of package /linux/misc/old/libsafe-2.0-16.tgz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 # $Name: release2_0-16 $
    2 # $Id: Makefile,v 1.4 2001/07/06 19:52:14 ttsai Exp $
    3 
    4 
    5 all: libsafe exploits
    6 
    7 libsafe::
    8 	cd src; make
    9 
   10 debug::
   11 	cd src; make debug
   12 
   13 exploits::
   14 	cd exploits; make
   15 
   16 doc::
   17 	cd doc; make
   18 
   19 clean:
   20 	(cd src && make clean)
   21 	(cd exploits && make clean)
   22 	(cd doc && make clean)
   23 
   24 purge:
   25 	(cd src && make purge)
   26 	(cd exploits && make purge)
   27 	(cd doc && make purge)
   28 
   29 install:
   30 	cd src; make install