summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/appl/sample/Imakefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/appl/sample/Imakefile b/src/appl/sample/Imakefile
new file mode 100644
index 000000000..9e5449be2
--- /dev/null
+++ b/src/appl/sample/Imakefile
@@ -0,0 +1,8 @@
+ DEPLIBS = $(DEPKLIB)
+LOCAL_LIBRARIES = $(KLIB)
+
+CLIENTOBJS= sclient.o
+SERVEROBJS= sserver.o
+
+NormalProgramTarget(sclient,$(CLIENTOBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),)
+NormalProgramTarget(sserver,$(SERVEROBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),)