Changeset 4123
- Timestamp:
- 05/24/08 15:41:04 (8 months ago)
- Files:
-
- ivtv/trunk/test/Makefile (modified) (1 diff)
- ivtv/trunk/test/ps-analyzer.cpp (moved) (moved from ivtv/trunk/utils/ps-analyzer.cpp)
- ivtv/trunk/utils/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ivtv/trunk/test/Makefile
r4017 r4123 6 6 mpeg-enc-stop-start-test ivtv-yuv-dma-test \ 7 7 ivtv-osd-dma-test ivtv-fb-colormap-test \ 8 ivtv-fb-16-bit-test 8 ivtv-fb-16-bit-test ps-analyzer 9 9 10 CFLAGS = -I../ driver -I../utils -D_GNU_SOURCE -O2 -Wall10 CFLAGS = -I../utils -D_GNU_SOURCE -O2 -Wall 11 11 CXXFLAGS = $(CFLAGS) 12 12 LDFLAGS = -lm ivtv/trunk/utils/Makefile
r4122 r4123 10 10 endif 11 11 12 EXES := v4l2-ctl v4l2-dbg ivtv-ctl ivtv-radio ps-analyzer$(X86_EXES)12 EXES := v4l2-ctl v4l2-dbg ivtv-ctl ivtv-radio $(X86_EXES) 13 13 14 14 BIN := $(EXES) ivtv-tune/ivtv-tune cx25840ctl/cx25840ctl
