summaryrefslogtreecommitdiff
path: root/lib/libossaudio/Makefile
blob: e7413768b8b457543ce4ba949f216aaeb37d8d95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.5 1998/04/13 14:18:45 lukem Exp $

LIB=	ossaudio
MAN=	ossaudio.3

SRCS=	ossaudio.c

CPPFLAGS+= -I${.CURDIR}

INCS=	soundcard.h
INCSDIR=/usr/include

.include <bsd.lib.mk>

e?id=de08a5e37ebc79817e279a3ffedd7487aa98d1f3'>Add minimal dependency to make "make depend" optionalitohy 1999-02-20Define MK* vars before hidden inclusion of bsd.own.mk from ../Makefile.incpk 1999-02-13convert from NOxxx= to MKxxx=no.lukem 1999-02-09Revert to static libcc1. It's acutally a bit faster on most applicationstv 1998-11-28Add sparc64 support.eeh 1998-11-16Make this work again if BSDOBJDIR is set.frueauf 1998-11-15Add timestamp files and move-if-change logic for machine-generated source.jonathan 1998-10-31gcc uses "mips" as the config subdirectory and arch-dependent filenamejonathan 1998-10-14Forcibly remove the "generated" files in gnu/dist automatically so theytv 1998-09-13Rethink the origins of LDSTATIC. Instead, use an option NOLINKLIB, whichtv 1998-08-17Fix "make depend".tv 1998-08-17Depend the .so files on the generated headers too.tv 1998-08-17Get the dependencies right for gen*.lo which depend on genrtl.h.tv 1998-08-17Set NOPICINSTALL for this limited-use librarytv 1998-08-17USE_EGCS_HAIFA, not USE_HAIFA.tv 1998-08-17Update to egcs 1.1 snapshot, and a few remaining nits.tv