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
Package: mysql-3.23.35.tar.gz [view]
Upload User: tsgydb
Upload Date: 2007-04-14
Package Size: 10674k
Code Size: 2k
Category:
MySQL
Development Platform:
Visual C++
- # Generated automatically from Makefile.in by configure.
- # @(#)Makefile 5.2 (Berkeley) 3/5/91
- #
- LIB=pthread
- NOPIC=1
- NOPROFILE=1
- NOLINT=1
- MKPIC=no
- MKPROFILE=no
- MKLINT=no
- CPPFLAGS+= -I${.CURDIR} -I${.CURDIR}/include -I${srcdir}/include -DPTHREAD_KERNEL
- CDEBUGFLAGS= -O6 -DDBUG_OFF -Werror
- CFLAGS+= ${CDEBUGFLAGS}
- # CFLAGS+= ${CPPFLAGS} <- done by bsd.lib.mk
- CFLAGS+= ${CPPFLAGS}
- LIBDIR= $(exec_prefix)/lib
- BINDIR= $(exec_prefix)/bin
- INCDIR= $(exec_prefix)/include
- MANDIR= $(exec_prefix)/man
- .OBJDIR != if test -d ${.CURDIR}/obj ; then true ; else mkdir ${.CURDIR}/obj || exit 1 ; fi ; echo ${.CURDIR}/obj
- # Standard bsd install rules look for the "install" program, rather than
- # using some variable. So, hack things so that that install rule works.
- BINGRP != echo " " `groups` " " | sed 's/ [0-9][0-9]* / /g' | awk '{print $$1}'
- BINOWN != echo $${USER}
- LIBMODE = 644 # so ranlib can run!
- .include "config.flags"
- # %!$@ pmake seems to automagically cd into the obj directory, so relative
- # srcdir references are completely botched. Try to figure out an absolute
- # pathname for srcdir here, and live with it.
- srcdir = $(srctop)
- beforeinstall: install-dirs
- .include "${srcdir}/pthreads/Makefile.inc"
- .include "${srcdir}/stdlib/Makefile.inc"
- .include "${srcdir}/stdio/Makefile.inc"
- .include "${srcdir}/string/Makefile.inc"
- .include "${srcdir}/gen/Makefile.inc"
- .include "${srcdir}/net/Makefile.inc"
- .include "${srcdir}/scripts/Makefile.inc"
- $(OBJS) : $(config) $(types) $(paths)
- Makefile: ${srcdir}/config/Makefile.in
- cd ${.CURDIR} && sh config.status
- all-lib : libpthread.a
- # Removed make install since mysql uses this in place.
- #install : install-bin install-include
- install:
- .include <bsd.lib.mk>