Changeset 6001
- Timestamp:
- 04/01/10 17:18:10 (3 years ago)
- Location:
- luci2
- Files:
-
- 3 modified
-
lmo/Makefile (modified) (1 diff)
-
ppp_ip_updown/Makefile (modified) (1 diff)
-
ubus/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
luci2/lmo/Makefile
r5916 r6001 1 1 CC?=gcc 2 2 CFLAGS?=-O2 3 CFLAGS+= --std=gnu99 -Wall -Werror -pedantic -fno-strict-aliasing -I/usr/include/lua5.1/3 CFLAGS+= --std=gnu99 -Wall -Werror -pedantic 4 4 LDFLAGS?= 5 5 BINARY=liblmo.a lmo_po2lmo -
luci2/ppp_ip_updown/Makefile
r5852 r6001 1 1 CC?=gcc 2 2 CFLAGS?=-O2 3 CFLAGS+=-I../libubox/ -I../ubus/ --std=gnu99 -Wall -Werror -pedantic -fno-strict-aliasing3 CFLAGS+=-I../libubox/ -I../ubus/ --std=gnu99 -Wall -Werror -pedantic 4 4 LDFLAGS?= 5 5 BINARY=ppp_ip_up ppp_ip_down -
luci2/ubus/Makefile
r5969 r6001 1 1 CC?=gcc 2 2 CFLAGS?=-O2 3 CFLAGS+=-I../libubox/ --std=gnu99 -Wall -Werror -pedantic -fno-strict-aliasing3 CFLAGS+=-I../libubox/ --std=gnu99 -Wall -Werror -pedantic 4 4 LDFLAGS?= 5 5 BINARY=libubus.so ubusd ubus_example_rx ubus_example_tx
