summaryrefslogtreecommitdiffstats
path: root/private/oleutest/perf/perfcli/makefile
blob: 8991c0d2e93f5b9c785ce9233d24c3918740b2d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
############################################################################
#
#   Copyright (C) 1992, Microsoft Corporation.
#
#   All rights reserved.
#
############################################################################

!ifdef NTMAKEENV

!include $(NTMAKEENV)\makefile.def

!else # NTMAKEENV

default: all

!include $(CAIROLE)\com\makefile
!include $(DEPENDFILE)

!endif # NTMAKEENV