From 46651ce6fe013220ed397add242004d764fc0153 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:15:05 +0200 Subject: Adding upstream version 14.5. Signed-off-by: Daniel Baumann --- src/backend/bootstrap/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/backend/bootstrap/Makefile (limited to 'src/backend/bootstrap/Makefile') diff --git a/src/backend/bootstrap/Makefile b/src/backend/bootstrap/Makefile new file mode 100644 index 0000000..6421efb --- /dev/null +++ b/src/backend/bootstrap/Makefile @@ -0,0 +1,25 @@ +#------------------------------------------------------------------------- +# +# Makefile for the bootstrap module +# +# src/backend/bootstrap/Makefile +# +#------------------------------------------------------------------------- + +subdir = src/backend/bootstrap +top_builddir = ../../.. +include $(top_builddir)/src/Makefile.global + +override CPPFLAGS := -I. -I$(srcdir) $(CPPFLAGS) + +OBJS = \ + bootparse.o \ + bootstrap.o + +include $(top_srcdir)/src/backend/common.mk + +# bootscanner is compiled as part of bootparse +bootparse.o: bootscanner.c + +# bootparse.c and bootscanner.c are in the distribution tarball, so +# they are not cleaned here. -- cgit v1.2.3