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

View of /branches/dev-api-3/xvidcore/build/generic/Makefile.sparc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 392 - (download) (annotate)
Wed Sep 4 18:44:41 2002 UTC (21 years, 6 months ago)
File size: 524 byte(s)
This commit was manufactured by cvs2svn to create branch 'dev-api-3'.
#/**************************************************************************
# *
# * sparc makefile
# *
# *
# *
# *************************************************************************/


include Makefile.inc


CC = gcc
CFLAGS = -fPIC -Wall -DARCH_IS_BIG_ENDIAN -DARCH_SPARC


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) $(DIRS_INTEL)
	$(RM) $(LIB)
	$(RM) $(LIBSO)

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


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