!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::
#
# 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
$(CP) netidmgr.chm $(CHMFILE)
clean::
- if exist '..\obj' $(RM) $(INCFILES)
+ if exist ..\obj $(RM) $(INCFILES)
+ if exist netidmgr.chm $(RM) netidmgr.chm
clean::
if exist '..\obj' $(RM) $(INCFILES)
+ if exist 'vc70.pdb' $(RM) vc70.pdb
+ if exist 'vc80.pdb' $(RM) vc80.pdb
# Tests
test:: util_test
#
# 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 $(INCFILES) $(OBJ)\kcredres.res $(OBJFILES)
clean::
- if exist '..\obj' $(RM) $(INCFILES)
\ No newline at end of file
+ if exist ..\obj $(RM) $(INCFILES)
+ 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
all: mkdirs $(INCFILES) $(OBJFILES)
clean::
- if exist '..\obj' $(RM) $(INCFILES)
\ No newline at end of file
+ if exist ..\obj $(RM) $(INCFILES)
+ 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
all: mkdirs $(INCFILES) $(MSGRESFILE) $(OBJFILES)
clean::
- if exist '..\obj' $(RM) $(INCFILES)
\ No newline at end of file
+ if exist ..\obj $(RM) $(INCFILES)
+ 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
all: mkdirs $(INCFILES) $(OBJFILES)
clean::
- if exist '..\obj' $(RM) $(INCFILES)
\ No newline at end of file
+ if exist ..\obj $(RM) $(INCFILES)
+ 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
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
#
# 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
clean::
if exist "$(INCDIR)" $(RM) $(INCFILES)
if exist "$(LIBDIR)" $(RM) $(OBJFILES)
+ if exist vc70.pdb $(RM) vc70.pdb
+ if exist vc80.pdb $(RM) vc80.pdb
{}.c{$(LIBDIR)}.obj:
$(C2OBJ)
#
# 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
#
# 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 $(INCFILES) $(OBJFILES)
clean::
- if exist '..\obj' $(RM) $(INCFILES)
\ No newline at end of file
+ if exist ..\obj $(RM) $(INCFILES)
+ if exist vc70.pdb $(RM) vc70.pdb
+ if exist vc80.pdb $(RM) vc80.pdb