mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
windows-netidmgr-plugin-20061016
fixup build dependencies for afsp_version.h ==================== This delta was composed from multiple commits as part of the CVS->Git migration. The checkin message with each commit was inconsistent. The following are the additional commit messages. ==================== fixup copyrights
This commit is contained in:
parent
78c9881ed3
commit
5aa0347678
@ -37,6 +37,8 @@ AFSPLUGIN_VERLIST=$(AFSPLUGIN_VERSION_MAJOR),$(AFSPLUGIN_VERSION_MINOR),$(AFSPLU
|
||||
# short form version numbers
|
||||
TAFSPLUGIN_VERSION=$(AFSPLUGIN_VERSION_MAJOR).$(AFSPLUGIN_VERSION_MINOR).$(AFSPLUGIN_VERSION_PATCH)
|
||||
|
||||
!INCLUDE afsp_version.h.in
|
||||
|
||||
# Directories
|
||||
|
||||
EXEDIR = $(DESTDIR)\root.client\usr\vice\etc
|
||||
@ -75,6 +77,7 @@ DLLFILE=$(EXEDIR)\afscred.dll
|
||||
LIBFILE=$(LIBFILEDIR)\afscred.lib
|
||||
|
||||
INCFILES= \
|
||||
afsp_version.h \
|
||||
$(INCFILEDIR)\afspext.h \
|
||||
$(INCFILEDIR)\afsp_version.h
|
||||
|
||||
@ -136,8 +139,6 @@ $(OUT)\dynimport.obj: dynimport.c
|
||||
$(OUT)\krb5common.obj: krb5common.c
|
||||
$(PC2OBJ)
|
||||
|
||||
!include afsp_version.h.in
|
||||
|
||||
$(DLLFILE): $(OBJFILES) $(VERRESFILE)
|
||||
$(DLLGUILINK) $(LIBFILES) $(SDKLIBFILES)
|
||||
$(_VC_MANIFEST_EMBED_DLL)
|
||||
@ -175,9 +176,8 @@ $(OUT)\langres_$(LANG).res: lang\$(LANG)\langres.rc
|
||||
# End language block
|
||||
|
||||
clean::
|
||||
!ifdef INCFILES
|
||||
$(DEL) $(INCFILES)
|
||||
!endif
|
||||
$(DEL) *.pdb
|
||||
$(CD) help
|
||||
$(MAKECMD) /f NTMakefile clean
|
||||
$(CD) ..
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2004 Massachusetts Institute of Technology
|
||||
* Copyright (c) 2005,2006 Secure Endpoints Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
* obtaining a copy of this software and associated documentation
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2004 Massachusetts Institute of Technology
|
||||
* Copyright (c) 2005,2006 Secure Endpoints Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
* obtaining a copy of this software and associated documentation
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2004 Massachusetts Institute of Technology
|
||||
* Copyright (c) 2005,2006 Secure Endpoints Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
* obtaining a copy of this software and associated documentation
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2004 Massachusetts Institute of Technology
|
||||
* Copyright (c) 2005,2006 Secure Endpoints Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
* obtaining a copy of this software and associated documentation
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2004 Massachusetts Institute of Technology
|
||||
* Copyright (c) 2005,2006 Secure Endpoints Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
* obtaining a copy of this software and associated documentation
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2004 Massachusetts Institute of Technology
|
||||
* Copyright (c) 2005,2006 Secure Endpoints Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
* obtaining a copy of this software and associated documentation
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2004 Massachusetts Institute of Technology
|
||||
* Copyright (c) 2005,2006 Secure Endpoints Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
* obtaining a copy of this software and associated documentation
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2004 Massachusetts Institute of Technology
|
||||
* Copyright (c) 2005,2006 Secure Endpoints Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
* obtaining a copy of this software and associated documentation
|
||||
|
@ -1,6 +1,7 @@
|
||||
afsp_version.h: NTMakefile afsp_version.h.in
|
||||
$(COPY) << $@
|
||||
/* Copyright (c) 2004 Massachusetts Institute of Technology
|
||||
|
||||
afsp_version.h: afsp_version.h.in
|
||||
$(COPY) << $@
|
||||
/* Copyright (c) 2005,2006 Secure Endpoints Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
* obtaining a copy of this software and associated documentation
|
||||
@ -38,3 +39,4 @@ afsp_version.h: NTMakefile afsp_version.h.in
|
||||
|
||||
#endif
|
||||
<<
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2004 Massachusetts Institute of Technology
|
||||
* Copyright (c) 2005,2006 Secure Endpoints Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
* obtaining a copy of this software and associated documentation
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2004 Massachusetts Institute of Technology
|
||||
* Copyright (c) 2005,2006 Secure Endpoints Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
* obtaining a copy of this software and associated documentation
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2004 Massachusetts Institute of Technology
|
||||
* Copyright (c) 2005,2006 Secure Endpoints Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
* obtaining a copy of this software and associated documentation
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* Copyright (c) 2004 Massachusetts Institute of Technology
|
||||
/*
|
||||
* Copyright (c) 2005,2006 Secure Endpoints Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
* obtaining a copy of this software and associated documentation
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2004 Massachusetts Institute of Technology
|
||||
* Copyright (c) 2005,2006 Secure Endpoints Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
* obtaining a copy of this software and associated documentation
|
||||
|
@ -1,4 +1,5 @@
|
||||
/* Copyright (c) 2004 Massachusetts Institute of Technology
|
||||
/*
|
||||
* Copyright (c) 2005,2006 Secure Endpoints Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person
|
||||
* obtaining a copy of this software and associated documentation
|
||||
|
Loading…
Reference in New Issue
Block a user