Annotation of OpenXM/src/mpfr/bfsize/Makefile, Revision 1.2
1.1 takayama 1: OpenXM_HOME=../../..
2: OpenXM_LIBDIR=-L$(OpenXM_HOME)/lib
3: LIBS = -lmpfr -lgmp
4: INCLUDES = -I$(OpenXM_HOME)/include
5: CFLAGS = -g -Wall -finline-functions -D_POSIX_C_SOURCE
6:
7:
8: all: bfsize
9:
10: bfsize : bfsize.c
11: $(CC) $(CFLAGS) $(INCLUDES) $(OpenXM_LIBDIR) $< $(LIBS) -o bfsize
12: clean:
13: rm -f bfsize.exe bfsize *~ a.out a.exe
1.2 ! takayama 14:
! 15: # $OpenXM$
! 16:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>