14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
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 2007 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25
26 PROG= diff diffh
27 SRCS= $(PROG:%=%.c)
28 BINDIFF= diff
29 LIBDIFFH= diffh
30
31 include ../Makefile.cmd
32
33 CERRWARN += -_gcc=-Wno-parentheses
34 CERRWARN += -_gcc=-Wno-uninitialized
35 CERRWARN += -_gcc=-Wno-address
36
37 #
38 # for messaging catalog
39 #
40 POFILE= diff.po
41 DCFILE= diff.dc
42 #XGETFLAGS += -a -x diff.xcl
43
44 ROOTBINDIFF = $(BINDIFF:%=$(ROOTBIN)/%)
45 ROOTLIBDIFFH = $(LIBDIFFH:%=$(ROOTLIB)/%)
46
47 .KEEP_STATE:
48
49 all: $(PROG)
50
51 #
52 # Use private rule
53 #
54 $(POFILE):
|
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
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 2007 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25
26 PROG= diff diffh
27 SRCS= $(PROG:%=%.c)
28 BINDIFF= diff
29 LIBDIFFH= diffh
30
31 include ../Makefile.cmd
32
33 CERRWARN += -_gcc=-Wno-parentheses
34 CERRWARN += $(CNOWARN_UNINIT)
35 CERRWARN += -_gcc=-Wno-address
36
37 #
38 # for messaging catalog
39 #
40 POFILE= diff.po
41 DCFILE= diff.dc
42 #XGETFLAGS += -a -x diff.xcl
43
44 ROOTBINDIFF = $(BINDIFF:%=$(ROOTBIN)/%)
45 ROOTLIBDIFFH = $(LIBDIFFH:%=$(ROOTLIB)/%)
46
47 .KEEP_STATE:
48
49 all: $(PROG)
50
51 #
52 # Use private rule
53 #
54 $(POFILE):
|