Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 248143 | Differences between
and this patch

Collapse All | Expand All

(-)tcpsound-0.3.1.orig/Makefile (-3 / +4 lines)
Lines 10-24 Link Here
10
MAN        = tcpsound.1
10
MAN        = tcpsound.1
11
MANGZ      = $(MAN:.1=.1.gz)
11
MANGZ      = $(MAN:.1=.1.gz)
12
MKTOOL     = ./mktool
12
MKTOOL     = ./mktool
13
CFLAGS     = -c -v -g -W1 -I$(includedir) -L$(libdir) -lSDL -lmba -lpthread
13
CFLAGS     = -c -v -g -W1 -I$(includedir) 
14
LIBS	   = -L$(libdir) -lSDL -lmba -lpthread
14
CC         = $(MKTOOL)
15
CC         = $(MKTOOL)
15
16
16
.SUFFIXES: .1 .1.gz
17
.SUFFIXES: .1 .1.gz
17
18
18
tcpsound: mktool src/tcpsound.c src/sound.h src/sound.c src/parse.h src/parse.c
19
tcpsound: mktool src/tcpsound.c src/sound.h src/sound.c src/parse.h src/parse.c
19
	@$(CC) $(CFLAGS) src/sound.c src/parse.c src/tcpsound.c -o tcpsound
20
	@$(CC) $(CFLAGS) src/sound.c src/parse.c src/tcpsound.c -o tcpsound $(LIBS)
20
play: mktool src/play.c
21
play: mktool src/play.c
21
	@$(CC) $(CFLAGS) src/play.c -o play
22
	@$(CC) $(CFLAGS) src/play.c -o play $(LIBS)
22
23
23
mktool:
24
mktool:
24
	cc -g -o mktool mktool.c
25
	cc -g -o mktool mktool.c

Return to bug 248143