Usermode - Moved common portions of the Makefile.cfg files
[tpg/acess2.git] / Usermode / common_settings.mk
diff --git a/Usermode/common_settings.mk b/Usermode/common_settings.mk
new file mode 100644 (file)
index 0000000..519b0fd
--- /dev/null
@@ -0,0 +1,7 @@
+
+
+CPPFLAGS += $(addprefix -I,$(wildcard $(ACESSUSERDIR)Libraries/*/include_exp/))
+CPPFLAGS += -I$(ACESSUSERDIR)/include/ -DARCHDIR_is_$(ARCHDIR)
+CPPFLAGS += -I $(ACESSDIR)/Externals/Output/$(ARCHDIR)/include
+CFLAGS += -std=gnu99 -g
+LDFLAGS += -L $(ACESSDIR)/Externals/Output/$(ARCHDIR)/lib

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