]> git.mxchange.org Git - simgear.git/blob - simgear/nasal/Makefile.am
Version 1.3 of Andy Ross's "NASAL" embedded scripting language.
[simgear.git] / simgear / nasal / Makefile.am
1 includedir = @includedir@/nasal
2
3 lib_LIBRARIES = libnasal.a
4
5 include_HEADERS = nasal.h
6
7 libnasal_a_SOURCES = \
8         code.c \
9         codegen.c \
10         debug.c \
11         gc.c \
12         hash.c \
13         lex.c \
14         lib.c \
15         mathlib.c \
16         misc.c \
17         parse.c \
18         string.c \
19         vector.c