You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-devel/binutils-apple/files/Makefile

13 lines
246 B

all: ld64 rebase
build_test: machocheck ObjectDump
ld64: debugline.o Options.o ld.o version.o
$(CXX) $(LDFLAGS) -o $@ $^
machocheck: machochecker.o
$(CXX) $(LDFLAGS) -o $@ $^
ObjectDump: ObjectDump.o debugline.o
$(CXX) $(LDFLAGS) -o $@ $^