summaryrefslogtreecommitdiff
path: root/cesar/test_general/proto_gaisler/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/test_general/proto_gaisler/Makefile')
-rwxr-xr-xcesar/test_general/proto_gaisler/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/cesar/test_general/proto_gaisler/Makefile b/cesar/test_general/proto_gaisler/Makefile
new file mode 100755
index 0000000000..d749f41ff5
--- /dev/null
+++ b/cesar/test_general/proto_gaisler/Makefile
@@ -0,0 +1,21 @@
+BASE = ../../
+
+CC=sparc-linux-gcc
+INCLUDES=test-general/proto_gaisler
+
+EXTRA_HOST_CFLAGS=-O3
+EXTRA_HOST_LDFLAGS=-lm
+HOST_PROGRAMS = test_speed_host_linux_sparc
+test_speed_host_linux_sparc_SOURCES = test_speed.c
+test_speed_host_linux_sparc_MODULES = lib
+
+HOST_PROGRAMS += test_spoc_host_linux_sparc
+test_spoc_host_linux_sparc_SOURCES = test_spoc.c
+HOST_PROGRAMS += test_spoc_opt_host_linux_sparc
+test_spoc_opt_host_linux_sparc_SOURCES = test_spoc_opt.c
+
+HOST_PROGRAMS += test_cp_spoc_host_linux_sparc
+test_cp_spoc_host_linux_sparc_SOURCES = test_cp_spoc.c
+
+include $(BASE)/common/make/top.mk
+