mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-19 01:10:57 -08:00
Forcing version.c to be compiled, change.epcore.anchovy.160021.2
Copied from Perforce Change: 19894 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
7f262b7dce
commit
f5b38f1bfc
1 changed files with 15 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# ==== SECOND COMMON FRAGMENT FOR PLATFORMS USING MV AND NMAKE
|
||||
#
|
||||
# $HopeName: MMsrc!commpost.nmk(trunk.22) $
|
||||
# $HopeName: MMsrc!commpost.nmk(trunk.23) $
|
||||
# Copyright(C) 1997 Harlequin Group, all rights reserved
|
||||
#
|
||||
# DESCRIPTION
|
||||
|
|
@ -35,7 +35,8 @@ mpmss.exe amcss.exe amsss.exe awlut.exe dwstress.exe mpsicv.exe \
|
|||
mpsicv.cov:
|
||||
$(MAKE) /nologo /f $(PFM).nmk TARGET=$@ VARIETY=cv variety
|
||||
|
||||
# "clean" removes the directory containing the build results for the platform
|
||||
# "clean" removes the directory containing the build results.
|
||||
# Depends on there being no file called "clean".
|
||||
|
||||
clean:
|
||||
$(ECHO) $(PFM): $@
|
||||
|
|
@ -45,6 +46,7 @@ clean:
|
|||
# target target
|
||||
# %%VARIETY: Add a recusive make call for the new variety
|
||||
# Only the varieties needed for development and internal customers are made.
|
||||
# Depends on there being no file called "target".
|
||||
|
||||
!IFDEF TARGET
|
||||
!IFNDEF VARIETY
|
||||
|
|
@ -56,6 +58,7 @@ target:
|
|||
!ENDIF
|
||||
|
||||
# variety
|
||||
# Depends on there being no file called "variety".
|
||||
|
||||
!IFDEF VARIETY
|
||||
!IFDEF TARGET
|
||||
|
|
@ -63,6 +66,11 @@ variety: $(PFM)\$(VARIETY)\$(TARGET)
|
|||
!ENDIF
|
||||
!ENDIF
|
||||
|
||||
# FORCE
|
||||
# Used to force a target to be built.
|
||||
# Depends on there being no file called "FORCE".
|
||||
FORCE:
|
||||
|
||||
|
||||
# GENUINE TARGETS
|
||||
#
|
||||
|
|
@ -75,6 +83,11 @@ variety: $(PFM)\$(VARIETY)\$(TARGET)
|
|||
|
||||
!IFDEF VARIETY
|
||||
|
||||
# .special.version: version.o has a special rule so that it is always
|
||||
# built. This rule has no commands, meaning that the commands from
|
||||
# other rules (the implicit .c -> .obj rule in particular) will be used
|
||||
$(PFM)\$(VARIETY)\version.obj: FORCE
|
||||
|
||||
$(PFM)\$(VARIETY)\finalcv.exe: $(PFM)\$(VARIETY)\finalcv.obj \
|
||||
$(MPMOBJ) $(PLINTHOBJ) $(AMCOBJ) $(DWOBJ) $(DWTESTOBJ) \
|
||||
$(MRGOBJ) $(TESTLIBOBJ)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue