view dynload/Makefile.M @ 104:dbca6763f2be

- complete, working mips o32 callback (using hardware fp); fixes error from last commit, which ignored first 2 float args * currently tested on little endian, only * todo update, manual update, cleanups
author cslag
date Thu, 09 Jun 2016 15:13:53 +0200
parents 3e629dc19168
children
line wrap: on
line source

#include "../buildsys/dynmake/Makefile.base.M"

all: _L(dynload_s)

_L(dynload_s): _O(dynload) _O(dynload_syms)
	_(AR) _(ARFLAGS) _(ARFLAG_OUT_PREFIX)_(TARGET) _(PREREQS)

clean:
        _(RM) _O(*)
        _(RM) _L(dynload_s)