home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 035 / kwclass.zip / MAKEFILE < prev    next >
Text File  |  1994-05-03  |  237b  |  13 lines

  1. TARGET_DIR = ..
  2.  
  3. .SUFFIXES: 
  4.  
  5. .SUFFIXES: .dll .mak
  6.  
  7. $(TARGET_DIR)\kwclass.dll : kwclass.dll
  8.         $(MAKE) -f kwclass.mak
  9.         copy kwclass.dll $(TARGET_DIR)
  10.  
  11. kwclass.dll : kwclass.mak makefile
  12.     $(MAKE) -f kwclass.mak
  13.