00001 # $Id: Makefile 2 2006-11-14 22:37:20Z vingarzan $ 00002 # 00003 # Makefile for the CDP module 00004 # \author Dragos Vingarzan vingarzan -at- fokus dot fraunhofer dot de 00005 # 00006 # WARNING: do not run this directly, it should be run by the master Makefile 00007 00008 include ../../Makefile.defs 00009 auto_gen= 00010 NAME=cdp.so 00011 00012 00013 00014 DEFS += -I/usr/include/libxml2 -DCDP_FOR_SER 00015 LIBS += -L$(LOCALBASE)/lib -lxml2 00016 00017 include ../../Makefile.modules 00018
1.5.2