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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 129 - (download) (annotate)
Sun Apr 21 02:30:24 2002 UTC (21 years, 11 months ago) by knhor
File size: 521 byte(s)
knhor - 020420 - add freebsd support
#/**************************************************************************
# *
# * generic makefile
# *
# * defines:   -DLINUX  -DBIG_ENDIAN
# *
# *
# *************************************************************************/


include Makefile.inc


CC = gcc -Wall
CFLAGS = -DFREEBSD


RM = rm -rf


all: $(LIB) $(LIBSO)


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


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

clean:	
	$(RM) `find $(SRCDIR) -name "*.o"`

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

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