5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
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 2006 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25 # ident "%Z%%M% %I% %E% SMI"
26 #
27
28 SUBDIRS = \
29 libprint \
30 libpapi-common \
31 libpapi-dynamic \
32 libpapi-lpd \
33 libipp-core \
34 libhttp-core \
35 libpapi-ipp \
36 libipp-listener \
37 mod_ipp
38
39 all := TARGET = all
40 clean := TARGET = clean
41 clobber := TARGET = clobber
42 install := TARGET = install
43 install_h := TARGET = install_h
44 lint := TARGET = lint
45
46 include $(SRC)/Makefile.master
47
48 TEXT_DOMAIN= SUNW_OST_OSLIB
49 POFILE= print-lib.po
50
51 .KEEP_STATE:
52
53 all: $(TXTS) $(SUBDIRS)
54
55 #
56 # Each message catalog file is generated in each sub
57 # directory and copied to the usr/src/cmd/lp/ directory.
58 # Those message catalog files are consolidated into one
|
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
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 2006 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
24 #
25
26 SUBDIRS = \
27 libprint \
28 libpapi-common \
29 libpapi-dynamic \
30 libpapi-lpd \
31 libipp-core \
32 libhttp-core \
33 libpapi-ipp \
34 libipp-listener
35
36 $(ENABLE_IPP_PRINTING) SUBDIRS += mod_ipp
37
38 all := TARGET = all
39 clean := TARGET = clean
40 clobber := TARGET = clobber
41 install := TARGET = install
42 install_h := TARGET = install_h
43 lint := TARGET = lint
44
45 include $(SRC)/Makefile.master
46
47 TEXT_DOMAIN= SUNW_OST_OSLIB
48 POFILE= print-lib.po
49
50 .KEEP_STATE:
51
52 all: $(TXTS) $(SUBDIRS)
53
54 #
55 # Each message catalog file is generated in each sub
56 # directory and copied to the usr/src/cmd/lp/ directory.
57 # Those message catalog files are consolidated into one
|