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.

52 lines
993 B

  1. #
  2. # This is the phase when some .c and .h files
  3. # are automatically generated using perl scripts
  4. #
  5. #
  6. # Define Files and Dependencies
  7. #
  8. all: ..\REPSET.c \
  9. REPSET.h \
  10. NTFRSREP.h \
  11. NTFRSREP.ini \
  12. ..\REPCONN.c \
  13. REPCONN.h \
  14. NTFRSCON.h \
  15. NTFRSCON.ini
  16. clean: delsrc all
  17. delsrc:
  18. IF EXIST ..\REPSET.c del ..\REPSET.c
  19. IF EXIST REPSET.h del REPSET.h
  20. IF EXIST NTFRSREP.h del NTFRSREP.h
  21. IF EXIST NTFRSREP.ini del NTFRSREP.ini
  22. IF EXIST ..\REPCONN.c del ..\REPCONN.c
  23. IF EXIST REPCONN.h del REPCONN.h
  24. IF EXIST NTFRSCON.h del NTFRSCON.h
  25. IF EXIST NTFRSCON.ini del NTFRSCON.ini
  26. #
  27. # PERL Generate
  28. #
  29. #
  30. # REPLICASET Object
  31. #
  32. ..\REPSET.c \
  33. REPSET.h \
  34. NTFRSREP.h \
  35. NTFRSREP.ini \ : .\NTFRSREP.pl
  36. perl NTFRSREP.pl
  37. #
  38. # REPLICACONN Object
  39. #
  40. ..\REPCONN.c \
  41. REPCONN.h \
  42. NTFRSCON.h \
  43. NTFRSCON.ini \ : .\NTFRSCON.pl
  44. perl NTFRSCON.pl