12 lines
163 B
Makefile
12 lines
163 B
Makefile
libdir = ${exec_prefix}/lib
|
|
|
|
lib_LTLIBRARIES = libAstro.la
|
|
libAstro_la_SOURCES = \
|
|
moon.c \
|
|
orbits.c \
|
|
planets.c \
|
|
sky.c \
|
|
stars.c \
|
|
sun.c
|
|
|
|
INCLUDES += -I..
|