Changeset b535184 for examples/sample/Makefile
- Timestamp:
- 08/05/04 16:14:07 (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:
- 2137b49
- Parents:
- 9729a8d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/sample/Makefile
r2c060e3 rb535184 1 1 2 wand_include = /usr/local/wand/include3 wand_libs = /usr/local/wand/lib2 libtrace_include = /usr/local/wand/include 3 libtrace_libs = /usr/local/wand/lib 4 4 5 5 CC=gcc-3.0 6 6 7 INCLUDE = -I../include -I$(wand_include)7 INCLUDE = -I$(libtrace_include) 8 8 CFLAGS = -Wall -Wimplicit -Wformat -pipe -g -O2 9 9 CFLAGS += $(INCLUDE) 10 libdir = -L$( wand_libs)10 libdir = -L$(libtrace_libs) 11 11 LDLIBS = $(libdir) -ltrace 12 12
Note: See TracChangeset
for help on using the changeset viewer.