Add the rename torture test.
[ira/wip.git] / testsuite / printing / Makefile.vlp
1 #
2 # Makefile for vlp utility
3 #
4
5 vlp_default: vlp
6
7 include ../../source/Makefile
8
9 VLP_OBJ1 = $(LIB_OBJ) $(PARAM_OBJ) $(UBIQX_OBJ) 
10
11 VLP_OBJS = $(VLP_OBJ1:%=$(srcdir)/%)
12
13 vlp: $(VLP_OBJS) vlp.o
14         $(CC) -o $@ vlp.o $(VLP_OBJS) $(LIBS)