Skip to content
Snippets Groups Projects
Commit c066ad2b authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Initial revision.

parent 69b92249
Branches
Tags
No related merge requests found
## Makefile.am for libALBERTA%LIBCODE%
DIM_OF_WORLD = %DIM_OF_WORLD%
EL_INDEX = %EL_INDEX%
DEBUG= %DEBUG%
lib_LTLIBRARIES = libALBERTA%LIBCODE%.la
include $(srcdir)/../%DIM%d/Makefile.am.include
include $(srcdir)/../Common/Makefile.am.include
override CFLAGS := $(CFLAGS) $(ALBERTA_%EFLAGS%_CFLAGS)
libALBERTA%LIBCODE%_la_LIBADD = $(X_PRE_LIBS) $(X_LIBS) $(X_EXTRA_LIBS)
nodist_libALBERTA%LIBCODE%_la_SOURCES = $(sources_common) $(sources)
if HAVE_GLTOOLS
nodist_libALBERTA%LIBCODE%_la_SOURCES += ../Common/gltools.c
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment