1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/testsuite/printing/Makefile.psec

23 lines
476 B
Makefile

#
# 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) $(PASSDB_OBJ) $(RPC_CLIENT_OBJ)
PSEC_OBJS = $(PSEC_OBJ1:%=$(srcdir)/%)
psec: $(PSEC_OBJS) psec.o
$(CC) -o $@ psec.o $(PSEC_OBJS) $(LIBS)