Windows\Identity Makefile "clean" more
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 18 Sep 2007 21:08:01 +0000 (21:08 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 18 Sep 2007 21:08:01 +0000 (21:08 +0000)
make sure that we clean up vc70.pdb, vc80.pdb, and
temporary files generated during the build process.

ticket: new
component: windows

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19955 dc483132-0cff-0310-8789-dd5450dbe970

13 files changed:
src/windows/identity/config/Makefile.w2k
src/windows/identity/config/Makefile.w32
src/windows/identity/help/Makefile
src/windows/identity/kconfig/Makefile
src/windows/identity/kcreddb/Makefile
src/windows/identity/kherr/Makefile
src/windows/identity/kmm/Makefile
src/windows/identity/kmq/Makefile
src/windows/identity/nidmgrdll/Makefile
src/windows/identity/plugins/common/Makefile
src/windows/identity/plugins/krb4/Makefile
src/windows/identity/plugins/krb5/Makefile
src/windows/identity/util/Makefile

index 4d500ffb83e2438997946d3bd7bf426fa0910988..14c707d7e1123791fa5f6770d31335b42df2d4b9 100644 (file)
@@ -280,6 +280,8 @@ clean::
 !if exist($(OBJ))
        $(RM) $(OBJ)\
 !endif
+       if exist vc70.pdb $(RM) vc70.pdb
+       if exist vc80.pdb $(RM) vc80.pdb
 
 test::
 
index 467a7d6e4057ec0915543475eb67cb079f6271f0..c99e2620cc8b5d16fa86f4fd6c7ce99bb837114e 100644 (file)
@@ -290,9 +290,9 @@ MC2RC=$(MC) $(MCFLAGS) -h $(OBJ)\ -m 1024 -r $(OBJ)\ -x $(OBJ)\ $**
        $(RC2RES)
 
 clean::
-!if exist($(OBJ))
-       $(RM) $(OBJ)\
-!endif
+       if exist '$(OBJ)' $(RM) $(OBJ)
+       if exist vc70.pdb  $(RM) vc70.pdb
+        if exist vc80.pdb  $(RM) vc80.pdb
 
 test::
 
index 8cb7f71a68436d649fbaa903e9161247804426b0..e8e435f6c4ffd548bee2afc13d341bb69f7224bb 100644 (file)
@@ -1,5 +1,6 @@
 #\r
 # Copyright (c) 2004 Massachusetts Institute of Technology\r
+# Copyright (c) 2007 Secure Endpoints Inc.\r
 #\r
 # Permission is hereby granted, free of charge, to any person\r
 # obtaining a copy of this software and associated documentation files\r
@@ -36,4 +37,5 @@ $(CHMFILE): netidmgr.hhp
        $(CP) netidmgr.chm $(CHMFILE)\r
 \r
 clean::\r
-       if exist '..\obj' $(RM) $(INCFILES)\r
+       if exist ..\obj $(RM) $(INCFILES)\r
+       if exist netidmgr.chm $(RM) netidmgr.chm\r
index 98e9c25b4788b033c0e3269694e8efe3f67c1c77..965f0d0e483b3314f347b11e694369afbcb219f8 100644 (file)
@@ -36,6 +36,9 @@ all: mkdirs $(INCFILES) $(OBJFILES)
 \r
 clean::\r
        if exist '..\obj' $(RM) $(INCFILES)\r
+        if exist 'vc70.pdb'  $(RM) vc70.pdb\r
+        if exist 'vc80.pdb'  $(RM) vc80.pdb\r
+\r
 # Tests\r
 \r
 test:: util_test\r
index 579e4544af2d11b9309b6028468a8c1d78cb556a..de00cdb6af11ccc75518a5eab095fa01e1ec7266 100644 (file)
@@ -1,5 +1,6 @@
 #\r
 # Copyright (c) 2004 Massachusetts Institute of Technology\r
+# Copyright (c) 2007 Secure Endpoints Inc.\r
 #\r
 # Permission is hereby granted, free of charge, to any person\r
 # obtaining a copy of this software and associated documentation files\r
@@ -49,4 +50,6 @@ $(OBJ)\kcredres.res: lang\en_us\kcredres.rc
 all: mkdirs $(INCFILES) $(OBJ)\kcredres.res $(OBJFILES)\r
 \r
 clean::\r
-       if exist '..\obj' $(RM) $(INCFILES)
\ No newline at end of file
+       if exist ..\obj $(RM) $(INCFILES)\r
+       if exist vc70.pdb  $(RM) vc70.pdb\r
+       if exist vc80.pdb  $(RM) vc80.pdb\r
index 26021d4654a0c4b09bd7c6f560fe2de99c3fd781..e739fd4e344287d576237a1694e9079cb8490dfd 100644 (file)
@@ -1,5 +1,6 @@
 #\r
 # Copyright (c) 2004 Massachusetts Institute of Technology\r
+# Copyright (c) 2007 Secure Endpoints Inc.\r
 #\r
 # Permission is hereby granted, free of charge, to any person\r
 # obtaining a copy of this software and associated documentation files\r
@@ -40,4 +41,6 @@ SDKLIBFILES= \
 all: mkdirs $(INCFILES) $(OBJFILES)\r
 \r
 clean::\r
-       if exist '..\obj' $(RM) $(INCFILES)
\ No newline at end of file
+       if exist ..\obj $(RM) $(INCFILES)\r
+       if exist vc70.pdb  $(RM) vc70.pdb\r
+       if exist vc80.pdb  $(RM) vc80.pdb\r
index 6a3edfa855e6d132fc7caddd8e837895ba8013ad..8100f0eaf184fafd59950d75655a2fe2da8c814e 100644 (file)
@@ -1,5 +1,6 @@
 #\r
 # Copyright (c) 2004 Massachusetts Institute of Technology\r
+# Copyright (c) 2007 Secure Endpoints Inc.\r
 #\r
 # Permission is hereby granted, free of charge, to any person\r
 # obtaining a copy of this software and associated documentation files\r
@@ -51,4 +52,6 @@ $(OBJ)\kmm_msgs.rc: lang\kmm_msgs.mc
 all: mkdirs $(INCFILES) $(MSGRESFILE) $(OBJFILES)\r
 \r
 clean::\r
-       if exist '..\obj' $(RM) $(INCFILES)
\ No newline at end of file
+       if exist ..\obj $(RM) $(INCFILES)\r
+       if exist vc70.pdb  $(RM) vc70.pdb\r
+       if exist vc80.pdb  $(RM) vc80.pdb\r
index 20f65b1a6929b50c58323382d13a842b048e98b4..443f90c09a9f97e57cd2c8c8c54097d7e8456e54 100644 (file)
@@ -1,5 +1,6 @@
 #\r
 # Copyright (c) 2004 Massachusetts Institute of Technology\r
+# Copyright (c) 2007 Secure Endpoints Inc.\r
 #\r
 # Permission is hereby granted, free of charge, to any person\r
 # obtaining a copy of this software and associated documentation files\r
@@ -45,4 +46,6 @@ $(OBJ)\kmqconfig.c: kmqconfig.csv $(CONFDIR)\csvschema.cfg
 all: mkdirs $(INCFILES) $(OBJFILES)\r
 \r
 clean::\r
-       if exist '..\obj' $(RM) $(INCFILES)
\ No newline at end of file
+       if exist ..\obj $(RM) $(INCFILES)\r
+       if exist vc70.pdb  $(RM) vc70.pdb\r
+       if exist vc80.pdb  $(RM) vc80.pdb\r
index 7525b91cd39a46a7fe79ac383ed7270e713149f2..056178bcaa4e84d61ac73c0bf97c3c239b649003 100644 (file)
@@ -1,5 +1,6 @@
 #
 # Copyright (c) 2004 Massachusetts Institute of Technology
+# Copyright (c) 2007 Secure Endpoints Inc.
 #
 # Permission is hereby granted, free of charge, to any person
 # obtaining a copy of this software and associated documentation files
@@ -120,5 +121,7 @@ $(DLLFILE): $(OBJFILES) $(RESFILES)
 all: mkdirs $(DLLFILE)
 
 clean::
-       if exist '$(DLLFILE)' $(RM) $(DLLFILE)
-       if exist '$(DLLFILE).manifest' $(RM) $(DLLFILE).manifest
+       if exist $(DLLFILE) $(RM) $(DLLFILE)
+       if exist $(DLLFILE).manifest $(RM) $(DLLFILE).manifest
+       if exist vc70.pdb  $(RM) vc70.pdb
+       if exist vc80.pdb  $(RM) vc80.pdb
index b4085d13feda8f9c560492bcc53d29eb3eaf848f..e77d1c5de595669069e9611b8b4bd27830ef4235 100644 (file)
@@ -1,5 +1,6 @@
 #\r
 # Copyright (c) 2004 Massachusetts Institute of Technology\r
+# Copyright (c) 2007 Secure Endpoints Inc.\r
 #\r
 # Permission is hereby granted, free of charge, to any person\r
 # obtaining a copy of this software and associated documentation files\r
@@ -38,6 +39,8 @@ all: mkdirs $(INCFILES) $(OBJFILES)
 clean::\r
        if exist "$(INCDIR)" $(RM) $(INCFILES)\r
        if exist "$(LIBDIR)" $(RM) $(OBJFILES)\r
+       if exist vc70.pdb  $(RM) vc70.pdb\r
+       if exist vc80.pdb  $(RM) vc80.pdb\r
 \r
 {}.c{$(LIBDIR)}.obj:\r
        $(C2OBJ)\r
index d57a213aafedf8fade267ac6d2be6b360154ddb9..50fb469981db51f43607841179c7693f342a6eaf 100644 (file)
@@ -1,5 +1,6 @@
 #
 # Copyright (c) 2004 Massachusetts Institute of Technology
+# Copyright (c) 2007 Secure Endpoints Inc.
 #
 # Permission is hereby granted, free of charge, to any person
 # obtaining a copy of this software and associated documentation files
@@ -101,3 +102,6 @@ clean::
 !if defined(INCFILES)
        $(RM) $(INCFILES)
 !endif
+       if exist vc70.pdb  $(RM) vc70.pdb
+       if exist vc80.pdb  $(RM) vc80.pdb
+
index cc797893aa8403241f1edd6cd802bec5ab45afe2..edac6eecc0eb73f88f09d77cef1bae404052f89b 100644 (file)
@@ -1,5 +1,6 @@
 #
 # Copyright (c) 2004 Massachusetts Institute of Technology
+# Copyright (c) 2007 Secure Endpoints Inc.
 #
 # Permission is hereby granted, free of charge, to any person
 # obtaining a copy of this software and associated documentation files
@@ -110,3 +111,5 @@ clean::
 !if defined(INCFILES)
        $(RM) $(INCFILES)
 !endif
+       if exist vc70.pdb  $(RM) vc70.pdb
+       if exist vc80.pdb  $(RM) vc80.pdb
index 97aff0e6dafbd209c496cc9dc579a1e4b5a4f5a4..30d4d7297ec71f2766cc6df59615c5984c27abcb 100644 (file)
@@ -1,5 +1,6 @@
 #\r
 # Copyright (c) 2004 Massachusetts Institute of Technology\r
+# Copyright (c) 2007 Secure Endpoints Inc.\r
 #\r
 # Permission is hereby granted, free of charge, to any person\r
 # obtaining a copy of this software and associated documentation files\r
@@ -45,4 +46,6 @@ SDKLIBFILES=
 all: mkdirs $(INCFILES) $(OBJFILES)\r
 \r
 clean::\r
-       if exist '..\obj' $(RM) $(INCFILES)
\ No newline at end of file
+       if exist ..\obj $(RM) $(INCFILES)\r
+       if exist vc70.pdb  $(RM) vc70.pdb\r
+       if exist vc80.pdb  $(RM) vc80.pdb\r