summaryrefslogtreecommitdiff
path: root/src/Makefile
blob: e1487321785f10ba10f0a6e78663e761b288f337 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include $(dir $(lastword $(MAKEFILE_LIST)))/../config.mk
include $(topsrcdir)/build-aux/Makefile.head.mk

pkgconfdir = $(sysconfdir)

nested.subdirs += abslibre-tools
nested.subdirs += chroot-tools
nested.subdirs += devtools
nested.subdirs += gitget
nested.subdirs += lib
nested.subdirs += librefetch
nested.subdirs += toru
nested.subdirs += xbs
nested.subdirs += xbs-abs
nested.subdirs += xbs-abslibre

include $(topsrcdir)/build-aux/Makefile.tail.mk