1f59d82ffSelric########################################################################
2f59d82ffSelric#
3f59d82ffSelric# Copyright (c) 2009, Secure Endpoints Inc.
4f59d82ffSelric# All rights reserved.
5f59d82ffSelric#
6f59d82ffSelric# Redistribution and use in source and binary forms, with or without
7f59d82ffSelric# modification, are permitted provided that the following conditions
8f59d82ffSelric# are met:
9f59d82ffSelric#
10f59d82ffSelric# - Redistributions of source code must retain the above copyright
11f59d82ffSelric#   notice, this list of conditions and the following disclaimer.
12f59d82ffSelric#
13f59d82ffSelric# - Redistributions in binary form must reproduce the above copyright
14f59d82ffSelric#   notice, this list of conditions and the following disclaimer in
15f59d82ffSelric#   the documentation and/or other materials provided with the
16f59d82ffSelric#   distribution.
17f59d82ffSelric#
18f59d82ffSelric# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
19f59d82ffSelric# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20f59d82ffSelric# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
21f59d82ffSelric# FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
22f59d82ffSelric# COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
23f59d82ffSelric# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
24f59d82ffSelric# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25f59d82ffSelric# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
26f59d82ffSelric# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27f59d82ffSelric# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
28f59d82ffSelric# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29f59d82ffSelric# POSSIBILITY OF SUCH DAMAGE.
30f59d82ffSelric#
31f59d82ffSelric
32*e0895134Schristos!if exist("thirdparty\NTMakefile")
33f59d82ffSelricthirdparty=thirdparty
34f59d82ffSelric!endif
35f59d82ffSelric
36*e0895134Schristos!ifdef APPVEYOR
37*e0895134SchristosSUBDIRS = include lib kuser kdc admin kadmin kpasswd appl doc \
38*e0895134Schristos	tools tests packages etc
39*e0895134Schristos!else
40*e0895134SchristosSUBDIRS = include lib kuser kdc admin kadmin kpasswd appl doc \
41f59d82ffSelric	tools tests packages etc $(thirdparty) packages\windows\installer
42*e0895134Schristos!endif
43f59d82ffSelric
44f59d82ffSelric!include windows/NTMakefile.w32
45f59d82ffSelric
46f59d82ffSelricall::
47f59d82ffSelric	@echo Build finished succesfully
48