help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

any good development-oriented includable .mk files out there?


From: Robert P. J. Day
Subject: any good development-oriented includable .mk files out there?
Date: Fri, 10 Feb 2006 09:07:06 -0500 (EST)

  ok, let me ask that again in english.  i have several C and
shell-based projects, on top of which i've written numerous .mk files
for inclusion to do things like take a bunch of sources and create,
say, a shared library out of them.

  for instance, in a directory full of sources, i might have a single
Makefile which contains, among other things:

        ...
        SRCS = foo.c bar.c fubar.c
        include sharedlib.mk

at which point "sharedlib.mk" will kick in and, naturally, use
whatever is in ${SRCS} to build a shared library.

  i've written most of those myself and they seem to work fairly well,
but i'm wondering if there's a standard set of makefiles like this
somewhere.

  thanks.

rday




reply via email to

[Prev in Thread] Current Thread [Next in Thread]