all: xview sspkg uic meminfo xview: FORCE -(cd xview && xmkmf -a && make) sspkg: FORCE -(cd sspkg && make) uic: FORCE -(cd uic && make) meminfo: FORCE -(cd meminfo && make) install_xview: xview -(cd xview && make install) install_sspkg: sspkg -(cd sspkg && make install) install_uic: uic -(cd uic && make install) install_meminfo: meminfo -(cd meminfo && make install) install: xview sspkg uic meminfo -(cd xview && make install) -(cd sspkg && make install) -(cd uic && make install) -(cd meminfo && make install) clean: (cd meminfo && make clean) (cd xview && make clean) (cd sspkg && make clean) (cd uic && make clean) FORCE: