home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / opendc12.zip / od124os2.exe / od12otk1.exe / pmeister / IODSIMPL.TME < prev    next >
Text File  |  1997-04-02  |  2KB  |  70 lines

  1. #   File:          MAKEFILE
  2. #
  3. #   Description:   Make file for $partname$
  4. #
  5. #   Written by:    $author$
  6. #
  7. #   Copyright:     (c) $years$ by $company$
  8. #                  - all rights reserved
  9. #
  10. #   Generated by:  $toolname$ $toolversion$
  11.  
  12. # If you wish to add to the existing compile and link flags, you can
  13. # do it with these macros
  14.  
  15. ExtraSOMCompileOptions =
  16.  
  17. ExtraCompileOptions =
  18.  
  19. ExtraLinkOptions =
  20.  
  21. # ===================================================================
  22. # Subdirectories you want nmake to visit
  23. #Subdirs =
  24.  
  25. # ===================================================================
  26. # Targets
  27.  
  28. # IdlTargets = List all the idls
  29. # HdrTargets = List all the C++ headers
  30. # MsgTargets = List all the message catalogs
  31. # LibTargets = List all export libraries to be built
  32. # DllTargets = List all shared libraries to be built
  33. #
  34. # The Reg* and File*  macros are used to generate a table of contents
  35. # and an install package
  36.  
  37.  
  38. IdlTargets =
  39.  
  40. RcTargets  =
  41.  
  42. HdrTargets =
  43.  
  44. MsgTargets = $(ODSRC)/locale/$lang_subdir$/$filename$.cat \
  45.              $(ODSRC)/locale/$lang_subdir$/$filename$.hlp
  46.  
  47. LibTargets =
  48.  
  49. DllTargets =
  50.  
  51. # ===================================================================
  52. # Common Inference Rules
  53.  
  54. # Platform.mak contains all the platform specific code to build the
  55. # sample. Check it to verify which compiler the sample is using.
  56.  
  57. !include $(ODSRC)\src\Platform.mak
  58.  
  59.  
  60. # ===================================================================
  61. # Rules
  62.  
  63. $(ODSRC)/locale/$lang_subdir$/$filename$.cat : $filename$.cat
  64.         @$(BuildCopy)
  65.  
  66. $(ODSRC)/locale/$lang_subdir$/$filename$.hlp : $filename$.hlp
  67.         @$(BuildCopy)
  68.  
  69. # end of file
  70.