Remove gsm_ss and MAP_Dialogue from Windows makefile

svn path=/trunk/; revision=22168
This commit is contained in:
Stephen Fisher 2007-06-22 22:44:51 +00:00
parent ae7fd1bc22
commit 1cd526f8e4
1 changed files with 0 additions and 18 deletions

View File

@ -22,12 +22,10 @@ ber: \
ftbp \
gnm \
gsmmap \
gsm_ss \
h248 \
inap \
ldap \
logotype-cert-extn \
MAP_Dialogue \
mms \
ns-cert-exts \
ocsp \
@ -119,9 +117,6 @@ clean:
cd gnm
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
cd gsm_ss
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
cd gsmmap
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
@ -149,9 +144,6 @@ clean:
cd logotype-cert-extn
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
cd MAP_Dialogue
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
cd mms
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
@ -345,11 +337,6 @@ gnm::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
cd ..
gsm_ss::
cd gsm_ss
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
cd ..
gsmmap::
cd gsmmap
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
@ -395,11 +382,6 @@ logotype-cert-extn::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
cd ..
MAP_Dialogue::
cd MAP_Dialogue
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
cd ..
mms::
cd mms
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files