!if exist($(OBJ))
$(RM) $(OBJ)\
!endif
+ if exist vc70.pdb $(RM) vc70.pdb
+ if exist vc80.pdb $(RM) vc80.pdb
test::
$(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::
#\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
$(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
\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
#\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
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
#\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
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
#\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
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
#\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
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
#
# 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
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
#\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
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
#
# 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
!if defined(INCFILES)
$(RM) $(INCFILES)
!endif
+ if exist vc70.pdb $(RM) vc70.pdb
+ if exist vc80.pdb $(RM) vc80.pdb
+
#
# 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
!if defined(INCFILES)
$(RM) $(INCFILES)
!endif
+ if exist vc70.pdb $(RM) vc70.pdb
+ if exist vc80.pdb $(RM) vc80.pdb
#\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
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