1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-19 01:10:57 -08:00
Copied from Perforce
 Change: 21559
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Pekka Pirinen 2000-10-03 12:32:08 +01:00
parent 66a0f35704
commit 5d095b8a48

View file

@ -1,6 +1,6 @@
# impl.gmk.comm: COMMON GNUMAKEFILE FRAGMENT
#
# $HopeName: MMsrc!comm.gmk(trunk.66) $
# $HopeName: MMsrc!comm.gmk(trunk.67) $
# Copyright (C) 2000 Harlequin Limited. All rights reserved.
#
# DESCRIPTION
@ -20,6 +20,7 @@
# optimization, and absolutely no debug info
# CC the command for the C compiler
# LINKFLAGS a list of flags passed to the linker
# ARFLAGSPFM platform-specific flags for ar
# gendep optionally defined to be a command sequence for
# generating the dependency file (.d) from a C file (.c);
# it is used in a rule of the form:
@ -169,6 +170,9 @@ endif
endif
ARFLAGS=rc$(ARFLAGSPFM)
# == Common definitions ==
# %%PART: Add your part here, unless it's platform-specific
# These values are defined here because they have no variation between
@ -515,7 +519,7 @@ endif
$(PFM)/$(VARIETY)/%.a:
$(ECHO) "$(PFM): $@"
rm -f $@
ar rc $@ $^
$(AR) $(ARFLAGS) $@ $^
# Executable