Changeset 10b165c for examples/sample
- Timestamp:
- 08/13/04 12:03:51 (18 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/sample/Makefile
rcf86a61 r10b165c 1 1 2 libtrace_include = /usr/local/wand/include 3 libtrace_libs = /usr/local/wand/lib 4 2 PREFIX=/usr/local 5 3 CC=gcc 6 4 7 INCLUDE = -I$(libtrace_include)5 INCLUDE = -I$(PREFIX)/include 8 6 CFLAGS = -Wall -Wimplicit -Wformat -pipe -g -O2 9 7 CFLAGS += $(INCLUDE) 10 libdir = -L$( libtrace_libs)8 libdir = -L$(PREFIX)/lib 11 9 LDLIBS = $(libdir) -ltrace 12 10
Note: See TracChangeset
for help on using the changeset viewer.