Fixed `make install` issues, bugs with VESA
[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 Apps
7 DIRS += Conf Conf/Auth
8 FILES = Conf/BootConf.cfg
9 # Conf/Auth/Users Conf/Auth/Passwords Conf/Auth/Groups
10
11 #DIRS  := $(addprefix $(DISTROOT)/,$(DIRS))
12 #FILES := $(addprefix $(DISTROOT)/,$(FILES))
13
14 .PHONY: all clean
15 .PHONY: $(DIRS) $(FILES)
16
17 install:        $(DIRS) $(FILES)
18
19 clean:
20
21 $(DIRS):
22         $(xMKDIR) $(DISTROOT)/$@
23
24 $(FILES):
25         $(xCP) $@ $(DISTROOT)/$@
26
27 force: ;

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