- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
makefile
资源名称:pccts133.zip [点击查看]
上传用户:itx_2006
上传日期:2007-01-06
资源大小:493k
文件大小:1k
源码类别:
编译器/解释器
开发平台:
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++)