git-svn-id: svn://10.0.0.236/branches/JS2_DIKDIK_BRANCH@93998 18797224-902f-48f8-a5cc-f745e15eee43
14 lines
271 B
Makefile
14 lines
271 B
Makefile
|
|
include $(top_srcdir)/common.mk
|
|
|
|
INCLUDES = -I$(JS2_DIR)
|
|
LIBS = -L$(JS2_DIR) -ljs2
|
|
|
|
bin_PROGRAMS = parser_test js2_shell
|
|
|
|
parser_test_DEPENDENCIES = $(LIBJS2)
|
|
parser_test_SOURCES = parser_test.cpp
|
|
|
|
js2_shell_DEPENDENCIES = $(LIBJS2)
|
|
js2_shell_SOURCES = DikDik_Shell.cpp
|