8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / audio / samples / au / Makefile
blobe49af8112b1342d26e159aecda568609b6b0e201
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.
25 # cmd/audio/samples/au/Makefile
28 include ../../../Makefile.cmd
30 AUFILES= bark.au \
31 bong.au \
32 bubbles.au \
33 busy.au \
34 chirp.au \
35 clink.au \
36 computer.au \
37 cowbell.au \
38 crash.au \
39 cuckoo.au \
40 dialtone.au \
41 doorbell.au \
42 drip.au \
43 fastbusy.au \
44 flush.au \
45 gong.au \
46 laugh.au \
47 laughter.au \
48 ring.au \
49 rooster.au \
50 spacemusic.au \
51 splat.au \
52 touchtone.1.au \
53 touchtone.2.au \
54 touchtone.3.au \
55 touchtone.4.au \
56 touchtone.5.au \
57 touchtone.6.au \
58 touchtone.7.au \
59 touchtone.8.au \
60 touchtone.9.au \
61 touchtone.0.au \
62 touchtone.pound.au \
63 touchtone.star.au \
64 train.au \
65 whistle.au
67 .KEEP_STATE:
69 FILEMODE= 444
71 ROOTAUDIOAU= $(ROOTAUDIOSAMP)/au
72 ROOTAUDIOAUFILES= $(AUFILES:%=$(ROOTAUDIOAU)/%)
74 AUDIR= $(ROOT)/usr/share/audio/samples/au
76 all:
78 install: $(AUDIR) .WAIT $(ROOTAUDIOAUFILES)
80 $(AUDIR):
81 $(INS.dir)
83 $(ROOTAUDIOAU)/%.au: %.au
84 $(INS.file)
86 clean clobber:
88 lint:
90 _msg: