[svn] / tags / branch-release-1-0 / xvidcore / build / generic / Makefile.freebsd Repository:
ViewVC logotype

View of /tags/branch-release-1-0/xvidcore/build/generic/Makefile.freebsd

Parent Directory Parent Directory | Revision Log Revision Log


Revision 908 - (download) (annotate)
Thu Mar 6 21:12:04 2003 UTC (21 years, 1 month ago)
File size: 585 byte(s)
This commit was manufactured by cvs2svn to create tag 'branch-release-1-0'.
#/**************************************************************************
# *
# * freebsd makefile
# *
# *************************************************************************/


include Makefile.inc

CC = gcc -Wall
CFLAGS = -DFREEBSD
LIBDIR = /usr/local/lib

RM = rm -rf

all: $(LIB) $(LIBSO)


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


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

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

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

install: $(LIB) $(LIBSO)
	install -c -m 0666 $(LIBSO) $(LIB) $(LIBDIR)

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