Date:2013-01-31 01:19:09 (11 years 1 month ago)
Author:Werner Almesberger
Commit:65a8578bd2b6828f8428cf41a52dbe14a6550e4a
Message:ubb-la/Makefile: add SDL (may break "static")

Files: ubb-la/Makefile (1 diff)

Change Details

ubb-la/Makefile
1111#
1212
1313CC = mipsel-openwrt-linux-gcc
14CFLAGS = -g -Wall -O9 -fno-tree-cselim -I../libubb/include
14CFLAGS = -g -Wall -O9 -fno-tree-cselim -I../libubb/include \
15     $(shell sdl-config --cflags)
1516LDFLAGS =
16LDLIBS = -L../libubb -lubb -lm -lrt
17#LDLIBS = -L../libubb -lubb -lm -lrt $(shell sdl-config --libs) -lSDL_gfx
18LIBUBB = -L../libubb -lubb
19LDLIBS = $(LIBUBB) -lm -lrt -lSDL -lSDL_gfx -lpthread -ldl
1720
1821MAIN = ubb-la
19OBJS = ubb-la.o
22OBJS = ubb-la.o gui.o
2023
2124.PHONY: all static clean spotless
2225

Archive Download the corresponding diff file

Branches:
master



interactive