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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 238 - (download) (annotate)
Mon Jun 24 09:53:18 2002 UTC (21 years, 9 months ago) by suxen_drol
File size: 592 byte(s)
added font.c, sgi-irix64 makefile, dx50bvop working
#/**************************************************************************
# *
# * sgi-mips-irix64 makefile
# *
# *
# *
# *************************************************************************/


include Makefile.inc


CC = gcc
CFLAGS = -fPIC -Wall -DARCH_IS_BIG_ENDIAN -DARCH_MIPS
CFLAGS+= -O2 -mabi=n32 -mips4 -mcpu=r8000 -funroll-loops -fomit-frame-pointer


RM = rm -rf


all: $(LIB) $(LIBSO)


$(LIB): $(SRC:.c=.o)
	ar rcs $@ $^


$(LIBSO): $(SRC:.c=.o)
	$(CC) $^ -shared -lc -lm -o $@


clean:
	$(RM) $(DIRS)
	$(RM) $(LIB)
	$(RM) $(LIBSO)


%.o: %.c
	$(CC) $(CFLAGS) -o $@ -c $<



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