Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

128 lines
3.2 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. #
  15. # The MAJORCOMP and MINORCOMP variables are defined
  16. # so that $(MAJORCOMP)$(MINORCOMP)filename can be used in
  17. # cross compiling to provide unique filenames in a flat namespace.
  18. #
  19. MAJORCOMP=
  20. MINORCOMP=
  21. #
  22. # The TARGETNAME variable is defined by the developer. It is the name of
  23. # the target (component) that is being built by this makefile. It
  24. # should NOT include any path or file extension information.
  25. #
  26. TARGETNAME=analyze
  27. #
  28. # The TARGETPATH and TARGETTYPE variables are defined by the developer.
  29. # The first specifies where the target is to be build. The second specifies
  30. # the type of target (either PROGRAM, DYNLINK, LIBRARY, UMAPPL_NOLIB or
  31. # BOOTPGM). UMAPPL_NOLIB is used when you're only building user-mode
  32. # apps and don't need to build a library.
  33. #
  34. TARGETPATH=obj
  35. # Pick one of the following and delete the others
  36. TARGETTYPE=PROGRAM
  37. #
  38. # The TARGETLIBS specifies additional libraries to link with you target
  39. # image. Each library path specification should contain an asterisk (*)
  40. # where the machine specific subdirectory name should go.
  41. #
  42. TARGETLIBS=
  43. #
  44. # The INCLUDES variable specifies any include paths that are specific to
  45. # this source directory. Separate multiple directory paths with single
  46. # semicolons. Relative path specifications are okay.
  47. #
  48. INCLUDES=$(PROJECT_ROOT)\fs\ntfs
  49. #
  50. # The SOURCES variable is defined by the developer. It is a list of all the
  51. # source files for this component. Each source file should be on a separate
  52. # line using the line continuation character. This will minimize merge
  53. # conflicts if two developers adding source files to the same component.
  54. #
  55. SOURCES=analyze.cxx
  56. #i386_SOURCES=i386\source1.asm
  57. #IA64_SOURCES=ia64\source1.s
  58. #
  59. # Next specify options for the compiler.
  60. #
  61. C_DEFINES=
  62. # USE_CL860_LARGE_MODEL=
  63. USE_MSCVRT=1
  64. #
  65. # Next specify a kernel mode test (valid only in NTOS tree)
  66. #
  67. NTTEST=
  68. #
  69. # Next specify one or more user mode test programs and their type
  70. # UMTEST is used for optional test programs. UMAPPL is used for
  71. # programs that always get built when the directory is built.
  72. #
  73. UMTYPE=console
  74. UMTEST=
  75. UMAPPL=
  76. UMBASE=0x1000000
  77. UMLIBS=$(BASEDIR)\public\sdk\lib\*\ntdll.lib
  78. #
  79. # Defining either (or both) the variables NTTARGETFILE0 and/or NTTARGETFILES
  80. # will cause MAKEFILE.DEF to include .\makefile.inc immediately after it
  81. # specifies the top level targets (all, clean and loc) and their dependencies.
  82. # MAKEFILE.DEF also expands NTTARGETFILE0 as the first dependent for the
  83. # "all" target and NTTARGETFILES as the last dependent for the "all" target.
  84. # Useful for specifying additional targets and dependencies that don't fit the
  85. # general case covered by MAKEFILE.DEF
  86. #
  87. # NTTARGETFILE0=
  88. # NTTARGETFILES=