Source code of Windows XP (NT5)
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.

19 lines
511 B

  1. #
  2. # Generic dependency make file for NTOS tree. See depend.cmd in
  3. # \nt\private\tools.
  4. #
  5. all: _objects.mac _depends.mac
  6. !INCLUDE .\sources.
  7. !IFNDEF SOURCES
  8. !ERROR Your .\sources. file must define the SOURCES= macro
  9. !ENDIF
  10. _objects.mac: .\sources.
  11. sed -n "/^# SOURCES definition follows/,/^# SOURCES definition ends/p" .\sources \
  12. | sed -n -f \nt\private\tools\depend.sed >_objects.mac
  13. _depends.mac: .\sources.
  14. includes -I..\inc -I..\..\inc -i -l -e -Sobj $(_NTDEPEND) $(SOURCES) >_depends.mac