Changeset 2137b49 for lib/Makefile
- Timestamp:
- 08/05/04 16:14:14 (17 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:
- 670d3de
- Parents:
- b535184
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/Makefile
raa60a6b r2137b49 1 1 CC=gcc-3.0 2 CFLAGS= -Wall -Wimplicit -W format -pipe -g -O32 CFLAGS= -Wall -Wimplicit -Wpedantic -Wformat -pipe -g -O3 3 3 PROFCFLAGS= -Wall -Wimplicit -Wformat -pipe -g -pg -fprofile-arcs -a 4 4 … … 12 12 13 13 14 CURRENT= 115 AGE= 016 REVISION= 1014 CURRENT=2 15 AGE=1 16 REVISION=0 17 17 18 18 INCLIBS=/usr/local/wand/lib/libzl.a /usr/local/wand/lib/libpcapl.a
Note: See TracChangeset
for help on using the changeset viewer.