root/trunk/src/Makefile.am

Revision 113, 1.1 KB (checked in by andreu, 14 years ago)

ticket#27 : new global structure for counters.
some bug correction in renetcol.c

  • Property svn:eol-style set to native
Line 
1bin_PROGRAMS = renetcol renetcolSender renetcolMsgCtl renetcolAgg
2renetcol_SOURCES = renetcol.c template.c V9Header_mgmt.c msg_mgmt.c \
3        fields_mgmt.c routers_mgmt.c tplflset_mgmt.c headers_mgmt.c \
4        renetcol.h template.h V9Header_mgmt.h msg_mgmt.h fields_mgmt.h \
5        routers_mgmt.h tplflset_mgmt.h headers_mgmt.h dataFlowSet.c \
6        dataFlowSet.h get_conf.c get_conf.h rules_mgmt.c rules_mgmt.h \
7        remote_output.h remote_output.c prefix_mgmt.h prefix_mgmt.c \
8        pop.h renetcolParam.h as.h as.c engine_mgmt.h renetcol_mib.h
9renetcolSender_SOURCES = renetcolSender.c renetcolSender.h msg_mgmt.h \
10        msg_mgmt.c rules_mgmt.c rules_mgmt.h remote_output.h \
11        remote_output.c fields_mgmt.h fields_mgmt.c pop.h renetcolParam.h\
12        as.h as.c engine_mgmt.h renetcol_mib.h
13renetcolMsgCtl_SOURCES = renetcolMsgCtl.c
14renetcolAgg_SOURCES = renetcolAgg.c renetcolAgg.h pop.h renetcolParam.h as.h \
15        engine_mgmt.h renetcol_mib.h
16BUILT_SOURCES = renetcol.o renetcolSender.o renetcolAgg.o
17renetcol_LDADD = -ldl -lc_p
18renetcolSender_LDADD = -ldl -lc_p
19renetcolAgg_LDADD = -ldl -lrrd
20$(PACKAGE)-$(VERSION).tar.gz: dist
21.PHONY: clean
22clean:
23        rm -f renetcol renetcolSender renetcolMsgCtl renetcolAgg *.o
Note: See TracBrowser for help on using the browser.