summaryrefslogtreecommitdiff
path: root/testsuite/printing/Makefile.vlp
diff options
context:
space:
mode:
authorDavid O'Neill <dmo@samba.org>2000-11-14 15:26:53 +0000
committerDavid O'Neill <dmo@samba.org>2000-11-14 15:26:53 +0000
commitf9680a444bcba72540ab5e23bb44677ef74a9f13 (patch)
treecb75757616cb1aa7262c1b3b291094089ea6d75f /testsuite/printing/Makefile.vlp
parente0bcc7ff5434e9f858acc6a79d1842d86d37d73e (diff)
downloadsamba-f9680a444bcba72540ab5e23bb44677ef74a9f13.tar.gz
samba-f9680a444bcba72540ab5e23bb44677ef74a9f13.tar.bz2
samba-f9680a444bcba72540ab5e23bb44677ef74a9f13.zip
Changes from APPLIANCE_HEAD:
- merged Tim's vlp (virtual lp) test program. Enable it with -DDEVELOPER or by using ./configure.developer (source/include/smb.h source/configure.developer source/printing/lpq_parse.c source/param/loadparm.c testsuite/printing/.cvsignore testsuite/printing/Makefile.vlp testsuite/printing/vlp.c) (This used to be commit fbcf83140da1823e74f63227f0a95d07c6e76764)
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)