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: CppPrimer.rar [view]
Upload User: qdkongtiao
Upload Date: 2022-06-29
Package Size: 356k
Code Size: 2k
Category:
source in ebook
Development Platform:
Visual C++
- # executable files for this directory
- OBJECTS = Basket_main.exe scope.exe V2_Basket_main.exe
- bsk2.exe Query.exe main4.exe main5.exe
- # tells make to use the file "..MS_makefile_template", which
- # defines general rules for making .obj and .exe files
- include ..MS_makefile_template
- # one or more files in this directory includes a header
- # defined in chapter 10
- LOCFLAGS = -I..10
- # additional dependencies or rules follow --
- # see makefile for chapter 2 for additional explanation if needed
- bsk2.exe: Basket.obj bsk2.obj
- $(CPP) $(CPPFLAGS) bsk2.obj Basket.obj -o bsk2.exe
- V2_Basket_main.cc V2_Basket.cc: Basket2.h Basket_main.cc Basket.cc mk_basket2
- mk_basket2
- V2_Basket_main.exe: V2_Basket_main.obj V2_Basket.obj
- $(CPP) $(CPPFLAGS) V2_Basket_main.obj V2_Basket.obj
- -o V2_Basket_main.exe
- Query.obj querymain.obj main4.obj main5.obj: Query.h
- Basket.obj Basket_main.obj: Basket.h
- Basket_main.exe: Basket_main.obj Basket.obj
- $(CPP) $(CPPFLAGS) Basket_main.obj Basket.obj -o Basket_main.exe
- get_print.obj ..10TextQuery.obj: ..10TextQuery.h
- main5.exe: Query.obj main5.obj Query.h ..10TextQuery.h ..10TextQuery.obj
- get_print.obj ..8get_openfile.obj
- $(CPP) $(CPPFLAGS) main5.obj Query.obj
- ..10TextQuery.obj get_print.obj
- ..8get_openfile.obj -o main5.exe
- main4.exe: Query.obj main4.obj Query.h ..10TextQuery.h ..10TextQuery.obj
- get_print.obj ..8get_openfile.obj
- $(CPP) $(CPPFLAGS) main4.obj Query.obj
- ..10TextQuery.obj get_print.obj
- ..8get_openfile.obj -o main4.exe
- Query.exe: Query.obj querymain.obj Query.h ..10TextQuery.h
- ..10TextQuery.obj get_print.obj ..8get_openfile.obj
- $(CPP) $(CPPFLAGS) querymain.obj Query.obj
- ..10TextQuery.obj get_print.obj
- ..8get_openfile.obj -o Query.exe