~ubuntu-branches/ubuntu/oneiric/likewise-open/oneiric

« back to all changes in this revision

Viewing changes to krb5/src/windows/identity/util/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Scott Salley
  • Date: 2010-11-22 12:06:00 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20101122120600-8lba1fpceot71wlb
Tags: 6.0.0.53010-1
Likewise Open 6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Copyright (c) 2004 Massachusetts Institute of Technology
 
3
# Copyright (c) 2007 Secure Endpoints Inc.
 
4
#
 
5
# Permission is hereby granted, free of charge, to any person
 
6
# obtaining a copy of this software and associated documentation files
 
7
# (the "Software"), to deal in the Software without restriction,
 
8
# including without limitation the rights to use, copy, modify, merge,
 
9
# publish, distribute, sublicense, and/or sell copies of the Software,
 
10
# and to permit persons to whom the Software is furnished to do so,
 
11
# subject to the following conditions:
 
12
#
 
13
# The above copyright notice and this permission notice shall be
 
14
# included in all copies or substantial portions of the Software.
 
15
#
 
16
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
17
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 
18
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 
19
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 
20
# BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 
21
# ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 
22
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 
23
# SOFTWARE.
 
24
 
 
25
 
 
26
MODULE=util
 
27
!include <../config/Makefile.w32>
 
28
 
 
29
INCFILES= \
 
30
        $(INCDIR)\utils.h       \
 
31
        $(INCDIR)\hashtable.h   \
 
32
        $(INCDIR)\mstring.h     \
 
33
        $(INCDIR)\sync.h        \
 
34
        $(INCDIR)\perfstat.h
 
35
 
 
36
OBJFILES= \
 
37
        $(OBJ)\hashtable.obj    \
 
38
        $(OBJ)\mstring.obj      \
 
39
        $(OBJ)\sync.obj         \
 
40
        $(OBJ)\perfstat.obj
 
41
 
 
42
LIBFILES=
 
43
 
 
44
SDKLIBFILES= 
 
45
 
 
46
all: mkdirs $(INCFILES) $(OBJFILES)
 
47
 
 
48
clean::
 
49
        if exist ..\obj $(RM) $(INCFILES)