Changeset cf86a61 for lib/Makefile
- Timestamp:
- 08/09/04 17:06:55 (18 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.