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