repo.or.cz
/
panda.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix regression from previous commit
[panda.git]
/
Makefile.am
blob
cab51b5d0af7b33a908eda5acffef41cdfa014a6
1
2
ACLOCAL_AMFLAGS = -I .
3
4
lib_LTLIBRARIES =
5
noinst_LTLIBRARIES =
6
bin_PROGRAMS =
7
noinst_PROGRAMS =
8
DISTCLEANFILES =
9
CLEANFILES =
10
BUILT_SOURCES =
11
12
EXTRA_DIST = \
13
COPYING \
14
README \
15
st-mode.el \
16
autogen.sh \
17
docs/bytecodes.txt \
18
docs/object-memory.txt
19
20
include Makefile-panda.am
21
include Makefile-libs.am
22
include Makefile-tests.am