summaryrefslogtreecommitdiff
path: root/cesar/mac/common/test/pb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/mac/common/test/pb/Makefile')
-rw-r--r--cesar/mac/common/test/pb/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/cesar/mac/common/test/pb/Makefile b/cesar/mac/common/test/pb/Makefile
new file mode 100644
index 0000000000..35e3504cc4
--- /dev/null
+++ b/cesar/mac/common/test/pb/Makefile
@@ -0,0 +1,13 @@
+BASE = ../../../..
+
+TARGET = sparc
+
+HOST_PROGRAMS = test_pb
+test_pb_SOURCES = test_pb.c
+test_pb_MODULES = mac/common lib
+
+TARGET_PROGRAMS = test_pb_target
+test_pb_target_SOURCES = test_pb.c
+test_pb_target_MODULES = mac/common lib
+
+include $(BASE)/common/make/top.mk