aboutsummaryrefslogtreecommitdiff
path: root/sys/rules.mk
blob: c7c177902006fd35b7ca58007769aa1d08e85215 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
include share/push.mk

# Iterate through subdirectory tree

DIR := $(d)/cmd
include $(DIR)/rules.mk

DIR := $(d)/libn
include $(DIR)/rules.mk

# DIR := $(d)/libc
# include $(DIR)/rules.mk

# DIR := $(d)/libmath
# include $(DIR)/rules.mk

# DIR := $(d)/libbio
# include $(DIR)/rules.mk

# DIR := $(d)/libdraw
# include $(DIR)/rules.mk

# DIR := $(d)/libimage
# include $(DIR)/rules.mk

# DIR := $(d)/libfont
# include $(DIR)/rules.mk

# DIR := $(d)/libterm
# include $(DIR)/rules.mk

# DIR := $(d)/libsre
# include $(DIR)/rules.mk

include share/pop.mk