add targets/files for new test_seeking tester
This commit is contained in:
parent
0f0617f7ec
commit
94b5499726
18
FLAC.dsw
18
FLAC.dsw
@ -102,6 +102,9 @@ Package=<4>
|
||||
Project_Dep_Name test_libOggFLAC++
|
||||
End Project Dependency
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name test_seeking
|
||||
End Project Dependency
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name test_streams
|
||||
End Project Dependency
|
||||
}}}
|
||||
@ -177,6 +180,9 @@ Package=<4>
|
||||
Project_Dep_Name test_libOggFLAC++
|
||||
End Project Dependency
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name test_seeking
|
||||
End Project Dependency
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name test_streams
|
||||
End Project Dependency
|
||||
}}}
|
||||
@ -552,6 +558,18 @@ Package=<4>
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "test_seeking"=.\src\test_seeking\test_seeking.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "test_streams"=.\src\test_streams\test_streams.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
topdir = .
|
||||
|
||||
.PHONY: all doc src libFLAC libFLAC++ libOggFLAC libOggFLAC++ share plugin_common plugin_xmms flac metaflac test_grabbag test_libFLAC test_libFLAC++ test_libOggFLAC test_libOggFLAC++ test_streams
|
||||
.PHONY: all doc src libFLAC libFLAC++ libOggFLAC libOggFLAC++ share plugin_common plugin_xmms flac metaflac test_grabbag test_libFLAC test_libFLAC++ test_libOggFLAC test_libOggFLAC++ test_seeking test_streams
|
||||
all: doc src
|
||||
|
||||
DEFAULT_CONFIG = release
|
||||
@ -78,6 +78,9 @@ plugin_common: libFLAC
|
||||
plugin_xmms: libFLAC plugin_common
|
||||
(cd src/$@ ; $(MAKE) -f Makefile.lite $(CONFIG))
|
||||
|
||||
test_seeking: libFLAC libOggFLAC
|
||||
(cd src/$@ ; $(MAKE) -f Makefile.lite $(CONFIG))
|
||||
|
||||
test_streams: libFLAC
|
||||
(cd src/$@ ; $(MAKE) -f Makefile.lite $(CONFIG))
|
||||
|
||||
|
@ -394,6 +394,7 @@ AC_OUTPUT( \
|
||||
src/test_libFLAC++/Makefile \
|
||||
src/test_libOggFLAC/Makefile \
|
||||
src/test_libOggFLAC++/Makefile \
|
||||
src/test_seeking/Makefile \
|
||||
src/test_streams/Makefile \
|
||||
include/Makefile \
|
||||
include/FLAC/Makefile \
|
||||
|
@ -39,6 +39,7 @@ SUBDIRS = \
|
||||
test_libFLAC \
|
||||
test_libFLAC++ \
|
||||
$(OGGFLAC_TEST_DIRS) \
|
||||
test_seeking \
|
||||
test_streams
|
||||
|
||||
EXTRA_DIST = \
|
||||
|
@ -15,8 +15,8 @@
|
||||
# restrictive of those mentioned above. See the file COPYING.Xiph in this
|
||||
# distribution.
|
||||
|
||||
.PHONY: all flac libFLAC libFLAC++ libOggFLAC libOggFLAC++ metaflac plugin_common plugin_xmms share test_grabbag test_libFLAC test_libFLAC++ test_libOggFLAC test_libOggFLAC++ test_streams
|
||||
all: flac libFLAC libFLAC++ libOggFLAC libOggFLAC++ metaflac plugin_common plugin_xmms share test_grabbag test_libFLAC test_libFLAC++ test_libOggFLAC test_libOggFLAC++ test_streams
|
||||
.PHONY: all flac libFLAC libFLAC++ libOggFLAC libOggFLAC++ metaflac plugin_common plugin_xmms share test_grabbag test_libFLAC test_libFLAC++ test_libOggFLAC test_libOggFLAC++ test_seeking test_streams
|
||||
all: flac libFLAC libFLAC++ libOggFLAC libOggFLAC++ metaflac plugin_common plugin_xmms share test_grabbag test_libFLAC test_libFLAC++ test_libOggFLAC test_libOggFLAC++ test_seeking test_streams
|
||||
|
||||
DEFAULT_CONFIG = release
|
||||
|
||||
@ -30,7 +30,7 @@ debug : all
|
||||
valgrind: all
|
||||
release : all
|
||||
|
||||
flac libFLAC libFLAC++ libOggFLAC libOggFLAC++ metaflac plugin_common plugin_xmms share test_grabbag test_libFLAC test_libFLAC++ test_libOggFLAC test_libOggFLAC++ test_streams:
|
||||
flac libFLAC libFLAC++ libOggFLAC libOggFLAC++ metaflac plugin_common plugin_xmms share test_grabbag test_libFLAC test_libFLAC++ test_libOggFLAC test_libOggFLAC++ test_seeking test_streams:
|
||||
(cd $@ ; $(MAKE) -f Makefile.lite $(CONFIG))
|
||||
|
||||
clean:
|
||||
@ -48,6 +48,7 @@ clean:
|
||||
-(cd test_libFLAC++ ; $(MAKE) -f Makefile.lite clean)
|
||||
-(cd test_libOggFLAC ; $(MAKE) -f Makefile.lite clean)
|
||||
-(cd test_libOggFLAC++ ; $(MAKE) -f Makefile.lite clean)
|
||||
-(cd test_seeking ; $(MAKE) -f Makefile.lite clean)
|
||||
-(cd test_streams ; $(MAKE) -f Makefile.lite clean)
|
||||
|
||||
flac: libFLAC libOggFLAC share
|
||||
@ -63,4 +64,5 @@ test_libFLAC++: libFLAC libFLAC++
|
||||
test_libFLAC: libFLAC
|
||||
test_libOggFLAC++: libFLAC libOggFLAC libOggFLAC++
|
||||
test_libOggFLAC: libFLAC libOggFLAC
|
||||
test_seeking: libFLAC libOggFLAC
|
||||
test_streams: libFLAC
|
||||
|
Loading…
Reference in New Issue
Block a user