2 #Should run this command from the project root directory
4 #TODO:validate it is project root by checking some files
6 install_dir
=`grep "prefix =" Makefile|tail -1|awk '{ print $3 }'`
7 echo "installdir is ${install_dir}"
9 sed -e "s/getc([ ]*yyin[ ]*)/(*lexInput++)/1" dmllex.cxx
>tmp.c
15 cp CSqlJdbcDriver.jar
${install_dir}/lib
20 cp libcsqlsql libcsqlsql.so
21 cp libcsqljdbc libcsqljdbc.so
22 cp ${root_dir}/README.INSTALL
${install_dir}/README
23 cp ${root_dir}/Doxyfile
${install_dir}
24 cp ${root_dir}/COPYING
${install_dir}
25 cp ${root_dir}/AUTHORS
${install_dir}
26 cp ${root_dir}/ChangeLog
${install_dir}
27 cp -R ${root_dir}/examples
${install_dir}
28 find ${install_dir}/examples
-name "CVS" -exec rm -rf {} \
;
29 cp -R ${root_dir}/docs
${install_dir}
30 find ${install_dir}/docs
-name "CVS" -exec rm -rf {} \
;