# Makefile cnxtshot/cnxtview
# 
all:	cnxtshot cnxtview

cnxtshot: Makefile.cnxtshot cnxtshot.c cnxt.c cnxtinit.c rgb24_init.c
	make -f Makefile.cnxtshot

cnxtview: Makefile.cnxtview cnxtview.c cnxt.c cnxtinit.c rgb24_init.c gui.c jpeg_decode.c
	make -f Makefile.cnxtview

install:
	make -f Makefile.cnxtshot install
	make -f Makefile.cnxtview install

clean:
	make -f Makefile.cnxtshot clean
	make -f Makefile.cnxtview clean
