4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since dca0810 was
dca0810,
checked in by Perry Lorier <perry@…>, 16 years ago
|
Add the various ip option modules
|
-
Property mode set to
100644
|
File size:
463 bytes
|
Rev | Line | |
---|
[dca0810] | 1 | PREFIX=/usr/local |
---|
| 2 | CC=gcc |
---|
| 3 | |
---|
| 4 | INCLUDE = -I$(PREFIX)/include |
---|
| 5 | CFLAGS = -Wall -Wimplicit -Wformat -pipe -g -O2 |
---|
| 6 | CFLAGS += $(INCLUDE) |
---|
| 7 | libdir = -L$(PREFIX)/lib |
---|
| 8 | LDLIBS = $(libdir) -ltrace |
---|
| 9 | CXXFLAGS = -Wall -Wimplicit -Wformat -pipe -g |
---|
| 10 | |
---|
| 11 | BINS = timestamp timestamp-ip ipoptions validate |
---|
| 12 | .PHONY: all clean distclean install depend |
---|
| 13 | |
---|
| 14 | all: $(BINS) |
---|
| 15 | |
---|
| 16 | clean: |
---|
| 17 | $(RM) *~ *.o $(BINS) $(OBJS) core |
---|
| 18 | |
---|
| 19 | distclean: |
---|
| 20 | $(RM) *~ *.o $(BINS) $(OBJS) core |
---|
| 21 | |
---|
| 22 | install: |
---|
| 23 | @true |
---|
| 24 | |
---|
| 25 | |
---|
| 26 | # vim: noet ts=8 sw=8 |
---|
Note: See
TracBrowser
for help on using the repository browser.