4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 9135f43 was
2c060e3,
checked in by Daniel Lawson <dlawson@…>, 18 years ago
|
Initial revision
|
-
Property mode set to
100644
|
File size:
450 bytes
|
Line | |
---|
1 | |
---|
2 | wand_include = /usr/local/wand/include |
---|
3 | wand_libs = /usr/local/wand/lib |
---|
4 | |
---|
5 | CC=gcc-3.0 |
---|
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 = sample |
---|
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.