Converting to Gnu autoconf system.

This commit is contained in:
curt
1998-04-03 21:50:53 +00:00
committed by Tim Moore
parent 978226a275
commit df79de455f
8 changed files with 389 additions and 58 deletions

12
Astro/Makefile.am Normal file
View File

@@ -0,0 +1,12 @@
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..