#!/usr/bin/make -f include ../source.mk nop: @: configure: oh-autoconfigure -s src/unix -- \ --enable-shared \ --enable-threads \ --enable-dll-unloading \ --disable-rpath \ --enable-man-symlinks touch $@ build: configure oh-autobuild -s src/unix touch $@ install: build oh-autoinstall -s src/unix -- \ SCRIPT_INSTALL_DIR='$$(INSTALL_ROOT)/usr/share/$(OPK_SOURCE)' \ MANN_INSTALL_DIR='$$(MAN_INSTALL_DIR)/man3' oh-fixperms oh-strip oh-installfiles