mirror of
https://github.com/kichikuou/xsystem35-sdl2.git
synced 2026-09-26 16:38:06 +03:00
12 lines
368 B
Makefile
12 lines
368 B
Makefile
pkglib_LTLIBRARIES = ShArray.la
|
|
|
|
ShArray_la_LDFLAGS = -module -export-dynamic -avoid-version
|
|
ShArray_la_SOURCES = ShArray.c
|
|
|
|
AM_CFLAGS = @DEBUG_CFLAGS@
|
|
|
|
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) \
|
|
-I$(top_builddir)/src -I$(top_srcdir)/src \
|
|
-I$(top_builddir)/libltdl -I$(top_srcdir)/libltdl \
|
|
-I$(top_builddir)/modules/ShArray -I$(top_srcdir)/modules/ShArray
|