summaryrefslogtreecommitdiffstats
path: root/testsuite/printing/Makefile.psec
blob: 810bc57792b11e0a7192912d737216ededa578fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Makefile for psec utility
#

#
# NOTE: Samba must be configured with the --srcdir option before this Makefile
# will work: ./configure --srcdir=`pwd`
#
# Compile with: make -f Makefile.psec psec
#

psec_default: psec

include ../../source/Makefile

PSEC_OBJ1 = $(LIB_OBJ) $(PARAM_OBJ) $(UBIQX_OBJ) $(RPC_PARSE_OBJ) $(LIBSMB_OBJ)

PSEC_OBJS = $(PSEC_OBJ1:%=$(srcdir)/%)

psec: $(PSEC_OBJS) psec.o
	$(CC) -o $@ psec.o $(PSEC_OBJS)