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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 111 - (download) (annotate)
Mon Apr 8 23:50:16 2002 UTC (22 years, 1 month ago)
File size: 467 byte(s)
This commit was manufactured by cvs2svn to create tag 'xvidcore'.
#/**************************************************************************
# *
# * generic makefile
# *
# * defines:   -DLINUX  -DBIG_ENDIAN
# *
# *
# *************************************************************************/


include Makefile.inc


CC = gcc -Wall
CFLAGS =


RM = rm -rf


all: $(LIB) $(LIBSO)


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


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


remove-all:
	$(RM) $(DIRS)
	$(RM) $(LIB)
	$(RM) $(LIBSO)

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