- CC=gcc
- CFLAGS=-Wall -I.. -g
- LDLIBS=-L/usr/X11R6/lib -lXaw -lXt -lX11
- all: xcaptest vidpanel vcat vcap vctrl freq 16to24 preview_on preview_off
- xcaptest: xcaptest.c
- vidpanel: vidpanel.c
- vcat: vcat.c
- 16to24: 16to24.c
- vctrl: vctrl.c
- libcap: libcap.c
- freq: freq.c
- vap: vcap.c
- preview_on: preview_on.c
- preview_off: preview_off.c
- xvs: xbs.c
- clean:
- -@rm xcaptest vidpanel vcat vctrl freq 16to24 preview_on preview_off