Cross Reference: Makefile
xref: /src/sys/external/bsd/gnu-efi/dist/inc/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/external/bsd/gnu-efi/dist/inc/
Makefile revision 1.1.1.2
1SRCDIR = .
2
3VPATH = $(SRCDIR)
4
5include $(SRCDIR)/../Make.defaults
6
7TOPDIR = $(SRCDIR)/..
8
9CDIR=$(TOPDIR)/..
10
11all:
12
13clean:
14
15install:
16	mkdir -p $(INSTALLROOT)$(PREFIX)/include/efi
17	mkdir -p $(INSTALLROOT)$(PREFIX)/include/efi/protocol
18	mkdir -p $(INSTALLROOT)$(PREFIX)/include/efi/$(ARCH)
19	$(INSTALL) -m 644 $(SRCDIR)/*.h $(INSTALLROOT)$(PREFIX)/include/efi
20	$(INSTALL) -m 644 $(SRCDIR)/protocol/*.h $(INSTALLROOT)$(PREFIX)/include/efi/protocol
21	$(INSTALL) -m 644 $(SRCDIR)/$(ARCH)/*.h $(INSTALLROOT)$(PREFIX)/include/efi/$(ARCH)
22ifeq ($(ARCH),ia64)
23	mkdir -p $(INSTALLROOT)$(PREFIX)/include/efi/protocol/ia64
24	$(INSTALL) -m 644 $(SRCDIR)/protocol/ia64/*.h $(INSTALLROOT)$(PREFIX)/include/efi/protocol/ia64
25endif
26
27include $(SRCDIR)/../Make.rules
28

Indexes created Sun Dec 07 20:09:42 GMT 2025