8777 krb5/plugins/kdb: variable set but not used
[unleashed.git] / usr / src / lib / krb5 / Makefile.targ
blobff183bcdc06e656977df2bbc3f4eb48c303e00b1
2 # Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
3 # Use is subject to license terms.
5 #pragma ident   "%Z%%M% %I%     %E% SMI"
8 # lib/krb5/Makefile.targ
10 # included to define local library targets
13 include $(SRC)/lib/Makefile.targ
15 pics/%.o: ../%.c
16         $(COMPILE.c)  -o $@ $<
17         $(POST_PROCESS_O)
19 pics/%.o: $(KADM5DIR)/%.c
20         $(COMPILE.c)  -o $@ $<
21         $(POST_PROCESS_O)
23 pics/$(COMMONOBJS): $(COMMONSRCS)
24         $(COMPILE.c) -o $@ $(COMMONSRCS)
26 _msg: $(MSGDOMAIN) .WAIT $(POFILE)
27         $(RM) $(MSGDOMAIN)/$(POFILE)
28         $(CP) $(POFILE) $(MSGDOMAIN)
30 $(POFILE): $(DERIVED_FILES) .WAIT $(POFILES)
31         $(RM) $@
32         $(CAT) $(POFILES) > $@
34 $(MSGDOMAIN):
35         $(INS.dir)
37 # install rule for lint library target
38 $(ROOTLINTDIR)/%: ./%
39         $(INS.file)