Slight bugfixes and output cleanups
[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
10 # Include Usermode Makefile.cfg
11 include $(dir $(lastword $(MAKEFILE_LIST)))../Makefile.cfg
12
13
14 ASFLAGS = -felf
15 CPPFLAGS = -I$(ACESSUSERDIR)/include/
16 CFLAGS   = -fno-stack-protector $(CPPFLAGS) -Wall
17 LDFLAGS  = -T $(OUTPUTDIR)Libs/acess.ld -rpath-link $(OUTPUTDIR)Libs -L $(OUTPUTDIR)Libs -I /Acess/Libs/ld-acess.so -lld-acess -lc
18 DIR = Bin

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