/[libvob]/libvob/rules.mk
ViewVC logotype

Diff of /libvob/rules.mk

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by jvk, Wed Apr 16 09:27:44 2003 UTC revision 1.12 by tjl, Sat Apr 19 19:37:32 2003 UTC
# Line 12  ARCHOPTS=-e 's/^model name.*Pentium III. Line 12  ARCHOPTS=-e 's/^model name.*Pentium III.
12           -e 's/^flags.* sse .*$$/-mfpmath=sse/'           -e 's/^flags.* sse .*$$/-mfpmath=sse/'
13  ARCH=$(shell [ ! -f /proc/cpuinfo ] || sed $(ARCHOPTS) -e "/^-/!d" /proc/cpuinfo)  ARCH=$(shell [ ! -f /proc/cpuinfo ] || sed $(ARCHOPTS) -e "/^-/!d" /proc/cpuinfo)
14    
15  OPTIMIZE =  -O3 -ffast-math $(ARCH) -fomit-frame-pointer -foptimize-sibling-calls  # OPTIMIZE =  -O3 -ffast-math $(ARCH) -fomit-frame-pointer -foptimize-sibling-calls
16    # Better not omit frame pointer: java can sometimes show us where the problem is...
17    OPTIMIZE =  -O3 -ffast-math $(ARCH) -foptimize-sibling-calls
18  # OPTIMIZE = -O0  # OPTIMIZE = -O0
19    
20  CPPFLAGS = -I../include -I../../libvob-depends -I../../include $(EXTRAINCLUDE) -I../../callgl/include -I../../../callgl/include -I../../callgl/include/glwrapper -I../../../callgl/include/glwrapper -I../../glmosaictext/include -I../../../glmosaictext/include -I/usr/include/freetype2 `gdk-pixbuf-config --cflags`  CPPFLAGS = -I../include -I../../libvob-depends -I../../include $(EXTRAINCLUDE) -I../../callgl/include -I../../../callgl/include -I../../callgl/include/glwrapper -I../../../callgl/include/glwrapper -I../../glmosaictext/include -I../../../glmosaictext/include -I/usr/include/freetype2 `gdk-pixbuf-config --cflags`

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26