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.

30 lines
593 B

  1. #############################################################################
  2. #
  3. # Copyright (c) 1991-2000 Microsoft Corporation
  4. # All Rights Reserved.
  5. #
  6. # Makefile for wdm\audio\backpln\miniport directory
  7. #
  8. #############################################################################
  9. ## Define WIN95_BUILD to build in the memphis
  10. ## build enviroment
  11. !IFDEF WIN95_BUILD
  12. ROOT = ..\..\..\..
  13. DIR = miniport
  14. DIRLIST = fmsynth uart dmusuart
  15. ALLLIST = $(DIRLIST)
  16. !include $(ROOT)\dev\master.mk
  17. ## NT BUILD ENVIROMENT
  18. !ELSE
  19. all:
  20. clean:
  21. !ENDIF