mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-18 07:00:03 -05:00
Initial code for lisp interpreter
This commit is contained in:
parent
8b1ac5a638
commit
640ee8faa7
15 changed files with 1926 additions and 6 deletions
9
src/alisp/Makefile.am
Normal file
9
src/alisp/Makefile.am
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
EXTRA_LTLIBRARIES = libalisp.la
|
||||
|
||||
libalisp_la_SOURCES = alisp.c
|
||||
|
||||
noinst_HEADERS = alisp_local.h
|
||||
|
||||
all: libalisp.la
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
Loading…
Add table
Add a link
Reference in a new issue