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

数据库系统

开发平台:

Unix_Linux

  1. # MAKE_EXPORTS is required for svr4 loaders that want a file of
  2. # symbol names to tell them what to export/import.
  3. #MAKE_EXPORTS= true
  4. LDFLAGS+= -lc /usr/ucblib/libucb.a -LD-Blargedynsym
  5. %.so: %.o
  6. $(LD) -G -Bdynamic -o $@ $<