[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / mpfr / bfsize

Annotation of OpenXM/src/mpfr/bfsize/Makefile, Revision 1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>