+ source/vm/fm
+ source/vm/fm/Makefile
+ source/vm/fmmt
+ source/vm/fmmt/Makefile
* source/vm/Makefile
+ Added hbfm, hbfmmt lib generation which works for
all compilers, not just gcc family.
; Please review.
; TOFIX: For some reason the locally added C flags
appear twice. Couldn't find out why.
20 lines
349 B
Makefile
20 lines
349 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
vpath %.c ../
|
|
|
|
ROOT = ../../../
|
|
|
|
C_SOURCES=\
|
|
fm.c \
|
|
|
|
LIBNAME=hbfm
|
|
|
|
HB_USER_CFLAGS :=$(subst -DHB_MT_VM,,$(HB_USER_CFLAGS))
|
|
HB_USER_CFLAGS :=$(subst -DHB_FM_STATISTICS_OFF,,$(HB_USER_CFLAGS))
|
|
HB_USER_CFLAGS :=$(subst -DHB_FM_STATISTICS_DYN_OFF,,$(HB_USER_CFLAGS))
|
|
HB_USER_CFLAGS += -DHB_FM_STATISTICS
|
|
|
|
include $(TOP)$(ROOT)config/lib.cf
|