Multi-user testing and bugfixing
[tpg/acess2.git] / Usermode / Applications / Makefile.cfg
1 # Acess 2 Applications
2 # General Makefile
3
4 -include ../../../Makefile.cfg
5 # satisfying 2 deep applications
6 ifeq ($(ACESSDIR),)
7         -include ../../../../Makefile.cfg
8 endif
9 ACESSUSERDIR := $(ACESSDIR)/Usermode
10
11 ASFLAGS = -felf
12 CPPFLAGS = -I$(ACESSUSERDIR)/include/
13 CFLAGS   = -fno-stack-protector $(CPPFLAGS)
14 LDFLAGS  = -T $(ACESSUSERDIR)/Libraries/acess.ld -L $(ACESSUSERDIR)/Libraries -I /Acess/Libs/ld-acess.so -lc
15 DIR = Bin

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