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.

46 lines
1.2 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Change to the file.
  4. Module Name:
  5. makefile.
  6. Abstract:
  7. This makefile builds the individual user profile files by merging
  8. each user's private profile files with the public profile files
  9. contained in this directory. This makefile should be executed each
  10. time the DEVELOPR subdirectory tree is ssync'd.
  11. Usage:
  12. make ; Builds current user's profile files
  13. make all ; Builds all users' profile files
  14. make username ; Builds a particular user's profile files
  15. make clean ; Erase ALL USERS profile files built by
  16. ; this makefile.
  17. Author:
  18. Steve Wood (stevewo) 27-Feb-1989
  19. Revision History:
  20. !ENDIF
  21. #
  22. # Current user's target and dependencies
  23. #
  24. $(USERNAME):$(USERNAME)\netnav.ini \
  25. $(USERNAME)\accounts.net
  26. $(USERNAME)\netnav.ini: netnav.pub $(USERNAME)\netnav.pri
  27. copy netnav.pub+$(USERNAME)\netnav.pri $(USERNAME)\netnav.ini
  28. $(USERNAME)\accounts.net: $(USERNAME)\netnav.ini $(USERNAME)\accounts.pri
  29. copy $(USERNAME)\accounts.pri $(USERNAME)\accounts.net
  30. gacctnet <$(USERNAME)\netnav.ini >>$(USERNAME)\accounts.net