Makefile revision 72b4c2cd5756cbce91ec4b298168685490456787
3a9c3ec5357b36fc34766cb8166168311af3562frbb#
3a9c3ec5357b36fc34766cb8166168311af3562frbb# CDDL HEADER START
393bfaab1beb2410959a4a5e91f58446f01bac09rbb#
c10fe96ac7d024918e26af6c8ba5470273b75bb2jwoolley# The contents of this file are subject to the terms of the
01e8aca9299a0b872414c24c8b7724d6f88ae665ianh# Common Development and Distribution License (the "License").
01e8aca9299a0b872414c24c8b7724d6f88ae665ianh# You may not use this file except in compliance with the License.
01e8aca9299a0b872414c24c8b7724d6f88ae665ianh#
f783dff0c8b69344a6b67e97f16b91f8b0790799dougm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f783dff0c8b69344a6b67e97f16b91f8b0790799dougm# or http://www.opensolaris.org/os/licensing.
f783dff0c8b69344a6b67e97f16b91f8b0790799dougm# See the License for the specific language governing permissions
f783dff0c8b69344a6b67e97f16b91f8b0790799dougm# and limitations under the License.
f783dff0c8b69344a6b67e97f16b91f8b0790799dougm#
6362515725d2b6d66ac3b26531f8c53ac75f8c20wrowe# When distributing Covered Code, include this CDDL HEADER in each
6362515725d2b6d66ac3b26531f8c53ac75f8c20wrowe# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f783dff0c8b69344a6b67e97f16b91f8b0790799dougm# If applicable, add the following below this CDDL HEADER, with the
6362515725d2b6d66ac3b26531f8c53ac75f8c20wrowe# fields enclosed by brackets "[]" replaced with your own identifying
6362515725d2b6d66ac3b26531f8c53ac75f8c20wrowe# information: Portions Copyright [yyyy] [name of copyright owner]
98ae9b96926a3dd99b195d7628c7e527e720f6acaaron#
98ae9b96926a3dd99b195d7628c7e527e720f6acaaron# CDDL HEADER END
98ae9b96926a3dd99b195d7628c7e527e720f6acaaron#
98ae9b96926a3dd99b195d7628c7e527e720f6acaaron# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
98ae9b96926a3dd99b195d7628c7e527e720f6acaaron# Use is subject to license terms.
98ae9b96926a3dd99b195d7628c7e527e720f6acaaron#
98ae9b96926a3dd99b195d7628c7e527e720f6acaaron#ident "%Z%%M% %I% %E% SMI"
98ae9b96926a3dd99b195d7628c7e527e720f6acaaron#
98ae9b96926a3dd99b195d7628c7e527e720f6acaaron# cmd/fwflash/sparc/Makefile
98ae9b96926a3dd99b195d7628c7e527e720f6acaaron#
9379749d811388a7d0e3410940ddd6743a33d330jim#
9379749d811388a7d0e3410940ddd6743a33d330jim
9379749d811388a7d0e3410940ddd6743a33d330jim
9379749d811388a7d0e3410940ddd6743a33d330jimPROG= fwflash
f37499bf7da81cd6b697d4667233137957426428jerenkrantzOBJS= fwflash.o
f37499bf7da81cd6b697d4667233137957426428jerenkrantzSRCS= fwflash.c
421dc1d123c9adda60e024f93fb614bfada8b9e5wroweLINTFILE= fwflash.ln
b8c2b4dfc363e33a8a1c2464802c3fb05cab86bbwrowe
421dc1d123c9adda60e024f93fb614bfada8b9e5wrowe
421dc1d123c9adda60e024f93fb614bfada8b9e5wroweall: $(PROG)
83d91d60d00dc345bfbcbc48ff206db4a6b23b2eaaronlint: lint_SRCS
83d91d60d00dc345bfbcbc48ff206db4a6b23b2eaaron
83d91d60d00dc345bfbcbc48ff206db4a6b23b2eaaroninclude $(SRC)/Makefile.master
83d91d60d00dc345bfbcbc48ff206db4a6b23b2eaaroninclude $(SRC)/cmd/Makefile.cmd
83d91d60d00dc345bfbcbc48ff206db4a6b23b2eaaroninclude ../Makefile.com
83d91d60d00dc345bfbcbc48ff206db4a6b23b2eaaron
c10fe96ac7d024918e26af6c8ba5470273b75bb2jwoolley$(ROOTUSRSBIN)/$(PROG) := FILEMODE = 0555
c10fe96ac7d024918e26af6c8ba5470273b75bb2jwoolley
c10fe96ac7d024918e26af6c8ba5470273b75bb2jwoolley#
83ca150ef902e9692972aa923e893bc6406d20f1ianh# Message catalog
f37499bf7da81cd6b697d4667233137957426428jerenkrantz#
cbfbf9598d686b11afc7a9f9d91a8facfdfa7216trawickPOFILES= $(SRCS:%.c=%.po)
7a8a0744e378f2343c3ee6787fac0f8f959d2141brianpPOFILE= fwflash_msg.po
7a8a0744e378f2343c3ee6787fac0f8f959d2141brianp
7a8a0744e378f2343c3ee6787fac0f8f959d2141brianpCFLAGS += -g -D_POSIX_PTHREAD_SEMANTICS -D MANUFACTURING_MODE=0
7a8a0744e378f2343c3ee6787fac0f8f959d2141brianpLDLIBS += -ldevinfo -lumem
7a8a0744e378f2343c3ee6787fac0f8f959d2141brianp
f5ce2873c97c12a34d6b03d2771b9250b7bbfe55wrowe#
f5ce2873c97c12a34d6b03d2771b9250b7bbfe55wrowe# Message catalog
f5ce2873c97c12a34d6b03d2771b9250b7bbfe55wrowe#
f5ce2873c97c12a34d6b03d2771b9250b7bbfe55wrowe
f5ce2873c97c12a34d6b03d2771b9250b7bbfe55wrowe$(POFILES): ../common/$(SRCS)
f5ce2873c97c12a34d6b03d2771b9250b7bbfe55wrowe $(RM) messages.po
f5ce2873c97c12a34d6b03d2771b9250b7bbfe55wrowe $(XGETTEXT) $(XGETFLAGS) \
f5ce2873c97c12a34d6b03d2771b9250b7bbfe55wrowe `($(GREP) -l gettext ../common/fwflash.c || echo /dev/null)`
73cba74a34576f7ece4bd98fd58c8a932a178e6daaron $(SED) "/^domain/d" messages.po > $@
73cba74a34576f7ece4bd98fd58c8a932a178e6daaron $(RM) messages.po
73cba74a34576f7ece4bd98fd58c8a932a178e6daaron
73cba74a34576f7ece4bd98fd58c8a932a178e6daaron$(POFILE): $(POFILES)
73cba74a34576f7ece4bd98fd58c8a932a178e6daaron $(RM) $@
73cba74a34576f7ece4bd98fd58c8a932a178e6daaron cat $(POFILES) > $@
73cba74a34576f7ece4bd98fd58c8a932a178e6daaron
29c30db45f6a469017e16b606611e460cc1a1f2caaron
29c30db45f6a469017e16b606611e460cc1a1f2caaronclean:
29c30db45f6a469017e16b606611e460cc1a1f2caaron $(RM) $(PROG) $(OBJS)
095071bbd0b3ccccd6883edc7cd10f13cac71160ianh
095071bbd0b3ccccd6883edc7cd10f13cac71160ianhclobber: clean
095071bbd0b3ccccd6883edc7cd10f13cac71160ianh $(RM) $(POFILE) $(POFILES) $(LINTFILE)
a322a82f79b790fb7ddcd7df4459d20725450fa7trawick
a322a82f79b790fb7ddcd7df4459d20725450fa7trawickinstall_h:
a322a82f79b790fb7ddcd7df4459d20725450fa7trawick @cd ../common ; $(MAKE) install_h
21644b4d1b09d0531911a8c9a891819a261480f8minfrin
21644b4d1b09d0531911a8c9a891819a261480f8minfrin$(PROG): install_h $(OBJS)
21644b4d1b09d0531911a8c9a891819a261480f8minfrin $(LINK.c) -o $(PROG) $(OBJS) $(COMMON_OBJS) $(LDFLAGS) $(LDLIBS)
21644b4d1b09d0531911a8c9a891819a261480f8minfrin $(POST_PROCESS)
21644b4d1b09d0531911a8c9a891819a261480f8minfrin
21644b4d1b09d0531911a8c9a891819a261480f8minfrin%.o: ../common/%.c
21644b4d1b09d0531911a8c9a891819a261480f8minfrin $(COMPILE.c) $(CFLAGS) -o $@ $<
21644b4d1b09d0531911a8c9a891819a261480f8minfrin
21644b4d1b09d0531911a8c9a891819a261480f8minfrininstall: all $(ROOTUSRSBIN) $(ROOTUSRSBIN)/$(PROG)
21644b4d1b09d0531911a8c9a891819a261480f8minfrin
21644b4d1b09d0531911a8c9a891819a261480f8minfrinlint_SRCS: ../common/$(SRCS:%.c=%.ln)
bf5cf58cc30750e9f9764cc830aff426ced288f9aaron
bf5cf58cc30750e9f9764cc830aff426ced288f9aaron_msg msg: $(POFILE)
bf5cf58cc30750e9f9764cc830aff426ced288f9aaron