Makefile 475 B

123456789101112131415161718192021
  1. #
  2. # utils module makefile
  3. #
  4. #
  5. # WARNING: do not run this directly, it should be run by the master Makefile
  6. include ../../Makefile.defs
  7. auto_gen=
  8. NAME=utils.so
  9. LIBS=
  10. DEFS+=-I/usr/include/libxml2 -I$(LOCALBASE)/include/libxml2 \
  11. -I$(LOCALBASE)/include
  12. LIBS+=-L$(SYSBASE)/include/lib -L$(LOCALBASE)/lib -lcurl -lxml2
  13. DEFS+=-DOPENSER_MOD_INTERFACE
  14. SERLIBPATH=../../lib
  15. SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1
  16. SER_LIBS+=$(SERLIBPATH)/kmi/kmi
  17. include ../../Makefile.modules