2020-09-30 16:53:55 +02:00

30 lines
601 B
Makefile

##########################################################################
#
# Microsoft Confidential
# Copyright (C) Microsoft Corporation 1995
# All Rights Reserved.
#
# Actvie Setup makefile
#
##########################################################################
!if "$(NTMAKEENV)" != ""
#
# This section is for the NT build ONLY.
# For NT build, change the 'sources' or 'dirs' file, not this makefile
#
clean:
!else
#
# Non-NT build makefile start HERE.
#
ROOT = ..\..
DIR = active
DIRLIST = basectl inseng
!include root.mk
!endif # !if NTMAKEENV