# Generated automatically from Makefile.in by configure. # Tim Vanderhoek # libass/Makefile # Version 0.9.7.1, released August 19, 1997 # Copyright (c) 1997, Timothy M. Vanderhoek # SRCS= ass_GameDown.c ass_all.c ass_move.c \ ass_GamePlayer.c ass_deal.c ass_set.c \ ass_Hand.c ass_err.c ass_setlt.c \ ass_HandCard.c ass_init.c ass_turn.c \ ass_makeset.c ass_SetCard.c ass_SetNum.c \ ass_a_clear.c ass_PlayerPos.c ass_switch.c \ ass_GamePos.c ass_a_shuffle.c ass_sort.c RM= rm RANLIB= ranlib INSTALL= @INSTALL@ AR= ar CC= cc DEBUGOPTS= -I/usr/local/include -L/usr/local/lib CFLAGS+= -Wall -Wstrict-prototypes -Wno-unused -Wcast-qual \ -Wwrite-strings ${DEBUGOPTS} all: libass.a libass.a: ${SRCS:.c=.o} ../rand/rand.o ${AR} -r $@ ../rand/rand.o ${SRCS:.c=.o} ${RANLIB} $@ clean: ${RM} -f libass.a ${RM} -f *.o distclean: clean realclean: distclean ${RM} -f Makefile