Makefile.am
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. ## Process this file with automake to create Makefile.in
  2. dist-hook:
  3. for dir in charsets @AVAILABLE_LANGUAGES@; do 
  4.   test -d $(distdir)/$$dir || mkdir $(distdir)/$$dir; 
  5.   $(INSTALL_DATA) $(srcdir)/$$dir/*.* $(distdir)/$$dir; 
  6. done; 
  7. $(INSTALL_DATA) $(srcdir)/charsets/README $(distdir)/charsets
  8. $(INSTALL_DATA) $(srcdir)/charsets/Index $(distdir)/charsets
  9. all: @AVAILABLE_LANGUAGES_ERRORS@
  10. # this is ugly, but portable
  11. @AVAILABLE_LANGUAGES_ERRORS_RULES@
  12. install-data-local:
  13. for lang in @AVAILABLE_LANGUAGES@; 
  14. do 
  15. $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$$lang; 
  16. $(INSTALL_DATA) $(srcdir)/$$lang/errmsg.sys 
  17.         $(DESTDIR)$(pkgdatadir)/$$lang/errmsg.sys; 
  18. $(INSTALL_DATA) $(srcdir)/$$lang/errmsg.txt 
  19.         $(DESTDIR)$(pkgdatadir)/$$lang/errmsg.txt; 
  20. done
  21. $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/charsets
  22. $(INSTALL_DATA) $(srcdir)/charsets/README $(DESTDIR)$(pkgdatadir)/charsets/README
  23. $(INSTALL_DATA) $(srcdir)/charsets/Index $(DESTDIR)$(pkgdatadir)/charsets/Index
  24. $(INSTALL_DATA) $(srcdir)/charsets/*.conf $(DESTDIR)$(pkgdatadir)/charsets
  25. # Don't update the files from bitkeeper
  26. %::SCCS/s.%