Changeset 10b165c for examples/pcap2erf/Makefile
- Timestamp:
- 08/13/04 12:03:51 (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:
- d907ff5
- Parents:
- 9e33dbe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/pcap2erf/Makefile
rcf86a61 r10b165c 5 5 CXX=g++ 6 6 LD=g++ 7 INCLUDE = -I$(include) -I/usr/local/ wand/include -I$(dagcdir)7 INCLUDE = -I$(include) -I/usr/local/include -I$(dagcdir) 8 8 CFLAGS = -Wall -Wimplicit -Wformat -pipe -g 9 9 CFLAGS += $(INCLUDE) 10 10 CPPFLAGS = -Wall -Wimplicit -Wformat -pipe -g 11 11 CPPFLAGS += $(INCLUDE) 12 LDLIBS = -L/usr/local/ wand/lib -ltrace12 LDLIBS = -L/usr/local/lib -ltrace 13 13 14 14 BINS = pcap2erf
Note: See TracChangeset
for help on using the changeset viewer.