4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 10b165c was
10b165c,
checked in by Daniel Lawson <dlawson@…>, 17 years ago
|
fixes to makefiles
|
-
Property mode set to
100644
|
File size:
694 bytes
|
Rev | Line | |
---|
[b535184] | 1 | include= /usr/local/dag/include |
---|
| 2 | dagcdir= /usr/local/dag/utils/ |
---|
[167adf2] | 3 | |
---|
[cf86a61] | 4 | CC=g++ |
---|
| 5 | CXX=g++ |
---|
| 6 | LD=g++ |
---|
[10b165c] | 7 | INCLUDE = -I$(include) -I/usr/local/include -I$(dagcdir) |
---|
[167adf2] | 8 | CFLAGS = -Wall -Wimplicit -Wformat -pipe -g |
---|
| 9 | CFLAGS += $(INCLUDE) |
---|
| 10 | CPPFLAGS = -Wall -Wimplicit -Wformat -pipe -g |
---|
| 11 | CPPFLAGS += $(INCLUDE) |
---|
[10b165c] | 12 | LDLIBS = -L/usr/local/lib -ltrace |
---|
[167adf2] | 13 | |
---|
| 14 | BINS = pcap2erf |
---|
| 15 | DAGCOBJ = pcapio.o utils.o erfio.o |
---|
| 16 | PCAPFIFOOBJS = $(addprefix $(dagcdir), $(DAGCOBJ)) |
---|
| 17 | .PHONY: all clean distclean install depend |
---|
| 18 | |
---|
| 19 | all: $(BINS) |
---|
| 20 | |
---|
| 21 | clean: |
---|
| 22 | $(RM) *~ *.o $(BINS) $(OBJS) |
---|
| 23 | |
---|
| 24 | distclean: |
---|
| 25 | $(RM) *~ *.o $(BINS) $(OBJS) |
---|
| 26 | |
---|
| 27 | install: |
---|
| 28 | @true |
---|
| 29 | |
---|
| 30 | rtclient-pcap: $(OBJS) rtclient-pcap.o $(PCAPFIFOOBJS) |
---|
| 31 | |
---|
| 32 | pcap2erf: $(OBJS) pcap2erf.o $(PCAPFIFOOBJS) |
---|
| 33 | |
---|
| 34 | # vim: noet ts=8 sw=8 |
---|
Note: See
TracBrowser
for help on using the repository browser.