home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.3 Development Libraries / SGI IRIX 6.3 Development Libraries.iso / dist6.3 / ViewKit_dev.idb / usr / share / src / ViewKit / ProgrammersGuide / Makefile.z / Makefile
Encoding:
Makefile  |  1996-09-20  |  337 b   |  28 lines

  1. #!smake
  2. include $(ROOT)/usr/include/make/commondefs
  3.  
  4. SUBDIRS=Ch04_Windows\
  5.           Ch11_Input\
  6.     Ch02_Components\
  7.     Ch09_Graph\
  8.     ChB_Contrib\
  9.     Ch03_App\
  10.     Ch10_Display
  11.  
  12. C++FILES=    \
  13.     $(NULL)
  14.  
  15. HEADERS=    \
  16.     $(NULL)
  17.  
  18. TARGETS=\
  19.     $(NULL)
  20.  
  21. COMMONPREF = lcl_
  22. default all targets $(COMMONTARGS):
  23.     $(SUBDIRS_MAKERULE)
  24.  
  25. headers:
  26.  
  27. include $(COMMONRULES)
  28.