Usermode - Moved common portions of the Makefile.cfg files
[tpg/acess2.git] / Usermode / common_settings.mk
1
2
3 CPPFLAGS += $(addprefix -I,$(wildcard $(ACESSUSERDIR)Libraries/*/include_exp/))
4 CPPFLAGS += -I$(ACESSUSERDIR)/include/ -DARCHDIR_is_$(ARCHDIR)
5 CPPFLAGS += -I $(ACESSDIR)/Externals/Output/$(ARCHDIR)/include
6 CFLAGS += -std=gnu99 -g
7 LDFLAGS += -L $(ACESSDIR)/Externals/Output/$(ARCHDIR)/lib

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