[cvs] / xvidcore / build / generic / Makefile.sparc Repository:
ViewVC logotype

View of /xvidcore/build/generic/Makefile.sparc

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (download) (annotate) (vendor branch)
Fri Mar 8 02:44:25 2002 UTC (22 years, 1 month ago) by Isibaar
Branch: core
CVS Tags: branch-release-1-0, xvidcore, start, tag-branching-20020904
Branch point for: dev-api-3
Changes since 1.1: +0 -0 lines
moved sources
#/**************************************************************************
# *
# * 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