repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
More corrections.
[Samba.git]
/
testsuite
/
printing
/
Makefile.vlp
blob
142082ebfe69f773d8ba257f39561a15295027d7
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)