aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code
diff options
context:
space:
mode:
authorNick Barnes2002-04-11 15:20:41 +0100
committerNick Barnes2002-04-11 15:20:41 +0100
commita621348260864be9ac5606d68b1cf8b0caa430ed (patch)
treeb4cdb06b6f398a08b601aeda8397a46003ac1c8e /mps/code
parentc3a928aa1ea5499f2a8bcf708d413f2baf56f772 (diff)
downloademacs-a621348260864be9ac5606d68b1cf8b0caa430ed.tar.gz
emacs-a621348260864be9ac5606d68b1cf8b0caa430ed.zip
Add awluthe as target for windows.
Copied from Perforce Change: 28082 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
-rw-r--r--mps/code/commpost.nmk8
1 files changed, 6 insertions, 2 deletions
diff --git a/mps/code/commpost.nmk b/mps/code/commpost.nmk
index 3c6389e86b8..d99d7e9da1e 100644
--- a/mps/code/commpost.nmk
+++ b/mps/code/commpost.nmk
@@ -14,7 +14,7 @@
14# %%TARGET: Add the target to the all dependencies, if it uses the 14# %%TARGET: Add the target to the all dependencies, if it uses the
15# CONFIG_PROD_MPS configuration, to swall if CONFIG_PROD_EPCORE 15# CONFIG_PROD_MPS configuration, to swall if CONFIG_PROD_EPCORE
16 16
17all: mpmss.exe amcss.exe amsss.exe segsmss.exe awlut.exe \ 17all: mpmss.exe amcss.exe amsss.exe segsmss.exe awlut.exe awluthe.exe\
18 mpsicv.exe lockutw3.exe lockcov.exe poolncv.exe locv.exe qs.exe apss.exe \ 18 mpsicv.exe lockutw3.exe lockcov.exe poolncv.exe locv.exe qs.exe apss.exe \
19 finalcv.exe arenacv.exe bttest.exe teletest.exe protcv.exe \ 19 finalcv.exe arenacv.exe bttest.exe teletest.exe protcv.exe \
20 abqtest.exe cbstest.exe btcv.exe mv2test.exe messtest.exe \ 20 abqtest.exe cbstest.exe btcv.exe mv2test.exe messtest.exe \
@@ -29,7 +29,7 @@ swall: mmsw.lib epvmss.exe replaysw.exe
29# %%TARGET: Add a pseudo-target for the new target here, first rule for 29# %%TARGET: Add a pseudo-target for the new target here, first rule for
30# variety-dependent targets, and second for variety-independent ones. 30# variety-dependent targets, and second for variety-independent ones.
31 31
32mpmss.exe amcss.exe amcsshe.exe amsss.exe segsmss.exe awlut.exe dwstress.exe \ 32mpmss.exe amcss.exe amcsshe.exe amsss.exe segsmss.exe awlut.exe awluthe.exe dwstress.exe \
33 mpsicv.exe lockutw3.exe lockcov.exe poolncv.exe locv.exe qs.exe apss.exe \ 33 mpsicv.exe lockutw3.exe lockcov.exe poolncv.exe locv.exe qs.exe apss.exe \
34 finalcv.exe arenacv.exe bttest.exe teletest.exe protcv.exe epvmss.exe \ 34 finalcv.exe arenacv.exe bttest.exe teletest.exe protcv.exe epvmss.exe \
35 abqtest.exe cbstest.exe btcv.exe mv2test.exe messtest.exe \ 35 abqtest.exe cbstest.exe btcv.exe mv2test.exe messtest.exe \
@@ -166,6 +166,10 @@ $(PFM)\$(VARIETY)\awlut.exe: $(PFM)\$(VARIETY)\awlut.obj \
166 $(PFM)\$(VARIETY)\fmtdy.obj \ 166 $(PFM)\$(VARIETY)\fmtdy.obj \
167 $(MPMOBJ) $(PLINTHOBJ) $(TESTLIBOBJ) $(LOOBJ) $(AWLOBJ) 167 $(MPMOBJ) $(PLINTHOBJ) $(TESTLIBOBJ) $(LOOBJ) $(AWLOBJ)
168 168
169$(PFM)\$(VARIETY)\awluthe.exe: $(PFM)\$(VARIETY)\awluthe.obj \
170 $(PFM)\$(VARIETY)\fmthe.obj \
171 $(MPMOBJ) $(PLINTHOBJ) $(TESTLIBOBJ) $(LOOBJ) $(AWLOBJ)
172
169$(PFM)\$(VARIETY)\poolncv.exe: $(PFM)\$(VARIETY)\poolncv.obj \ 173$(PFM)\$(VARIETY)\poolncv.exe: $(PFM)\$(VARIETY)\poolncv.obj \
170 $(MPMOBJ) $(PLINTHOBJ) $(TESTLIBOBJ) $(POOLNOBJ) 174 $(MPMOBJ) $(PLINTHOBJ) $(TESTLIBOBJ) $(POOLNOBJ)
171 175