6 lines
125 B
Makefile
6 lines
125 B
Makefile
|
|
include $(top_srcdir)/common.mk
|
|
|
|
INCLUDES = -I$(JS2_DIR) -I$(JS2_DIR)regexp
|
|
LIBS = -L$(JS2_DIR) -ljs2 -L$(FDLIBM_DIR) -lfdm
|