Makefile.targ (7c478bd9) Makefile.targ (241c90a0)
1#
2# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
3# Use is subject to license terms.
4#
1#
2# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
3# Use is subject to license terms.
4#
5#pragma ident "%Z%%M% %I% %E% SMI"
6#
7#
8# lib/krb5/Makefile.targ
9#
10# included to define local library targets
11#
12
13include $(SRC)/lib/Makefile.targ
14
15pics/%.o: ../%.c
16 $(COMPILE.c) -o $@ $<
17 $(POST_PROCESS_O)
18
19pics/%.o: $(KADM5DIR)/%.c

--- 8 unchanged lines hidden (view full) ---

28 $(CP) $(POFILE) $(MSGDOMAIN)
29
30$(POFILE): $(DERIVED_FILES) .WAIT $(POFILES)
31 $(RM) $@
32 $(CAT) $(POFILES) > $@
33
34$(MSGDOMAIN):
35 $(INS.dir)
5
6include $(SRC)/lib/Makefile.targ
7
8pics/%.o: ../%.c
9 $(COMPILE.c) -o $@ $<
10 $(POST_PROCESS_O)
11
12pics/%.o: $(KADM5DIR)/%.c

--- 8 unchanged lines hidden (view full) ---

21 $(CP) $(POFILE) $(MSGDOMAIN)
22
23$(POFILE): $(DERIVED_FILES) .WAIT $(POFILES)
24 $(RM) $@
25 $(CAT) $(POFILES) > $@
26
27$(MSGDOMAIN):
28 $(INS.dir)
36
37# install rule for lint library target
38$(ROOTLINTDIR)/%: ./%
39 $(INS.file)