gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/gfx/libtexture Makefile


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/gfx/libtexture Makefile
Date: Thu, 29 Aug 2002 03:02:23 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/08/29 03:02:23

Modified files:
        gfx/libtexture : Makefile 

Log message:
        Fix nonstandard makefile a little

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/libtexture/Makefile.diff?tr1=1.8&tr2=1.9&r1=text&r2=text

Patches:
Index: gzz/gfx/libtexture/Makefile
diff -c gzz/gfx/libtexture/Makefile:1.8 gzz/gfx/libtexture/Makefile:1.9
*** gzz/gfx/libtexture/Makefile:1.8     Thu Aug 22 11:11:56 2002
--- gzz/gfx/libtexture/Makefile Thu Aug 29 03:02:23 2002
***************
*** 1,12 ****
  .SUFFIXES: $(SUFFIXES) .texture .bin
  
  TEXTURE_OBJS := $(shell for file in *.texture; do echo $${file%.texture}.o; 
done)
  TEXTURE_EXES := $(shell for file in *.texture; do echo $${file%.texture}.bin; 
done)
  LIBS = -lglut
  
! CXX = g++-3.1
  
! CXXFLAGS=-g -O3 -march=pentiumpro -ffast-math -fno-math-errno 
-fstrength-reduce -fcse-follow-jumps -fcse-skip-blocks -frerun-cse-after-loop 
-frerun-loop-opt -fexpensive-optimizations -fregmove -fschedule-insns2 
-funroll-loops -fmove-all-movables -falign-loops -fsingle-precision-constant 
-frename-registers
  #CXXFLAGS=-g -O0
  
  all: Texture.o $(TEXTURE_OBJS) $(TEXTURE_EXES) Texture_gettexture.o 
Texture_pipetexture.o
--- 1,14 ----
  .SUFFIXES: $(SUFFIXES) .texture .bin
  
+ include ../rules.mk
+ 
  TEXTURE_OBJS := $(shell for file in *.texture; do echo $${file%.texture}.o; 
done)
  TEXTURE_EXES := $(shell for file in *.texture; do echo $${file%.texture}.bin; 
done)
  LIBS = -lglut
  
! # CXX = g++-3.0
  
! # CXXFLAGS=-g -O3 -march=pentiumpro -ffast-math -fno-math-errno 
-fstrength-reduce -fcse-follow-jumps -fcse-skip-blocks -frerun-cse-after-loop 
-frerun-loop-opt -fexpensive-optimizations -fregmove -fschedule-insns2 
-funroll-loops -fmove-all-movables -falign-loops -fsingle-precision-constant 
-frename-registers
  #CXXFLAGS=-g -O0
  
  all: Texture.o $(TEXTURE_OBJS) $(TEXTURE_EXES) Texture_gettexture.o 
Texture_pipetexture.o




reply via email to

[Prev in Thread] Current Thread [Next in Thread]