X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=testsuite%2Fprinting%2FMakefile.vlp;fp=testsuite%2Fprinting%2FMakefile.vlp;h=142082ebfe69f773d8ba257f39561a15295027d7;hb=6bca4ca307d55b6dc888e56cee47aebcddbce786;hp=0000000000000000000000000000000000000000;hpb=7fd70fa738b636089bcc6c961aa3eaa02f20dda2;p=samba diff --git a/testsuite/printing/Makefile.vlp b/testsuite/printing/Makefile.vlp new file mode 100644 index 0000000..142082e --- /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)