xref: /illumos-gate/usr/src/lib/krb5/Makefile.targ (revision 241c90a0)
1*7c478bd9Sstevel@tonic-gate#
2*7c478bd9Sstevel@tonic-gate# Copyright 2003 Sun Microsystems, Inc.  All rights reserved.
3*7c478bd9Sstevel@tonic-gate# Use is subject to license terms.
4*7c478bd9Sstevel@tonic-gate#
5*7c478bd9Sstevel@tonic-gate
6*7c478bd9Sstevel@tonic-gateinclude $(SRC)/lib/Makefile.targ
7*7c478bd9Sstevel@tonic-gate
8*7c478bd9Sstevel@tonic-gatepics/%.o: ../%.c
9*7c478bd9Sstevel@tonic-gate	$(COMPILE.c)  -o $@ $<
10*7c478bd9Sstevel@tonic-gate	$(POST_PROCESS_O)
11*7c478bd9Sstevel@tonic-gate
12*7c478bd9Sstevel@tonic-gatepics/%.o: $(KADM5DIR)/%.c
13*7c478bd9Sstevel@tonic-gate	$(COMPILE.c)  -o $@ $<
14*7c478bd9Sstevel@tonic-gate	$(POST_PROCESS_O)
15*7c478bd9Sstevel@tonic-gate
16*7c478bd9Sstevel@tonic-gatepics/$(COMMONOBJS): $(COMMONSRCS)
17*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $(COMMONSRCS)
18*7c478bd9Sstevel@tonic-gate
19*7c478bd9Sstevel@tonic-gate_msg: $(MSGDOMAIN) .WAIT $(POFILE)
20*7c478bd9Sstevel@tonic-gate	$(RM) $(MSGDOMAIN)/$(POFILE)
21*7c478bd9Sstevel@tonic-gate	$(CP) $(POFILE) $(MSGDOMAIN)
22*7c478bd9Sstevel@tonic-gate
23*7c478bd9Sstevel@tonic-gate$(POFILE): $(DERIVED_FILES) .WAIT $(POFILES)
24*7c478bd9Sstevel@tonic-gate	$(RM) $@
25*7c478bd9Sstevel@tonic-gate	$(CAT) $(POFILES) > $@
26*7c478bd9Sstevel@tonic-gate
27*7c478bd9Sstevel@tonic-gate$(MSGDOMAIN):
28*7c478bd9Sstevel@tonic-gate	$(INS.dir)
29