home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl502b.zip / OS2 / DPI.mk < prev    next >
Text File  |  1996-02-26  |  321b  |  15 lines

  1. EXTLIBS = -ldpi11 -lsocket
  2.  
  3. dpiconst.h : mkconst.pl dpiconst.gperf
  4. [
  5.     # create gperf input and names list
  6.     perl mkconst.pl snmp_dpi.h
  7.     # repeat random gperf until it teminates successfully
  8.     until nice i31 gperf -a -C -k1,8-31 -p -r -S1 -t dpiconst.gperf >dpiconst.h
  9.     do
  10.     done
  11. ]
  12.  
  13. DPI.obj : DPI.c dpiconst.h
  14.  
  15.