Annotation of OpenXM/src/ox_gsl/Makefile.in, Revision 1.1
1.1 ! takayama 1: prefix = @prefix@
! 2: CFLAGS = @CFLAGS@ -I /usr/local/include
! 3: LIBS = @LIBS@
! 4: LN_S = @LN_S@
! 5: TARGET = @TARGET@
! 6: CC = @CC@
! 7:
! 8: all: ${TARGET}
! 9:
! 10: ox_gsl: ox_gsl.o call_gsl.o ox_eval.o
! 11: ${CC} ${CFLAGS} -o ox_gsl ox_gsl.o call_gsl.o ox_eval.o ${LIBS}
! 12:
! 13: .c.o: ox_gsl.h
! 14: ${CC} ${CFLAGS} -c -g $<
! 15:
! 16: clean:
! 17: rm -f *.o *~ ox_gsl
! 18: distclean: clean
! 19: rm -f .configure_done
! 20:
! 21: # $OpenXM$
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>