b9b85f06b63b8f65b48282734c28d9ae621428d8
[tpg/acess2.git] / Usermode / Filesystem / Makefile
1 # Acess 2
2 # - Usermode Filesystem Structure Generator
3
4 -include ../../Makefile.cfg
5
6 DIRS  = Bin SBin Libs Modules Applications
7 DIRS += Conf Conf/Auth
8 FILES = Conf/BootConf.cfg Conf/Auth/Users Conf/Auth/Passwords Conf/Auth/Groups
9
10 #DIRS  := $(addprefix $(DISTROOT)/,$(DIRS))
11 #FILES := $(addprefix $(DISTROOT)/,$(FILES))
12
13 .PHONY: all clean
14
15 all:    $(DIRS) $(FILES)
16
17 clean:
18
19 $(DIRS):
20         $(xMKDIR) $(DISTROOT)/$@
21
22 $(FILES):
23         $(xCP) $< $(DISTROOT)/$@
24
25 force: ;

UCC git Repository :: git.ucc.asn.au