Skip to content
Snippets Groups Projects
Makefile.am.template 479 B
## Makefile.am for libalberta%LIBCODE%
##
## DO NOT EDIT, this file is automatically generated by
## ${top_srcdir}/generate-alberta-automakefiles.sh

DIM_OF_WORLD = %DIM_OF_WORLD%
ALBERTA_DEBUG = %ALBERTA_DEBUG%

lib_LTLIBRARIES = libalberta%LIBCODE%.la

include $(srcdir)/../Common/Makefile.am.include

AM_CFLAGS = $(ALBERTA_%EFLAGS%_CFLAGS)

nodist_libalberta%LIBCODE%_la_SOURCES = $(sources)

if HAVE_GLTOOLS
nodist_libalberta%LIBCODE%_la_SOURCES += ../Common/gltools.c
endif