You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
|
|
|
|
# the module .so file
|
|
|
|
AM_CPPFLAGS = -I. \
|
|
|
|
-I$(top_srcdir) \
|
|
|
|
-I$(includedir) \
|
|
|
|
@E_CFLAGS@
|
|
|
|
|
|
|
|
pkgdir = $(datadir)/$(MODULE_ARCH)
|
|
|
|
|
|
|
|
pkg_LTLIBRARIES = module.la
|
|
|
|
module_la_SOURCES = e_mod_main.c \
|
|
|
|
e_mod_main.h \
|
|
|
|
e_mod_config.c \
|
|
|
|
CalcEphem.c \
|
|
|
|
CalcEphem.h \
|
|
|
|
Moon.c
|
|
|
|
module_la_LIBADD = @E_LIBS@
|
|
|
|
module_la_LDFLAGS = -module -avoid-version
|
|
|
|
module_la_DEPENDENCIES = $(top_builddir)/config.h
|
|
|
|
|