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.

32 lines
900 B

  1. #****************************** File Header ******************************\
  2. # File Name: makefile.inc
  3. #
  4. # Copyright (c) 1985-96, Microsoft Corporation
  5. #
  6. # Inference rules to build generated header files
  7. #
  8. # History:
  9. # Feb-14-1996 GerardoB Created
  10. #***************************************************************************/
  11. $(O)\cscall.h: ..\cscall.tpl $(O)\scf.lst
  12. listmung $(O)\scf.lst ..\cscall.tpl >$@
  13. $(O)\callback.h: ..\callback.tpl $(O)\cb.lst
  14. listmung $(O)\cb.lst ..\callback.tpl >$@
  15. $(O)\msgdef.h: ..\msgdef.tpl $(O)\msgdef.lst
  16. listmung $(O)\msgdef.lst ..\msgdef.tpl >$@
  17. $(O)\scf.lst: ..\scf.lst
  18. @echo Creating $@ from $**
  19. $(C_PREPROCESSOR) $** > $@
  20. $(O)\cb.lst: ..\cb.lst
  21. @echo Creating $@ from $**
  22. $(C_PREPROCESSOR) $** > $@
  23. $(O)\msgdef.lst: ..\msgdef.lst
  24. @echo Creating $@ from $**
  25. $(C_PREPROCESSOR) $** > $@