Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Do not distribute generated source files
Baptiste Daroussin committed 10 years ago
commit bccb702a0b2040715e0120f862850dff681b9c3b
parent ad7271c
2 files changed +10 -9
modified external/Makefile.am
@@ -154,12 +154,13 @@ libelf_la_SOURCES= libelf/elf.c \
			libelf/libelf_open.c \
			libelf/libelf_phdr.c \
			libelf/libelf_shdr.c \
-
			libelf/libelf_xlate.c \
-
			libelf/libelf_fsize.c \
-
			libelf/libelf_msize.c \
-
			libelf/libelf_convert.c
+
			libelf/libelf_xlate.c
+
nodist_libelf_la_SOURCES=	libelf/libelf_fsize.c \
+
				libelf/libelf_msize.c \
+
				libelf/libelf_convert.c
libelf_la_CFLAGS=	-I$(top_srcdir)/external/libelf
libelf_static_la_SOURCES=	${libelf_la_SOURCES}
+
nodist_libelf_static_la_SOURCES=	$(nodist_libelf_la_SOURCES)
libelf_static_la_CFLAGS=	$(libelf_la_CFLAGS) -static
libelf_static_la_LDFLAGS=	-all-static

@@ -269,9 +270,9 @@ libfetch_static_la_SOURCES= ${libfetch_la_SOURCES}

if HAVE_ELF_ABI
CLEANFILES=	libelf/libelf_fsize.c \
-
			libelf/libelf_msize.c \
-
			libelf/libelf_convert.c \
-
			libelf/native-elf-format.h
+
		libelf/libelf_msize.c \
+
		libelf/libelf_convert.c \
+
		libelf/native-elf-format.h
BUILT_SOURCES = libelf/native-elf-format.h \
		libelf/libelf_convert.c \
		libelf/libelf_fsize.c \
modified tests/Makefile.am
@@ -39,8 +39,8 @@ PRIVATE_INCS= -I$(top_srcdir)/external/libsbuf \
		-I$(top_srcdir)/external/libucl/klib \
		$(PUBLIC_INCS)

-
pkg_printf_SOURCES=	lib/pkg_printf_test.c \
-
			lib/pkg_printf.c
+
pkg_printf_SOURCES=	lib/pkg_printf_test.c
+
nodist_pkg_printf_SOURCES=	lib/pkg_printf.c
CLEANFILES=		lib/pkg_printf.c
BUILT_SOURCES=		lib/pkg_printf.c
pkg_printf_CFLAGS=	$(PRIVATE_INCS)