Makefile
上传用户:aoeyumen
上传日期:2007-01-06
资源大小:3329k
文件大小:0k
源码类别:

DVD

开发平台:

Unix_Linux

  1. CC=gcc
  2. CFLAGS=-Wall -I.. -g
  3. LDLIBS=-L/usr/X11R6/lib -lXaw -lXt -lX11
  4. all: xcaptest vidpanel vcat vcap vctrl freq 16to24 preview_on preview_off
  5. xcaptest: xcaptest.c
  6. vidpanel: vidpanel.c
  7. vcat: vcat.c
  8. 16to24: 16to24.c
  9. vctrl: vctrl.c
  10. libcap: libcap.c
  11. freq: freq.c
  12. vap: vcap.c
  13. preview_on: preview_on.c
  14. preview_off: preview_off.c
  15. xvs: xbs.c
  16. clean:
  17. -@rm xcaptest vidpanel vcat vctrl freq 16to24 preview_on preview_off