sd: remove 'ssd' driver support
[unleashed/tickless.git] / usr / src / lib / libast / Makefile
blobb5c486de2075adaf858ff43ed5de9643e47b9a86
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
23 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
27 SHELL=/usr/bin/ksh93
29 include ../Makefile.lib
31 SUBDIRS = $(MACH)
32 $(BUILD64)SUBDIRS += $(MACH64)
34 all := TARGET= all
35 clean := TARGET= clean
36 clobber := TARGET= clobber
37 install := TARGET= install
38 _msg := TARGET= _msg
40 .KEEP_STATE:
42 all clean clobber install _msg: $(SUBDIRS)
44 LIBRARY= libast.a
46 HDRS= \
47 align.h \
48 ast_botch.h \
49 ast_ccode.h \
50 ast_common.h \
51 ast_dir.h \
52 ast_dirent.h \
53 ast_fcntl.h \
54 ast_float.h \
55 ast_fs.h \
56 ast_getopt.h \
57 ast_iconv.h \
58 ast_lib.h \
59 ast_limits.h \
60 ast_map.h \
61 ast_mmap.h \
62 ast_mode.h \
63 ast_namval.h \
64 ast_ndbm.h \
65 ast_nl_types.h \
66 ast_param.h \
67 ast_standards.h \
68 ast_std.h \
69 ast_stdio.h \
70 ast_sys.h \
71 ast_time.h \
72 ast_tty.h \
73 ast_version.h \
74 ast_vfork.h \
75 ast_wait.h \
76 ast_wchar.h \
77 ast_windows.h \
78 ast.h \
79 bytesex.h \
80 ccode.h \
81 cdt.h \
82 debug.h \
83 dirent.h \
84 dt.h \
85 endian.h \
86 error.h \
87 find.h \
88 fnmatch.h \
89 fnv.h \
90 fs3d.h \
91 fts.h \
92 ftw.h \
93 ftwalk.h \
94 getopt.h \
95 glob.h \
96 hash.h \
97 hashkey.h \
98 hashpart.h \
99 iconv.h \
100 ip6.h \
101 lc.h \
102 ls.h \
103 magic.h \
104 magicid.h \
105 mc.h \
106 mime.h \
107 mnt.h \
108 modecanon.h \
109 modex.h \
110 namval.h \
111 nl_types.h \
112 option.h \
113 preroot.h \
114 proc.h \
115 prototyped.h \
116 re_comp.h \
117 recfmt.h \
118 regex.h \
119 regexp.h \
120 sfdisc.h \
121 sfio_s.h \
122 sfio_t.h \
123 sfio.h \
124 shcmd.h \
125 sig.h \
126 stack.h \
127 stak.h \
128 stdio.h \
129 stk.h \
130 swap.h \
131 tar.h \
132 times.h \
133 tm.h \
134 tmx.h \
135 tok.h \
136 tv.h \
137 usage.h \
138 vdb.h \
139 vecargs.h \
140 vmalloc.h \
141 wait.h \
142 wchar.h \
143 wordexp.h
145 HDRDIR32= $(MACH)/include/ast
146 HDRDIR64= $(MACH64)/include/ast
147 include ../Makefile.asthdr
149 install_h: $(ROOTHDRS)
151 # We don't check these header files because they're owned by AT&T/AST
152 check:
154 $(SUBDIRS): FRC
155 @cd $@; pwd; $(MAKE) $(TARGET)
157 FRC:
159 include ../Makefile.targ