home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 August / PCO0897.ISO / filesbbs / os2 / plnk065.arj / PLNK065.ZIP / pilot-link.0.6.5 / Python / Makefile next >
Encoding:
Makefile  |  1997-05-23  |  199 b   |  10 lines

  1. pdapilot.so: pdapilot.o
  2.     gcc -g -L../libsock -shared pdapilot.o -lpisock -o pdapilot.so
  3.  
  4. pdapilot.o: pdapilot.c
  5.     gcc -g -I/usr/local/include/Py -I../include -c pdapilot.c
  6.  
  7. clean:
  8.     rm -f *.so *.o *~
  9.  
  10.