# # SYNCARDIR is the directory where the libsyncsort.o shared library lives. # SYNCARDIR = /usr/local/syncsort/lib sashsort: sashsort.o $(SYNCARLIB) /bin/ld -H512 -T512 -b import:/lib/syscalls.exp \ -b glink:/lib/glink.o -b noloadmap -b h:4 \ -o sashsort sashsort.o \ $(SYNCARDIR)/libsyncsort.o -L$(SYNCARDIR) -lc -e mcn_main