Mercurial > mplayer.hg
comparison Gui/Makefile @ 7217:7527dc997596
rewrite eq interface and add *.rm to fs
author | pontscho |
---|---|
date | Sun, 01 Sep 2002 11:28:18 +0000 |
parents | 09722d199d83 |
children | 634d93c68912 |
comparison
equal
deleted
inserted
replaced
7216:b960f8cf0de1 | 7217:7527dc997596 |
---|---|
2 LIB = libgui.a | 2 LIB = libgui.a |
3 | 3 |
4 include ../config.mak | 4 include ../config.mak |
5 include config.mak | 5 include config.mak |
6 | 6 |
7 INCDIR = -I. -I./event -I./wm -I./skin $(GTKINC) $(EXTRA_INC) $(FREETYPE_INC) | 7 INCDIR = -I. -I../loader -I./wm -I./skin $(GTKINC) $(EXTRA_INC) $(FREETYPE_INC) |
8 | 8 |
9 OPTIMIZE = $(OPTFLAGS) -fomit-frame-pointer \ | 9 OPTIMIZE = $(OPTFLAGS) -fomit-frame-pointer \ |
10 -fexpensive-optimizations -fschedule-insns2 -Wall | 10 -fexpensive-optimizations -fschedule-insns2 -Wall |
11 ifeq ($(TARGET_ARCH_X86),yes) | 11 ifeq ($(TARGET_ARCH_X86),yes) |
12 OPTIMIZE += -malign-double | 12 OPTIMIZE += -malign-double |