[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 717, Sat Dec 14 08:14:37 2002 UTC
# Line 37  Line 37 
37  AFLAGS = -c  AFLAGS = -c
38    
39  %.o: %.s  %.o: %.s
40          $(AS) $(AFLAGS) $< -o $@          $(AS) $(AFLAGS) -I$(<D) $< -o $@
41    
42    
43  RM = rm -rf  RM = rm -rf
44    
# Line 65  Line 66 
66    
67  test:  test:
68          make all          make all
69          $(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
70    
71  test-clean:  test-clean:
72          make remove-all          make remove-all

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

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