File: Makefile

package info (click to toggle)
alsalib 0.1.1-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 504 kB
  • ctags: 272
  • sloc: ansic: 2,235; makefile: 267; sh: 181
file content (20 lines) | stat: -rw-r--r-- 325 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Makefile for ALSA library
# Copyright (c) 1994-98 by Jaroslav Kysela <perex@jcu.cz>
#

include ../Makefile.conf

TARGETS=soundapi.txt \
        soundapi.html

all: $(TARGETS)

soundapi.txt: soundapi.sgml
	sgml2txt soundapi.sgml

soundapi.html: soundapi.sgml
	sgml2html soundapi.sgml

clean:
	rm -f core .depend *.orig *~