home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / opendc12.zip / od124os2.exe / od12otk1.exe / pmeister / IODSIMPL.TMF < prev    next >
Text File  |  1997-04-02  |  2KB  |  67 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.  
  35. IdlTargets =
  36.  
  37. RcTargets  =
  38.  
  39. HdrTargets = $filename$_msg.h
  40.  
  41. MsgTargets = $(ODSRC)/$(Locale)/$lang_subdir$/$filename$.cat \
  42.              $(ODSRC)/$(Locale)/$lang_subdir$/$filename$.hlp
  43.  
  44. LibTargets =
  45.  
  46. DllTargets =
  47.  
  48. # ===================================================================
  49. # Common Inference Rules
  50.  
  51. # Platform.mak contains all the platform specific code to build the
  52. # sample. Check it to verify which compiler the sample is using.
  53.  
  54. include $(ODSRC)/src/Platform.mak
  55.  
  56.  
  57. # ===================================================================
  58. # Rules
  59.  
  60. $(ODSRC)/$(Locale)/$lang_subdir$/$filename$.cat : $filename$.cat
  61.     @$(BuildCopy)
  62.  
  63. $(ODSRC)/$(Locale)/$lang_subdir$/$filename$.hlp : $filename$.hlp
  64.     @$(BuildCopy)
  65.  
  66. # end of file
  67.