git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added tests
[swftools.git]
/
lib
/
bladeenc
/
Makefile.in
1
top_builddir = ../..
2
srcdir = @srcdir@
3
top_srcdir = @top_srcdir@
4
include ../../Makefile.common
5
6
bladeenc_objects = codec.o common.o encode.o formatbitstream2.o l3bitstream.o l3psy.o loop.o mdct.o reservoir.o subs.o tables.o
7
8
all: $(bladeenc_objects)
9
10
%.o: %.c
11
$(C) $< -o $@
12
13
install:
14
uninstall:
15
clean:
16
rm -f *.o *.lo *.a *.la
17