mirror of
https://github.com/darlinghq/cctools-port.git
synced 2024-11-23 12:19:40 +00:00
Build efitools
This commit is contained in:
parent
e6e0ca7904
commit
8bef2093b9
@ -467,6 +467,7 @@ AC_CONFIG_FILES([as/ppc64/Makefile])
|
||||
AC_CONFIG_FILES([man/Makefile])
|
||||
AC_CONFIG_FILES([misc/Makefile])
|
||||
AC_CONFIG_FILES([otool/Makefile])
|
||||
AC_CONFIG_FILES([efitools/Makefile])
|
||||
AC_CONFIG_FILES([libobjc2/Makefile])
|
||||
AC_CONFIG_FILES([ld64/Makefile])
|
||||
AC_CONFIG_FILES([ld64/doc/man/Makefile])
|
||||
|
14
cctools/efitools/Makefile.am
Normal file
14
cctools/efitools/Makefile.am
Normal file
@ -0,0 +1,14 @@
|
||||
bin_PROGRAMS = \
|
||||
makerelocs \
|
||||
mtoc \
|
||||
mtor
|
||||
|
||||
LDADD = \
|
||||
$(top_builddir)/libstuff/libstuff.la \
|
||||
$(REALLOCF_LIB)
|
||||
|
||||
AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/include/foreign -I$(top_srcdir)/libstuff $(WARNINGS) $(LTO_DEF) -D__DARWIN_UNIX03 $(ENDIAN_FLAG)
|
||||
|
||||
makerelocs_SOURCES= makerelocs.c
|
||||
mtoc_SOURCES= mtoc.c
|
||||
mtor_SOURCES= mtor.c
|
@ -25,6 +25,7 @@
|
||||
#include "stuff/errors.h"
|
||||
#include "stuff/ofile.h"
|
||||
#include "stuff/write64.h"
|
||||
#include "stuff/port.h" /* cctools-port */
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <mach-o/loader.h>
|
||||
|
Loading…
Reference in New Issue
Block a user