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: 1k
Category:
MySQL
Development Platform:
Visual C++
- # Generated automatically from Makefile.in by configure.
- # === GNUmakefile ============================================================
- # Copyright (c) 1993 Chris Provenzano, proven@athena.mit.edu
- #
- # Description: This file is for creating the test programs for libpthread.a
- #
- # 1.00 93/08/03 proven
- # -Initial cut for pthreads.
- #
- CC = ../pgcc -notinstalled
- srctop = /home/my/tmp/BUILD/mit-pthreads
- srcdir = /home/my/tmp/BUILD/mit-pthreads/lib
- VPATH = /home/my/tmp/BUILD/mit-pthreads/lib
- CDEBUGFLAGS = -O6 -DDBUG_OFF -Werror
- CFLAGS = $(CDEBUGFLAGS) $(INCLUDES) $(ADDL_CFLAGS) -DSRCDIR="$(srcdir)"
- #
- DIRS = finger
- ################################################################################
- #
- all:
- (for i in $(DIRS); do cd $$i; $(MAKE) all; cd ..; done)
- clean:
- (for i in $(DIRS); do cd $$i; $(MAKE) clean; cd ..; done)
- rm -f *.o $(TESTS) $(BENCHMARKS) a.out core maketmp makeout
- depend:
- (for i in $(DIRS); do cd $$i; $(MAKE) depend; cd ..; done)
- sed '/### Dependencies/q' < Makefile > maketmp
- (for i in $(CSRC);do $(CPP) -M $$i;done) >> maketmp
- cp maketmp Makefile
- install:
- (for i in $(DIRS); do cd $$i; $(MAKE) install; cd ..; done)
- realclean: clean
- (for i in $(DIRS); do cd $$i; $(MAKE) realclean; cd ..; done)
- rm -f Makefile
- Makefile: Makefile.in
- (cd .. ; sh config.status)
- ################################################################################
- ### Do not remove the following line. It is for depend #########################
- ### Dependencies: