Changeset 9966f3f for examples/sample/Makefile
- Timestamp:
- 05/16/05 17:28:28 (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:
- d2d527f
- Parents:
- 237481c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/sample/Makefile
rbf48ba2 r9966f3f 4 4 5 5 INCLUDE = -I$(PREFIX)/include 6 CFLAGS = -Wall -Wimplicit -Wformat -pipe -g -O2 6 CFLAGS = -Wall -Wimplicit -Wformat -pipe -g -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE 7 7 CFLAGS += $(INCLUDE) 8 8 libdir = -L$(PREFIX)/lib
Note: See TracChangeset
for help on using the changeset viewer.