aboutsummaryrefslogtreecommitdiffstats
path: root/package/extras.mak
blob: a35439aaee7e6839b8f683b8f3f27cfa1f66b147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
INSTALL_BUNDLE_CONTENTS ::= \
	$(DESTDIR)$(libdir)/source/system/bundle/default/contents.d \
	$(DESTDIR)$(libdir)/source/system/bundle/firewall/contents.d \
	$(DESTDIR)$(libdir)/source/system/bundle/mount/contents.d \
	$(DESTDIR)$(libdir)/source/system/bundle/networking/contents.d \
	$(DESTDIR)$(libdir)/source/system/bundle/seat-manager/contents.d \
	$(DESTDIR)$(libdir)/source/system/bundle/system-bus/contents.d \
	$(DESTDIR)$(libdir)/source/system/bundle/udev/contents.d \
	$(DESTDIR)$(libdir)/source/user/bundle/audio/contents.d \
	$(DESTDIR)$(libdir)/source/user/bundle/compositor/contents.d \
	$(DESTDIR)$(libdir)/source/user/bundle/default/contents.d \
	$(DESTDIR)$(libdir)/source/user/bundle/session-bus/contents.d \

$(INSTALL_BUNDLE_CONTENTS):
	exec mkdir -p -- $@

ALL_EXTRAS ::= \
	$(ALL_BUNDLE_CONTENTS)

INSTALL_EXTRAS ::= \
	$(INSTALL_BUNDLE_CONTENTS)