mirror of
https://github.com/darlinghq/cctools-port.git
synced 2024-11-23 04:09:48 +00:00
14 lines
278 B
Makefile
14 lines
278 B
Makefile
if ISDARWIN
|
|
SUBDIRS=libstuff libmacho ar as misc otool efitools ld64 man
|
|
else
|
|
SUBDIRS=libobjc2 libstuff libmacho ar as misc otool efitools ld64 man
|
|
endif
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
DSTROOT=
|
|
RC_OS=macos
|
|
|
|
installhdrs:
|
|
cd include; $(MAKE) DSTROOT=$(DSTROOT) RC_OS=$(RC_OS) install
|