home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / cmd / winfe / makefile.win < prev    next >
Encoding:
Makefile  |  1998-04-08  |  1.5 KB  |  49 lines

  1. # The contents of this file are subject to the Netscape Public License
  2. # Version 1.0 (the "NPL"); you may not use this file except in
  3. # compliance with the NPL.  You may obtain a copy of the NPL at
  4. # http://www.mozilla.org/NPL/
  5. #
  6. # Software distributed under the NPL is distributed on an "AS IS" basis,
  7. # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  8. # for the specific language governing rights and limitations under the
  9. # NPL.
  10. #
  11. # The Initial Developer of this code under the NPL is Netscape
  12. # Communications Corporation.  Portions created by Netscape are
  13. # Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  14. # Reserved.
  15.  
  16.  
  17. DEPTH=..\..
  18.  
  19. #//------------------------------------------------------------------------
  20. #//
  21. #// Specify any "command" targets. (ie. DIRS, INSTALL_FILES, ...)
  22. #// (these must come before the common makefiles are included)
  23. #// 
  24. #// DIRS          - There are subdirectories to process
  25. #//
  26. #//------------------------------------------------------------------------
  27.  
  28. ## Include support for MOZ_LITE/MOZ_MEDIUM
  29. include <$(DEPTH)/config/liteness.mak>
  30.  
  31. DIRS=\
  32.     prefs \
  33. !ifdef EDITOR
  34.     edtrcdll \
  35. !endif
  36. !ifdef MOZ_MAIL_NEWS
  37.     mnrcdll \
  38. !endif
  39.     xpstrdll \
  40.     $(NULL)
  41.  
  42. #//------------------------------------------------------------------------
  43. #//
  44. #// Include the common makefile rules
  45. #//
  46. #//------------------------------------------------------------------------
  47. include <$(DEPTH)\config\rules.mak>
  48.  
  49.