[svn] / branches / dev-api-3 / xvidcore / build / generic / Makefile.ia64 Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/build/generic/Makefile.ia64

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

trunk/xvidcore/build/generic/Makefile.ia64 revision 301, Tue Jul 16 17:42:36 2002 UTC branches/dev-api-3/xvidcore/build/generic/Makefile.ia64 revision 804, Sat Jan 25 06:49:10 2003 UTC
# Line 26  Line 26 
26  ifeq ($(CC),ecc)  ifeq ($(CC),ecc)
27      CFLAGS+= -O9 -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        SRC_IA64 := $(SRC_IA64:_gcc.s=_ecc.s)
30    
31  else  else
32      CFLAGS += -Wall -O9 -funroll-loops -ffast-math      CFLAGS += -Wall -O9 -funroll-loops -ffast-math
# Line 37  Line 38 
38  AFLAGS = -c  AFLAGS = -c
39    
40  %.o: %.s  %.o: %.s
41          $(AS) $(AFLAGS) $< -o $@          $(AS) $(AFLAGS) -I$(<D) $< -o $@
42    
43    
44  RM = rm -rf  RM = rm -rf
45    
# Line 65  Line 67 
67    
68  test:  test:
69          make all          make all
70          $(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
71    
72  test-clean:  test-clean:
73          make remove-all          make remove-all

Legend:
Removed from v.301  
changed lines
  Added in v.804

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