home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ocl150a.zip / OCL / Samples / DragSamp / Metaware / METAWARE.MAK
Makefile  |  1996-08-12  |  513b  |  18 lines

  1. # $Header: W:/Projects/OCL/Samples/DragSamp/Metaware/rcs/METAWARE.MAK 1.50 1996/08/11 23:47:57 B.STEIN Release $
  2.  
  3. !include $(OCLSAMP)\COMMON.INC
  4. !include ..\DRAGSAMP.INC
  5.  
  6. MAKEDEP = METAWARE.MAK
  7. CFLAGS = $(S_HIGHCPP_COMPILE)
  8. LFLAGS = $(S_HIGHCPP_LINK)
  9.  
  10. {..\Source}.cpp.obj:
  11.    hc $(CFLAGS) %s
  12.  
  13. .\DRAGSAMP.exe: DRAGSAMP.obj DRAGSAMP.res {$(LIB)}OCLM.lib $(MAKEDEP)
  14.    hc $(LFLAGS) -l$(OCL)\LIB\OCLM.LIB -o .\DRAGSAMP.EXE .\DRAGSAMP.obj
  15.    rc .\DRAGSAMP.res .\DRAGSAMP.exe
  16.  
  17. !include ..\DRAGSAMP.DEP
  18.