comparison Gui/mplayer/Makefile @ 3012:424595b48678

patch by D J Hawkey Jr <hawkeyd@visi.com>
author pl
date Mon, 19 Nov 2001 22:06:42 +0000
parents 0653e90b3118
children
comparison
equal deleted inserted replaced
3011:81c1b9854cfe 3012:424595b48678
5 include ../bitmap/bitmap.mak 5 include ../bitmap/bitmap.mak
6 include ../gui.mak 6 include ../gui.mak
7 7
8 LIB = mplayer 8 LIB = mplayer
9 9
10 INCDIR = -I. -I../event -I../wm -I../skin $(GTKINC) 10 INCDIR = -I. -I../event -I../wm -I../skin $(GTKINC) $(EXTRA_INC)
11 11
12 OPTIMIZE = $(OPTFLAGS) -fomit-frame-pointer \ 12 OPTIMIZE = $(OPTFLAGS) -fomit-frame-pointer \
13 -fexpensive-optimizations -fschedule-insns2 -Wall 13 -fexpensive-optimizations -fschedule-insns2 -Wall
14 ifeq ($(TARGET_ARCH_X86),yes) 14 ifeq ($(TARGET_ARCH_X86),yes)
15 OPTIMIZE += -malign-double 15 OPTIMIZE += -malign-double