From c066ad2bcb751ecc0d2371fcdfbfaf7a81dcaa82 Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE> Date: Sat, 29 Nov 2003 21:53:40 +0000 Subject: [PATCH] Initial revision. --- Makefile.am.template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Makefile.am.template diff --git a/Makefile.am.template b/Makefile.am.template new file mode 100644 index 0000000..9da9dc0 --- /dev/null +++ b/Makefile.am.template @@ -0,0 +1,19 @@ +## 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 -- GitLab