### ### This file is part of ### ### TurboLinux ZWinPro ### ### Copyright (C) 1999 TurboLinux, Inc. ### All Rights Reserved ### Distributed under the terms of the GNU General Public License (GPL) ### ### ### Authors: TurboLinux Chinese Development Team: ### Justin Yu ### Sean Chen ### Daniel Fang ### WWW: http://www.turbolinux.com.cn/ZWinPro/ ### FTP: ftp://ftp.turbolinux.com.cn/pub/ZWinPro/ ### all: cd src/unicon-im; make cd src/ZWinControl; make cd src/Chinput; make cd src/unicon-im;make data clean: rm -f *.bak cd src/unicon-im; make clean cd src/ZWinControl; make clean cd src/Chinput; make clean install: cd src/unicon-im; make install cd src/ZWinControl; make install cd src/Chinput; make install cd src/unicon-im; make data-install