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

Annotation of /trunk/xvidcore/build/generic/Makefile.irix64

Parent Directory Parent Directory | Revision Log Revision Log


Revision 238 - (view) (download)

1 : suxen_drol 238 #/**************************************************************************
2 :     # *
3 :     # * sgi-mips-irix64 makefile
4 :     # *
5 :     # *
6 :     # *
7 :     # *************************************************************************/
8 :    
9 :    
10 :     include Makefile.inc
11 :    
12 :    
13 :     CC = gcc
14 :     CFLAGS = -fPIC -Wall -DARCH_IS_BIG_ENDIAN -DARCH_MIPS
15 :     CFLAGS+= -O2 -mabi=n32 -mips4 -mcpu=r8000 -funroll-loops -fomit-frame-pointer
16 :    
17 :    
18 :     RM = rm -rf
19 :    
20 :    
21 :     all: $(LIB) $(LIBSO)
22 :    
23 :    
24 :     $(LIB): $(SRC:.c=.o)
25 :     ar rcs $@ $^
26 :    
27 :    
28 :     $(LIBSO): $(SRC:.c=.o)
29 :     $(CC) $^ -shared -lc -lm -o $@
30 :    
31 :    
32 :     clean:
33 :     $(RM) $(DIRS)
34 :     $(RM) $(LIB)
35 :     $(RM) $(LIBSO)
36 :    
37 :    
38 :     %.o: %.c
39 :     $(CC) $(CFLAGS) -o $@ -c $<
40 :    
41 :    

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