X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FApplications%2FMakefile.cfg;h=3aa1a795af132d4c105ed4c7ac2358ebbbaf61c1;hb=c967d91a4794ec9c0ec7dab438c033f4c0b49952;hp=2e64b9d6ba41c63b634c95ba5d7cbf632a062605;hpb=c8e606164e7bb405295b2f14e6949d0812cfa342;p=tpg%2Facess2.git diff --git a/Usermode/Applications/Makefile.cfg b/Usermode/Applications/Makefile.cfg index 2e64b9d6..3aa1a795 100644 --- a/Usermode/Applications/Makefile.cfg +++ b/Usermode/Applications/Makefile.cfg @@ -1,18 +1,12 @@ # Acess 2 Applications # General Makefile -#-include ../../../Makefile.cfg -# satisfying 2 deep applications -#ifeq ($(ACESSDIR),) -# -include ../../../../Makefile.cfg -#endif - # Include Usermode Makefile.cfg include $(dir $(lastword $(MAKEFILE_LIST)))../Makefile.cfg - ASFLAGS = -felf CPPFLAGS = -I$(ACESSUSERDIR)/include/ CFLAGS = -fno-stack-protector $(CPPFLAGS) LDFLAGS = -T $(OUTPUTDIR)Libs/acess.ld -rpath-link $(OUTPUTDIR)Libs -L $(OUTPUTDIR)Libs -I /Acess/Libs/ld-acess.so -lld-acess -lc + DIR = Bin