view dynload/Makefile.M @ 97:d0787f3b81fb

- internal linkage for some helper functions - corrected and added some comments for clarification
author cslag
date Sat, 04 Jun 2016 19:35:58 +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)