]> git.mxchange.org Git - simgear.git/blob - simgear/nasal/Makefile.am
Removal of PLIB/SG from SimGear
[simgear.git] / simgear / nasal / Makefile.am
1 includedir = @includedir@/nasal
2
3 lib_LIBRARIES = libsgnasal.a
4
5 include_HEADERS = nasal.h naref.h
6
7 libsgnasal_a_SOURCES = bitslib.c code.c code.h codegen.c data.h gc.c    \
8                        hash.c iolib.c iolib.h lex.c lib.c mathlib.c     \
9                        misc.c naref.h nasal.h parse.c parse.h string.c  \
10                        thread-posix.c thread-win32.c threadlib.c        \
11                        utf8lib.c vector.c
12
13 INCLUDES = -I$(top_srcdir)