home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / yacl-012.zip / basedemo / set / makefile.bc next >
Makefile  |  1995-03-29  |  387b  |  31 lines

  1.  
  2. !include ../../control\bcmak.ctl
  3.  
  4. # ----------------------------------------------------------------------------
  5.  
  6. strset: strset.obj
  7.     tlink -c -v -m -s $(WINLINK) @&&|
  8. -L$(LIB) $(C0OBJ).obj $*.obj
  9. $*
  10.  
  11. $(BASE) $(IO) $(EMU) $(IMPORT) $(CLIB) $(MATH) 
  12. |
  13.  
  14.  
  15.  
  16. strset.obj: strset.cxx
  17.  
  18.  
  19.  
  20. .cxx.obj:
  21.     $(CC) $(CCOPTS) $*.cxx
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29. clean:
  30.     rm -f *.obj *.map *.exe
  31.