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

书籍源码

开发平台:

Visual C++

  1. # executable files for this directory
  2. OBJECTS = overflow.exe vec_init.exe incr.exe 
  3.   warn_dbltoint.exe sizeof_arr.exe sizeof_pgm.exe 
  4.   cond.exe cond2.exe int-div.exe prec.exe 
  5.   shift-prec.exe andtest.exe assignment.exe 
  6.   arraysizeof.exe oknew.exe 
  7.   cnt_found.exe find_word.exe
  8. # tells make to use the file "..MS_makefile_template", which
  9. # defines general rules for making .obj and .exe files
  10. include ..MS_makefile_template
  11. # one or more files in this directory includes a header
  12. # defined in chapter 1
  13. LOCFLAGS = -I..1