summaryrefslogtreecommitdiff
path: root/src/libply-splash-core
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2022-11-14 11:34:53 -0500
committerRay Strode <rstrode@redhat.com>2022-11-14 13:40:56 -0500
commita5c1ccd7114288f09a9df32f8635f91c1de7b5fe (patch)
tree9d224ee818ad6780a2a63235d30dff66f43dbe07 /src/libply-splash-core
parent16540691711ffbbe484b642129c3eb1f9760799c (diff)
autogoo: Drop the goo
We have meson support now, get rid of the cruft.
Diffstat (limited to 'src/libply-splash-core')
-rw-r--r--src/libply-splash-core/Makefile.am51
1 files changed, 0 insertions, 51 deletions
diff --git a/src/libply-splash-core/Makefile.am b/src/libply-splash-core/Makefile.am
deleted file mode 100644
index 70365696..00000000
--- a/src/libply-splash-core/Makefile.am
+++ /dev/null
@@ -1,51 +0,0 @@
-AM_CPPFLAGS = -I$(top_srcdir) \
- -I$(srcdir) \
- -I$(srcdir)/../libply \
- -I$(srcdir)/../plugins/controls
-
-if WITH_SYSTEM_ROOT_INSTALL
-librarydir = $(libdir:/usr%=%)
-else
-librarydir = $(libdir)
-endif
-
-library_LTLIBRARIES = libply-splash-core.la
-
-libply_splash_coredir = $(includedir)/plymouth-1/ply-splash-core
-libply_splash_core_HEADERS = \
- ply-boot-splash.h \
- ply-boot-splash-plugin.h \
- ply-device-manager.h \
- ply-keyboard.h \
- ply-pixel-buffer.h \
- ply-pixel-display.h \
- ply-renderer.h \
- ply-renderer-plugin.h \
- ply-terminal.h \
- ply-text-display.h \
- ply-text-progress-bar.h \
- ply-text-step-bar.h
-
-libply_splash_core_la_CFLAGS = $(PLYMOUTH_CFLAGS) $(UDEV_CFLAGS) \
- -DPLYMOUTH_BACKGROUND_COLOR=$(background_color) \
- -DPLYMOUTH_BACKGROUND_END_COLOR=$(background_end_color) \
- -DPLYMOUTH_BACKGROUND_START_COLOR=$(background_start_color) \
- -DPLYMOUTH_PLUGIN_PATH=\"$(PLYMOUTH_PLUGIN_PATH)\"
-libply_splash_core_la_LIBADD = $(PLYMOUTH_LIBS) $(UDEV_LIBS) ../libply/libply.la
-libply_splash_core_la_LDFLAGS = -export-symbols-regex '^[^_].*' \
- -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
- -no-undefined
-libply_splash_core_la_SOURCES = \
- $(libply_splash_core_HEADERS) \
- ply-device-manager.c \
- ply-keyboard.c \
- ply-pixel-display.c \
- ply-text-display.c \
- ply-text-progress-bar.c \
- ply-text-step-bar.c \
- ply-terminal.c \
- ply-pixel-buffer.c \
- ply-renderer.c \
- ply-boot-splash.c
-
-MAINTAINERCLEANFILES = Makefile.in