move 32-bit libs to lib/i386 subdirs & 64-bit libs to lib/
[unleashed.git] / usr / src / cmd / hal / fdi / Makefile
blobe6ecc491e8870218c871da720494cb921a32c867
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
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.
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]
19 # CDDL HEADER END
22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
26 include ../../Makefile.cmd
27 include ../../Makefile.cmd.64
28 include ../Makefile.hal
30 DTDS = fdi.dtd.1
31 XMLDIR = $(ROOT)/usr/share/lib/xml/dtd
32 ROOTDTDS = $(DTDS:%=$(XMLDIR)/%)
34 $(ROOTDTDS) := FILEMODE = 444
36 FDIS = information/10freedesktop/10-camera-ptp.fdi \
37 information/10freedesktop/10-cd-dvd-burner.fdi \
38 information/10freedesktop/10-usb-card-readers.fdi \
39 information/10freedesktop/10-usb-music-players.fdi \
40 information/10freedesktop/10-usb-pda.fdi \
41 information/10freedesktop/10-usb-zip-drives.fdi \
42 information/10freedesktop/10-wireless-mice.fdi \
43 policy/10osvendor/10-laptop-panel-mgmt-policy.fdi \
44 policy/10osvendor/10-network-attached.fdi \
45 policy/10osvendor/10-power-mgmt-policy.fdi \
46 policy/10osvendor/10-cpufreq.fdi \
47 policy/10osvendor/10-toshiba-buttons.fdi \
48 policy/10osvendor/20-storage-methods.fdi \
49 policy/10osvendor/20-zfs-methods.fdi \
50 preprobe/10osvendor/10-ide-drives.fdi \
51 preprobe/10osvendor/20-ignore-fixed-storage.fdi \
52 preprobe/10osvendor/20-ignore-lofi.fdi \
53 preprobe/10osvendor/20-printers.fdi
54 FDIDIR = $(ROOT_HAL_FDI)
55 ROOTFDIS = $(FDIS:%=$(FDIDIR)/%)
57 $(ROOTFDIS) := FILEMODE = 444
59 all:
61 install: $(ROOTDTDS) $(ROOTFDIS)
63 $(XMLDIR)/%: %
64 $(INS.file)
66 $(FDIDIR)/%: %
67 $(INS.file)
69 clean clobber:
71 FRC: