Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
Makefile.am
Package: mysql-3.23.35.tar.gz [view]
Upload User: tsgydb
Upload Date: 2007-04-14
Package Size: 10674k
Code Size: 1k
Category:
MySQL
Development Platform:
Visual C++
- ## Process this file with automake to create Makefile.in
- dist-hook:
- for dir in charsets @AVAILABLE_LANGUAGES@; do
- test -d $(distdir)/$$dir || mkdir $(distdir)/$$dir;
- $(INSTALL_DATA) $(srcdir)/$$dir/*.* $(distdir)/$$dir;
- done;
- $(INSTALL_DATA) $(srcdir)/charsets/README $(distdir)/charsets
- $(INSTALL_DATA) $(srcdir)/charsets/Index $(distdir)/charsets
- all: @AVAILABLE_LANGUAGES_ERRORS@
- # this is ugly, but portable
- @AVAILABLE_LANGUAGES_ERRORS_RULES@
- install-data-local:
- for lang in @AVAILABLE_LANGUAGES@;
- do
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$$lang;
- $(INSTALL_DATA) $(srcdir)/$$lang/errmsg.sys
- $(DESTDIR)$(pkgdatadir)/$$lang/errmsg.sys;
- $(INSTALL_DATA) $(srcdir)/$$lang/errmsg.txt
- $(DESTDIR)$(pkgdatadir)/$$lang/errmsg.txt;
- done
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/charsets
- $(INSTALL_DATA) $(srcdir)/charsets/README $(DESTDIR)$(pkgdatadir)/charsets/README
- $(INSTALL_DATA) $(srcdir)/charsets/Index $(DESTDIR)$(pkgdatadir)/charsets/Index
- $(INSTALL_DATA) $(srcdir)/charsets/*.conf $(DESTDIR)$(pkgdatadir)/charsets
- # Don't update the files from bitkeeper
- %::SCCS/s.%