From ea1947ffcc606d757357398b24e74a3f4ecefa07 Mon Sep 17 00:00:00 2001 From: neonloop Date: Wed, 20 Oct 2021 14:54:27 +0000 Subject: Initial commit from steward-fu release --- modules/libgrbase/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/libgrbase/Makefile.am (limited to 'modules/libgrbase/Makefile.am') diff --git a/modules/libgrbase/Makefile.am b/modules/libgrbase/Makefile.am new file mode 100644 index 0000000..f582d8a --- /dev/null +++ b/modules/libgrbase/Makefile.am @@ -0,0 +1,14 @@ +## Process this file with automake to produce Makefile.in + +#AUTOMAKE_OPTIONS = no-dependencies foreign + +lib_LTLIBRARIES = libgrbase.la + +libgrbase_la_SOURCES = g_bitmap.c g_clear.c g_grlib.c g_pal.c g_blendop.c g_conversion.c libgrbase.c +libgrbase_la_CFLAGS = $(COMMON_CFLAGS) -I$(BGD_PATH)/include -I. +libgrbase_la_LDFLAGS = -s -module -no-undefined -avoid-version +libgrbase_la_LIBADD = $(COMMON_LDFLAGS) + +## Make sure these will be cleaned even when they're not built by +## default. +CLEANFILES = libgrbase.la -- cgit v1.2.3