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: pccts133.zip [view]
Upload User: itx_2006
Upload Date: 2007-01-06
Package Size: 493k
Code Size: 1k
Category:
Compiler program
Development Platform:
Others
- #
- # Makefile for C++ test examples
- # Do a "make CCC=g++" or whatever if your make doesn't define CCC
- # as the C++ compile macro.
- #
- # For SGI machines, we recommend using "-woff 3262" in your CFLAGS
- #
- #CCC = g++
- CCC = CC
- make:
- -(cd 1; make CCC=$(CCC))
- -(cd 2; make CCC=$(CCC))
- -(cd 3; make CCC=$(CCC))
- -(cd 4; make CCC=$(CCC))
- -(cd 5; make CCC=$(CCC))
- -(cd 6; make CCC=$(CCC))
- -(cd 7; make CCC=$(CCC))
- -(cd 8; make CCC=$(CCC))
- -(cd 9; make CCC=$(CCC))
- -(cd 10; make CCC=$(CCC))
- -(cd 11; make CCC=$(CCC))
- -(cd 12; make CCC=$(CCC))
- -(cd 13; make CCC=$(CCC))
- scrub:
- (cd 1; make scrub)
- (cd 2; make scrub)
- (cd 3; make scrub)
- (cd 4; make scrub)
- (cd 5; make scrub)
- (cd 6; make scrub; make -f makefile2 scrub)
- (cd 7; make scrub)
- (cd 8; make scrub)
- (cd 9; make scrub)
- (cd 10; make scrub)
- (cd 11; make scrub)
- (cd 12; make scrub)
- (cd 13; make scrub)
- tar:
- (make scrub; cd ..; tar cvfFF $(ARC)/testcpp.tar test.C++)