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, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# 9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10# or http://www.opensolaris.org/os/licensing. 11# See the License for the specific language governing permissions 12# and limitations under the License. 13# 14# When distributing Covered Code, include this CDDL HEADER in each 15# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16# If applicable, add the following below this CDDL HEADER, with the 17# fields enclosed by brackets "[]" replaced with your own identifying 18# information: Portions Copyright [yyyy] [name of copyright owner] 19# 20# CDDL HEADER END 21# 22# 23# Copyright (c) 2001 by Sun Microsystems, Inc. 24# All rights reserved. 25# 26#pragma ident "%Z%%M% %I% %E% SMI" 27# 28# cmd/audio/samples/au/Makefile 29# 30 31include ../../../Makefile.cmd 32 33AUFILES= bark.au \ 34 bong.au \ 35 bubbles.au \ 36 busy.au \ 37 chirp.au \ 38 clink.au \ 39 computer.au \ 40 cowbell.au \ 41 crash.au \ 42 cuckoo.au \ 43 dialtone.au \ 44 doorbell.au \ 45 drip.au \ 46 fastbusy.au \ 47 flush.au \ 48 gong.au \ 49 laugh.au \ 50 laughter.au \ 51 ring.au \ 52 rooster.au \ 53 sample.au \ 54 spacemusic.au \ 55 splat.au \ 56 touchtone.1.au \ 57 touchtone.2.au \ 58 touchtone.3.au \ 59 touchtone.4.au \ 60 touchtone.5.au \ 61 touchtone.6.au \ 62 touchtone.7.au \ 63 touchtone.8.au \ 64 touchtone.9.au \ 65 touchtone.0.au \ 66 touchtone.pound.au \ 67 touchtone.star.au \ 68 train.au \ 69 whistle.au 70 71.KEEP_STATE: 72 73FILEMODE= 444 74 75ROOTAUDIOAU= $(ROOTAUDIOSAMP)/au 76ROOTAUDIOAUFILES= $(AUFILES:%=$(ROOTAUDIOAU)/%) 77 78AUDIR= $(ROOT)/usr/share/audio/samples/au 79 80all: 81 82install: $(AUDIR) .WAIT $(ROOTAUDIOAUFILES) 83 84$(AUDIR): 85 $(INS.dir) 86 87$(ROOTAUDIOAU)/%.au: %.au 88 $(INS.file) 89 90clean clobber: 91 92lint: 93 94_msg: 95