You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/apps/dsm/mods/mod_xml/Makefile

12 lines
293 B

plug_in_name = mod_xml
DSMPATH ?= ../..
module_ldflags = `xml2-config --libs`
module_cflags = -DMOD_NAME=\"$(plug_in_name)\" -I$(DSMPATH) \
`xml2-config --cflags`
COREPATH ?=$(DSMPATH)/../../core
lib_full_name = $(DSMPATH)/mods/lib/$(lib_name)
include $(DSMPATH)/mods/Makefile.dsm_module