makefile
上传用户:qdkongtiao
上传日期:2022-06-29
资源大小:356k
文件大小:0k
源码类别:

书籍源码

开发平台:

Visual C++

  1. # executable files for this directory
  2. OBJECTS = capacity.exe str_print.exe str_assignOps.exe 
  3.   ctors.exe find_ops.exe stack.exe substr.exe 
  4.   find-str.exe array_init.exe
  5.   
  6. # tells make to use the file "..MS_makefile_template", which
  7. # defines general rules for making .obj and .exe files
  8. include ..MS_makefile_template
  9. # one or more files in this directory includes a header
  10. # defined in chapter 9
  11. LOCFILE = -I..9