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.

54 lines
1.1 KiB

  1. # Makefile for c2config
  2. #
  3. #
  4. # History:
  5. # 09-Apr-1997 Scott Clark (scottc)
  6. # Created.
  7. #
  8. s1 = c2acls.dll
  9. s2 = c2config.exe
  10. s3 = c2config.hlp
  11. s4 = c2funcs.dll
  12. s5 = c2ntfacl.inf
  13. s6 = c2regacl.inf
  14. s7 = c2config.inf
  15. s8 = sectool.cmd
  16. all:
  17. binplace $(s8)
  18. copy low\$(s5) low\c2ntflow.inf
  19. binplace low\c2ntflow.inf
  20. copy low\$(s6) low\c2reglow.inf
  21. binplace low\c2reglow.inf
  22. copy med\$(s5) med\c2ntfmed.inf
  23. binplace med\c2ntfmed.inf
  24. copy med\$(s6) med\c2regmed.inf
  25. binplace med\c2regmed.inf
  26. copy high\$(s5) high\c2ntfhi.inf
  27. binplace high\c2ntfhi.inf
  28. copy high\$(s6) high\c2reghi.inf
  29. binplace high\c2reghi.inf
  30. cd low
  31. binplace $(s5)
  32. binplace $(s6)
  33. cd ..
  34. binplace $(s7)
  35. clobber:
  36. del low\c2ntflow.inf
  37. del low\c2reglow.inf
  38. del med\c2ntfmed.inf
  39. del med\c2regmed.inf
  40. del high\c2ntfhi.inf
  41. del high\c2reghi.inf
  42. clean: clobber all