source: branches/samba-3.2.x/testsuite/printing/Makefile.vlp@ 1036

Last change on this file since 1036 was 133, checked in by Paul Smedley, 18 years ago

Update trunk to 3.2.0pre3

File size: 231 bytes
Line 
1#
2# Makefile for vlp utility
3#
4
5vlp_default: vlp
6
7include ../../source/Makefile
8
9VLP_OBJ1 = $(LIB_OBJ) $(PARAM_OBJ) $(UBIQX_OBJ)
10
11VLP_OBJS = $(VLP_OBJ1:%=$(srcdir)/%)
12
13vlp: $(VLP_OBJS) vlp.o
14 $(CC) -o $@ vlp.o $(VLP_OBJS) $(LIBS)
Note: See TracBrowser for help on using the repository browser.