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.

28 lines
569 B

  1. #
  2. # The contents of this file were moved from windows\directx\dmusic\makefil0.
  3. #
  4. TARGETSRCS= \
  5. $(O)\dls1.h \
  6. $(O)\dls2.h \
  7. $(O)\dmdls.h \
  8. $(O)\dmerror.h \
  9. $(O)\dmksctrl.h \
  10. $(O)\dmusicc.h \
  11. $(O)\dmusicf.h \
  12. $(O)\dmusici.h \
  13. $(O)\dmplugin.h \
  14. $(O)\dmusics.h \
  15. dmusic: $(TARGETSRCS)
  16. clean:
  17. -del /F /Q $(TARGETSRCS)
  18. # Inference rules.
  19. .SUFFIXES:.h
  20. # Copy .h file from here to sdk\inc
  21. {}.h{$(O)}.h:
  22. copy $** $@