810bc57792b11e0a7192912d737216ededa578fc
[ira/wip.git] / testsuite / printing / Makefile.psec
1 #
2 # Makefile for psec utility
3 #
4
5 #
6 # NOTE: Samba must be configured with the --srcdir option before this Makefile
7 # will work: ./configure --srcdir=`pwd`
8 #
9 # Compile with: make -f Makefile.psec psec
10 #
11
12 psec_default: psec
13
14 include ../../source/Makefile
15
16 PSEC_OBJ1 = $(LIB_OBJ) $(PARAM_OBJ) $(UBIQX_OBJ) $(RPC_PARSE_OBJ) $(LIBSMB_OBJ)
17
18 PSEC_OBJS = $(PSEC_OBJ1:%=$(srcdir)/%)
19
20 psec: $(PSEC_OBJS) psec.o
21         $(CC) -o $@ psec.o $(PSEC_OBJS)