16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21 #
22 # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
23 #
24
25 MANIFEST = keymap.xml
26 SVCMETHOD = keymap
27
28 include ../Makefile.cmd
29
30 ROOTMANIFESTDIR = $(ROOTSVCSYSTEM)
31
32 .KEEP_STATE:
33
34 PROG = kbd
35 CFLAGS += $(CCVERBOSE)
36 CERRWARN += -_gcc=-Wno-uninitialized
37 LDLIBS += -lscf
38
39 all: $(PROG)
40
41 install: all $(ROOTPROG) $(ROOTMANIFEST) $(ROOTSVCMETHOD)
42
43 check: $(CHKMANIFEST)
44
45 clean:
46
47 lint: lint_PROG
48
49 include ../Makefile.targ
|
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21 #
22 # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
23 #
24
25 MANIFEST = keymap.xml
26 SVCMETHOD = keymap
27
28 include ../Makefile.cmd
29
30 ROOTMANIFESTDIR = $(ROOTSVCSYSTEM)
31
32 .KEEP_STATE:
33
34 PROG = kbd
35 CFLAGS += $(CCVERBOSE)
36 CERRWARN += $(CNOWARN_UNINIT)
37 LDLIBS += -lscf
38
39 all: $(PROG)
40
41 install: all $(ROOTPROG) $(ROOTMANIFEST) $(ROOTSVCMETHOD)
42
43 check: $(CHKMANIFEST)
44
45 clean:
46
47 lint: lint_PROG
48
49 include ../Makefile.targ
|