Makefile.ultrix4
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:0k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. # install creates intermediate directories
  2. NO_BEFOREINSTL= true
  3. SHELL=/bin/sh5
  4. #
  5. # "-G 0" works for both DEC cc and GNU cc.
  6. #
  7. %.so: %.c
  8. $(CC) -c -G 0 $(CFLAGS) -o $@ $<