Changeset 3a3aa23 for examples/tracedump/Makefile
- Timestamp:
- 03/07/05 16:52:41 (17 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 6659ffb
- Parents:
- 5ed52b8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/tracedump/Makefile
r183b39e r3a3aa23 12 12 PLUGINS=$(LINK_LAYERS) $(ETH_LAYERS) $(IP_LAYERS) $(TCP_LAYERS) 13 13 14 all: tracedump $(PLUGINS) asn1-testlinks14 all: tracedump $(PLUGINS) links 15 15 16 16 tracedump: tracedump.cc tracedump-libtrace.o tracedump-lib.o … … 18 18 tracedump-lib.o: CXXFLAGS+=-DLIBDIR=$(LIBDIR) 19 19 20 tcp_1720.so: tcp_1720.cc asn1.o20 tcp_1720.so: 21 21 22 22 %.so:%.cc
Note: See TracChangeset
for help on using the changeset viewer.