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.inc < prev   
Makefile  |  1997-06-29  |  2KB  |  70 lines

  1. #
  2. # $Header: d:\\32bits\\ext2-os2\\rcs\\makefile.inc,v 1.3 1997/03/15 16:22:33 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. MWDD32_VERSION  = \"1.70\"
  24. EXT2OS2_VERSION = \"2.40\"
  25. MWDD32_PKG_VER  = 170
  26. EXT2OS2_PKG_VER = 240
  27.  
  28. #
  29. # EXT2OS2_BASE : base directory of build tree
  30. #
  31. EXT2OS2_BASE = \32bits\ext2-os2
  32.  
  33. #
  34. # MINIFSD_BASE : base directory of mini FSD
  35. #
  36. MINIFSD_BASE = $(EXT2OS2_BASE)\minifsd
  37.  
  38. #
  39. # DDKPATH : base directory of the ddk 2.0
  40. #
  41. DDKPATH = \ddkx86
  42.  
  43. #
  44. # IFSTKTPATH : base directory of the IFS toolkit (no change required)
  45. #
  46. IFSTKTPATH = $(EXT2OS2_BASE)\ifstkt
  47.  
  48. #
  49. # MSVCPATH : base directory of MS Visual C++
  50. #
  51. MSVCPATH = \msvc
  52.  
  53. #
  54. # IBM Visualage C++ install directory
  55. #
  56. VACPATH = \apps\ibmcpp
  57.  
  58.  
  59. #
  60. # Linux ext2fs utilities path
  61. #
  62. E2FSPROGS=$(EXT2OS2_BASE)\e2fsprogs-1.10
  63.  
  64. #
  65. # EMX/GCC path
  66. #
  67. EMX = d:\emx
  68.  
  69. TEST_DIR=e:\mwfs
  70.