ack/util/ceg/util/install_ceg
1988-02-02 15:50:10 +00:00

16 lines
338 B
Text

CEG=/usr/star/kaashoek/em/ceg/util
case $# in
1) case $1 in
-as) cp $CEG/make_as ce_makefile;;
-obj) cp $CEG/make_obj ce_makefile;;
*) echo wrong option $1, use -as or -obj;
exit 1;;
esac;;
0) cp $CEG/make_own ce_makefile;;
*) echo wrong number of arguments;
exit 1;;
esac
make -f ce_makefile install