]> git.mxchange.org Git - simgear.git/blob - simgear/nasal/Makefile.am
Olaf Flebbe:
[simgear.git] / simgear / nasal / Makefile.am
1 includedir = @includedir@/nasal
2
3 lib_LIBRARIES = libsgnasal.a
4
5 include_HEADERS = nasal.h
6
7 libsgnasal_a_SOURCES = \
8         code.c code.h \
9         codegen.c \
10         data.h \
11         gc.c \
12         hash.c \
13         lex.c \
14         lib.c \
15         mathlib.c \
16         misc.c \
17         nasal.h \
18         parse.c parse.h \
19         string.c \
20         vector.c \
21         thread-posix.c \
22         thread-win32.c
23
24 INCLUDES = -I$(top_srcdir)