summaryrefslogtreecommitdiff
path: root/testsuite/printing/Makefile.vlp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/printing/Makefile.vlp')
-rw-r--r--testsuite/printing/Makefile.vlp14
1 files changed, 14 insertions, 0 deletions
diff --git a/testsuite/printing/Makefile.vlp b/testsuite/printing/Makefile.vlp
new file mode 100644
index 0000000000..142082ebfe
--- /dev/null
+++ b/testsuite/printing/Makefile.vlp
@@ -0,0 +1,14 @@
+#
+# Makefile for vlp utility
+#
+
+vlp_default: vlp
+
+include ../../source/Makefile
+
+VLP_OBJ1 = $(LIB_OBJ) $(PARAM_OBJ) $(UBIQX_OBJ)
+
+VLP_OBJS = $(VLP_OBJ1:%=$(srcdir)/%)
+
+vlp: $(VLP_OBJS) vlp.o
+ $(CC) -o $@ vlp.o $(VLP_OBJS) $(LIBS)