diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-07 15:11:10 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-09 14:20:48 -0500 |
commit | d3486f6c1aa38be431f865e406e4cddd69d88d59 (patch) | |
tree | 5e0856123d80c74cc8d4c879a85d79f127d0964e /src/toru | |
parent | 056aac864aaa989a17703857e8e0e9b67726fc22 (diff) |
make the Makefile(s)... mortal-friendly
I did this by making the assumption that the files in a directory are
dividable into 2 groups: those that are executable, and those that aren't, and
that all of the files in each group all go in the same folder when
installed.
These install directories are configurable per source directory with
$(libre_execdir) and $(libre_datadir)
Diffstat (limited to 'src/toru')
-rw-r--r-- | src/toru/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/toru/Makefile b/src/toru/Makefile new file mode 100644 index 0000000..f2cec54 --- /dev/null +++ b/src/toru/Makefile @@ -0,0 +1,3 @@ +libre_execdir=$(bindir) +libre_datadir=$(sysconfdir)/libretools.d +include ../../common.mk |