xref: /illumos-gate/usr/src/cmd/audio/samples/au/Makefile (revision 95b1c58a)
1#
2# CDDL HEADER START
3#
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.
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 2009 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25# cmd/audio/samples/au/Makefile
26#
27
28include ../../../Makefile.cmd
29
30AUFILES=	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
66
67.KEEP_STATE:
68
69FILEMODE=	444
70
71ROOTAUDIOAU=	$(ROOTAUDIOSAMP)/au
72ROOTAUDIOAUFILES= $(AUFILES:%=$(ROOTAUDIOAU)/%)
73
74AUDIR= $(ROOT)/usr/share/audio/samples/au
75
76all:
77
78install:	$(AUDIR) .WAIT $(ROOTAUDIOAUFILES)
79
80$(AUDIR):
81	$(INS.dir)
82
83$(ROOTAUDIOAU)/%.au: %.au
84	$(INS.file)
85
86clean clobber:
87
88lint:
89
90_msg:
91