home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / kernex32.zip / mwdd_src.zip / 32bits / ext2-os2 / makefile next >
Makefile  |  1997-06-29  |  2KB  |  69 lines

  1. #
  2. # $Header: d:\\32bits\\ext2-os2\\rcs\\makefile,v 1.2 1997/03/15 16:21:39 Willm Exp $
  3. #
  4.  
  5. # 32 bits Linux ext2 file system driver for OS/2 WARP - Allows OS/2 to
  6. # access your Linux ext2fs partitions as normal drive letters.
  7. # Copyright (C) 1995, 1996, 1997  Matthieu WILLM (willm@ibm.net)
  8. #
  9. # This program is free software; you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation; either version 2 of the License, or
  12. # (at your option) any later version.
  13. #
  14. # This program is distributed in the hope that it will be useful,
  15. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  17. # GNU General Public License for more details.
  18. #
  19. # You should have received a copy of the GNU General Public License
  20. # along with this program; if not, write to the Free Software
  21. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  22.  
  23.  
  24. all:
  25.         @cd distrib
  26.         @$(MAKE)
  27.         @cd ..
  28.  
  29. clean:
  30.         cd fsh32
  31.         nmake clean
  32.         cd ..\mwdd32
  33.         nmake clean
  34.         cd ..\doc\mwdd32
  35.         nmake clean
  36.         cd ..\..\doc\ext2-os2
  37.         nmake clean
  38.         cd ..\..\distrib
  39.         nmake clean
  40.         cd ..\skeleton\ifs
  41.         nmake clean
  42.         cd ..\..\skeleton\basedev
  43.         nmake clean
  44.         cd ..\..
  45.         nmake -f makefile.ext2-os2 clean
  46.         cd console
  47.         nmake clean
  48.         cd ..\misc
  49.         nmake clean
  50.         cd ..\uext2
  51.         nmake clean
  52.         cd ..\vfsapi
  53.         nmake clean
  54.         cd ..\ext2flt
  55.         nmake -f makefile.msc clean
  56.         cd ..\skeleton\device
  57.         nmake clean
  58.         cd ..\..\skeleton\ses
  59.         nmake clean
  60.         cd ..\..\minifsd
  61.         nmake clean
  62.         cd ..\microfsd
  63.         nmake clean
  64.         cd ..\e2fsprogs-1.10
  65.         nmake -f makefile.os2 clean
  66.  
  67.  
  68.  
  69.