[svn] / trunk / xvidcore / build / generic / Makefile.ia64 Repository:
ViewVC logotype

Diff of /trunk/xvidcore/build/generic/Makefile.ia64

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

revision 205, Fri Jun 14 08:26:04 2002 UTC revision 371, Thu Aug 15 09:45:43 2002 UTC
# Line 12  Line 12 
12  # *************************************************************************/  # *************************************************************************/
13    
14    
 include Makefile.inc  
   
15  CC = gcc  CC = gcc
16  #CC=ecc  #CC=ecc
17  #CC = /opt/experimental/bin/gcc         # that's where SuSE installs gcc3  #CC = /opt/experimental/bin/gcc         # that's where SuSE installs gcc3
18    
19  CFLAGS = -DARCH_IA64 -DLINUX  include Makefile.inc
20    
21    
22    CFLAGS = -DARCH_IA64 -DLINUX  #-D_PROFILING_
23  CFLAGSWP =  CFLAGSWP =
24  LIBDIR = /usr/local/lib  LIBDIR = /usr/local/lib
25    
26  ifeq ($(CC),ecc)  ifeq ($(CC),ecc)
27      CFLAGS+= -O3 -ip      CFLAGS+= -O9 -ip
28      CFLAGS+= -I/opt/intel/compiler50/ia32/include -I/opt/intel/compiler50/ia32/substitute_headers/      CFLAGS+= -I/opt/intel/compiler50/ia32/include -I/opt/intel/compiler50/ia32/substitute_headers/
29    
30  else  else
31      CFLAGS += -Wall -O3 -funroll-loops -ffast-math      CFLAGS += -Wall -O9 -funroll-loops -ffast-math
32      CFLAGS += -fstrict-aliasing -fpic -fomit-frame-pointer      CFLAGS += -fstrict-aliasing -fpic -fomit-frame-pointer
33       #CFLAGS += -fprofile-arcs -ftest-coverage
34  endif  endif
35    
36  AS = $(CC)  AS = $(CC)
# Line 63  Line 65 
65    
66  test:  test:
67          make all          make all
68          $(CC) $(CFLAGS) -I../../src ../../examples/xvid_stat.c libcore.a -o xvid_stat -lm          $(CC) $(CFLAGS) -I../../src ../../examples/xvid_stat.c $(LIB) -o xvid_stat -lm
69    
70  test-clean:  test-clean:
71          make remove-all          make remove-all

Legend:
Removed from v.205  
changed lines
  Added in v.371

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4