Changeset cf86a61
- Timestamp:
- 08/09/04 17:06:55 (16 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:
- 6c05d2c
- Parents:
- 64ef531
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/pcap2erf/Makefile
rb535184 rcf86a61 2 2 dagcdir= /usr/local/dag/utils/ 3 3 4 CC=g++ -3.05 CXX=g++ -3.06 LD=g++ -3.04 CC=g++ 5 CXX=g++ 6 LD=g++ 7 7 INCLUDE = -I$(include) -I/usr/local/wand/include -I$(dagcdir) 8 8 CFLAGS = -Wall -Wimplicit -Wformat -pipe -g -
examples/protocol/Makefile
r2c060e3 rcf86a61 3 3 wand_libs = /usr/local/wand/lib 4 4 5 CC=gcc -3.05 CC=gcc 6 6 7 7 INCLUDE = -I../include -I$(wand_include) -
examples/rate/Makefile
r9263981 rcf86a61 3 3 wand_libs = /usr/local/wand/lib 4 4 5 CC=gcc -3.05 CC=gcc 6 6 7 7 INCLUDE = -I../include -I$(wand_include) -
examples/sample/Makefile
rb535184 rcf86a61 3 3 libtrace_libs = /usr/local/wand/lib 4 4 5 CC=gcc -3.05 CC=gcc 6 6 7 7 INCLUDE = -I$(libtrace_include) -
lib/Makefile
r76b5ae9 rcf86a61 1 1 2 PREFIX=/usr/local/ wand2 PREFIX=/usr/local/ 3 3 4 CC=gcc-3.0 5 CFLAGS= -Wall -Wimplicit -Wpedantic -Wformat -pipe -g -O3 4 #if using debian Woody, you probably want to use gcc-3.0 here 5 #CC=gcc-3.0 6 CC=gcc 7 CFLAGS= -Wall -Wimplicit -Wformat -pipe -g -O3 6 8 7 9 CFLAGS += -I../include -I$(PREFIX)/include 8 10 CFLAGS += -D_FILE_OFFSET_BITS=64 9 LDFLAGS = -L$(PREFIX)/lib/ -lpcap l -lzl11 LDFLAGS = -L$(PREFIX)/lib/ -lpcap -lz 10 12 11 13 … … 27 29 libtrace.la: libtrace.lo libfifo.lo 28 30 libtool --mode=link $(CC) $(CFLAGS) -o libtrace.la \ 29 libtrace.lo libfifo.lo -rpath $(PREFIX)/lib $(LD LIBS) \31 libtrace.lo libfifo.lo -rpath $(PREFIX)/lib $(LDFLAGS) \ 30 32 -version-info $(CURRENT):$(REVISION):$(AGE) 31 33
Note: See TracChangeset
for help on using the changeset viewer.