|
root / base / usr / src / cmd / krb5 / kdestroy / Makefile
Makefile Makefile 63 lines 1.1 KB
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#
# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# Copyright (c) 2018, Joyent, Inc.

PROG= kdestroy

OBJS	= kdestroy.o krpc_sys.o

SRCS	= kdestroy.c krpc_sys.c

include ../../Makefile.cmd
include $(SRC)/lib/gss_mechs/mech_krb5/Makefile.mech_krb5

CERRWARN += -Wno-implicit-function-declaration
CERRWARN += -Wno-parentheses

# not linted
SMATCH=off

POFILE = kdestroy.po
POFILES = generic.po

CPPFLAGS += -I../../../lib/gss_mechs/mech_krb5/include \
		-I$(SRC)/uts/common/gssapi/mechs/krb5/include


i386_CPPFLAGS =
sparc_CPPFLAGS += -D$(MACH)

LDFLAGS += $(KRUNPATH)
LDLIBS += $(KMECHLIB)

.KEEP_STATE:
all: $(PROG)

krpc_sys.o: krpc_sys.c
	$(COMPILE.c)  -o  $@ krpc_sys.c
	$(POST_PROCESS_O)

$(PROG):       $(OBJS)
	$(LINK.c) $(OBJS) -o $@ $(LDLIBS)
	$(POST_PROCESS)

install: $(KRB5PROG)

clean:
	$(RM) $(OBJS)

include ../../Makefile.targ

$(POFILE): $(DERIVED_FILES) .WAIT $(POFILES)
	$(RM) $@
	$(CAT) $(POFILES) > $@

generic.po:
	$(RM) messages.po
	$(XGETTEXT) $(XGETFLAGS) `($(GREP) -l gettext *.[ch] || echo /dev/null)`
	$(SED) "/^domain/d" messages.po > $@
	$(RM) messages.po