##############################################################
#### 		parser Makefile
##############################################################

OBJECTS = \
	ParserAna.o \
	ParserProcess.o \
        _SipParserManager.o \
        ParserUtils.o

API_FILES =
API_DIR   =

PROGFLAGS = -I../common -I../core/unix -I../core/ads -I../core/log -I../core/common \
            -I../stackMgr -I../transaction -I../message -I../transport -I../parser -I../authenticator 
DISTFILES =
PROGS =
PROGLIBS =
PROGDEFS = 

include ../make/project.mk
PARSER := on
include $(PROJECT_BASE)/SipTK/make/common.mk
PARSER := off

OUTPUTLIB = $(libsubdir)
LIBTARGET = $(OUTPUTLIB)/libparser.a

all: $(LIBTARGET)
include $(PROJECT_BASE)/SipTK/make/lib.mk
