4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since cf86a61 was
cf86a61,
checked in by Daniel Lawson <dlawson@…>, 17 years ago
|
changed makefiles to not reference gcc-3.0 specifically, and stopped trying use pcapl and zl - use -lpcap and -lz instead for now.
|
-
Property mode set to
100644
|
File size:
448 bytes
|
Line | |
---|
1 | |
---|
2 | wand_include = /usr/local/wand/include |
---|
3 | wand_libs = /usr/local/wand/lib |
---|
4 | |
---|
5 | CC=gcc |
---|
6 | |
---|
7 | INCLUDE = -I../include -I$(wand_include) |
---|
8 | CFLAGS = -Wall -Wimplicit -Wformat -pipe -g -O2 |
---|
9 | CFLAGS += $(INCLUDE) |
---|
10 | libdir = -L$(wand_libs) |
---|
11 | LDLIBS = $(libdir) -ltrace |
---|
12 | |
---|
13 | BINS = protocol |
---|
14 | .PHONY: all clean distclean install depend |
---|
15 | |
---|
16 | all: $(BINS) |
---|
17 | |
---|
18 | clean: |
---|
19 | $(RM) *~ *.o $(BINS) $(OBJS) core |
---|
20 | |
---|
21 | distclean: |
---|
22 | $(RM) *~ *.o $(BINS) $(OBJS) core |
---|
23 | |
---|
24 | install: |
---|
25 | @true |
---|
26 | |
---|
27 | |
---|
28 | # vim: noet ts=8 sw=8 |
---|
Note: See
TracBrowser
for help on using the repository browser.