OSDN Git Service

delete ffmpeg option -fs.
[rec10/rec10-git.git] / Makefile.base
1 MAJOR = 0
2 MINOR = 9
3 REVISION = 10
4 VER = $(MAJOR).$(MINOR).$(REVISION)
5
6
7 all: 
8         cd tstools;make all
9         cd rectool;Makefile.PL
10         cd tunerec;make all
11 clean:
12         cd tstools;make clean
13 install: 
14         cd rec10;make install
15         cd tstools;make install
16         cd tunerec;make install
17 uninstall:
18         cd tstools;make uninstall
19         cd rec10;make uninstall
20         cd tunerec;make uninstall
21