windows-nt/Source/XPSP1/NT/drivers/wdm/audio/backpln/makefile

32 lines
583 B
Makefile
Raw Normal View History

2020-09-26 03:20:57 -05:00
#############################################################################
#
# Microsoft Confidential
# Copyright (c) 1991-2000 Microsoft Corporation
# All Rights Reserved.
#
# Makefile for wdm\audio\backpln directory
#
#############################################################################
## Define WIN95_BUILD to build in the memphis
## build enviroment
!IFDEF WIN95_BUILD
ROOT = ..\..\..
DIR = backpln
DIRLIST = stdunk adapters portcls
ALLLIST = $(DIRLIST)
!include $(ROOT)\dev\master.mk
## NT BUILD ENVIROMENT
!ELSE
all:
clean:
!ENDIF