summaryrefslogtreecommitdiff
path: root/examples/Service_Configurator/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Service_Configurator/Makefile')
-rw-r--r--examples/Service_Configurator/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/examples/Service_Configurator/Makefile b/examples/Service_Configurator/Makefile
new file mode 100644
index 00000000000..86ad57b73ef
--- /dev/null
+++ b/examples/Service_Configurator/Makefile
@@ -0,0 +1,22 @@
+#----------------------------------------------------------------------------
+# @(#)Makefile 1.1 10/18/96
+#
+# Makefile for the Service Configurator tests
+#----------------------------------------------------------------------------
+
+#----------------------------------------------------------------------------
+# Local macros
+#----------------------------------------------------------------------------
+
+DIRS = IPC-tests \
+ Misc
+
+#----------------------------------------------------------------------------
+# Include macros and targets
+#----------------------------------------------------------------------------
+
+include $(WRAPPER_ROOT)/include/makeinclude/wrapper_macros.GNU
+include $(WRAPPER_ROOT)/include/makeinclude/macros.GNU
+include $(WRAPPER_ROOT)/include/makeinclude/rules.common.GNU
+include $(WRAPPER_ROOT)/include/makeinclude/rules.nested.GNU
+include $(WRAPPER_ROOT)/include/makeinclude/rules.nolocal.GNU