mirror of https://github.com/ademakov/libjit
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
209 B
10 lines
209 B
21 years ago
|
|
||
|
lib_LIBRARIES = libjitplus.a
|
||
|
|
||
|
libjitplus_a_SOURCES = \
|
||
|
jit-plus-context.cpp \
|
||
|
jit-plus-function.cpp \
|
||
|
jit-plus-value.cpp
|
||
|
|
||
|
AM_CXXFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I. -I$(srcdir)
|