GSS_S_PROMPTING_NEEDED is a bit
[cyrus-sasl.git] / include / NTMakefile
1 # NTMakefile for SASL, include directory\r
2 # Alexey Melnikov\r
3 #\r
4 ################################################################\r
5 # Copyright (c) 2003 Carnegie Mellon University.  All rights reserved.\r
6 #\r
7 # Redistribution and use in source and binary forms, with or without\r
8 # modification, are permitted provided that the following conditions\r
9 # are met:\r
10 #\r
11 # 1. Redistributions of source code must retain the above copyright\r
12 #    notice, this list of conditions and the following disclaimer. \r
13 #\r
14 # 2. Redistributions in binary form must reproduce the above copyright\r
15 #    notice, this list of conditions and the following disclaimer in\r
16 #    the documentation and/or other materials provided with the\r
17 #    distribution.\r
18 #\r
19 # 3. The name "Carnegie Mellon University" must not be used to\r
20 #    endorse or promote products derived from this software without\r
21 #    prior written permission. For permission or any other legal\r
22 #    details, please contact  \r
23 #      Office of Technology Transfer\r
24 #      Carnegie Mellon University\r
25 #      5000 Forbes Avenue\r
26 #      Pittsburgh, PA  15213-3890\r
27 #      (412) 268-4387, fax: (412) 268-7395\r
28 #      tech-transfer@andrew.cmu.edu\r
29 #\r
30 # 4. Redistributions of any form whatsoever must retain the following\r
31 #    acknowledgment:\r
32 #    "This product includes software developed by Computing Services\r
33 #     at Carnegie Mellon University (http://www.cmu.edu/computing/)."\r
34 #\r
35 # CARNEGIE MELLON UNIVERSITY DISCLAIMS ALL WARRANTIES WITH REGARD TO\r
36 # THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r
37 # AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE\r
38 # FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES\r
39 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN\r
40 # AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING\r
41 # OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\r
42 #\r
43 ################################################################\r
44 \r
45 #Suppress verbose output from defaulting values\r
46 VERBOSE=0\r
47 \r
48 !INCLUDE ..\win32\common.mak\r
49 \r
50 includedir = $(prefix)\include\r
51 \r
52 saslincludedir = $(includedir)\sasl\\r
53 \r
54 saslinclude_HEADERS = hmac-md5.h md5.h sasl.h saslplug.h saslutil.h prop.h\r
55 \r
56 # The first target get executed by default. We don't want this to be "install"\r
57 all:\r
58         @echo Nothing to be done for $@\r
59 \r
60 #\r
61 # /I flag to xcopy tells to treat the last parameter as directory and create all missing levels\r
62 #\r
63 install: $(saslinclude_HEADERS)\r
64         !xcopy sasl*.h $(saslincludedir) /I /F /Y\r
65         !xcopy $? $(saslincludedir) /I /F /Y\r