#!/bin/sh # $Id$ PKG_NAME="Common library" TARGET="common.a" TYPE="static" OPTIONAL_FUNCTIONS="strdup@string.h" OPTIONAL_VALUES="MAP_ANONYMOUS@sys/mman.h MAP_ANON@sys/mman.h" OBJS="string.o arg.o log.o memory.o"