SOURCES,makefile,udapl.r,udapl_exports.src,udapl_sources.c Signed-off-by: Arlin Davis <arlin.r.da...@intel.com> --- dapl/udapl/SOURCES | 59 ------------------------ dapl/udapl/makefile | 7 --- dapl/udapl/udapl.rc | 48 -------------------- dapl/udapl/udapl_exports.src | 14 ------ dapl/udapl/udapl_sources.c | 101 ------------------------------------------ 5 files changed, 0 insertions(+), 229 deletions(-) delete mode 100644 dapl/udapl/SOURCES delete mode 100644 dapl/udapl/makefile delete mode 100644 dapl/udapl/udapl.rc delete mode 100644 dapl/udapl/udapl_exports.src delete mode 100644 dapl/udapl/udapl_sources.c
diff --git a/dapl/udapl/SOURCES b/dapl/udapl/SOURCES deleted file mode 100644 index 5548d22..0000000 --- a/dapl/udapl/SOURCES +++ /dev/null @@ -1,59 +0,0 @@ -!if $(FREEBUILD) -TARGETNAME=dapl2 -!else -TARGETNAME=dapl2d -!endif -TARGETPATH=..\..\..\..\bin\user\obj$(BUILD_ALT_DIR) -TARGETTYPE=DYNLINK -DLLENTRY=_DllMainCRTStartup -DLLDEF=$O\udapl_exports.def -USE_CRTDLL=1 - -# pickup local files, then via udapl_sources.c get common files - -SOURCES=udapl.rc \ - dapl_cno_create.c \ - dapl_cno_free.c \ - dapl_cno_modify_agent.c \ - dapl_cno_query.c \ - dapl_cno_wait.c \ - dapl_evd_clear_unwaitable.c \ - dapl_evd_create.c \ - dapl_evd_disable.c \ - dapl_evd_enable.c \ - dapl_evd_modify_cno.c \ - dapl_evd_query.c \ - dapl_evd_set_unwaitable.c \ - dapl_evd_wait.c \ - dapl_init.c \ - dapl_lmr_create.c \ - udapl_sources.c - -INCLUDES=..\include;..\common;windows;..\ibal;..\..\dat\include;\ - ..\..\..\..\inc;..\..\..\..\inc\user; - -DAPL_OPTS= -DEXPORT_DAPL_SYMBOLS -D_VENDOR_IBAL_ -DDAPL_MERGE_CM_DTO - -DAPL_OPTS= $(DAPL_OPTS) -DDAT_EXTENSIONS=1 - -USER_C_FLAGS=$(USER_C_FLAGS) $(DAPL_OPTS) -!if !$(FREEBUILD) -USER_C_FLAGS=$(USER_C_FLAGS) -DDAPL_DBG #-DDAPL_COUNTERS -!endif - -TARGETLIBS= \ - $(SDK_LIB_PATH)\kernel32.lib \ - $(SDK_LIB_PATH)\ws2_32.lib \ -!if $(FREEBUILD) - $(TARGETPATH)\*\dat2.lib \ - $(TARGETPATH)\*\complib.lib \ - $(TARGETPATH)\*\ibal.lib -!else - $(TARGETPATH)\*\dat2d.lib \ - $(TARGETPATH)\*\complibd.lib \ - $(TARGETPATH)\*\ibald.lib -!endif - -# FIX ME ASAP -#MSC_WARNING_LEVEL= /W3 -MSC_WARNING_LEVEL= /W1 /wd4113 diff --git a/dapl/udapl/makefile b/dapl/udapl/makefile deleted file mode 100644 index e26e1c0..0000000 --- a/dapl/udapl/makefile +++ /dev/null @@ -1,7 +0,0 @@ -# -# DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source -# file to this component. This file merely indirects to the real make file -# that is shared by all the driver components of the OpenIB Windows project. -# - -!INCLUDE ..\..\..\..\inc\openib.def diff --git a/dapl/udapl/udapl.rc b/dapl/udapl/udapl.rc deleted file mode 100644 index 7c2505a..0000000 --- a/dapl/udapl/udapl.rc +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Copyright (c) 2007 Intel Corporation. All rights reserved. - * - * This software is available to you under the OpenIB.org BSD license - * below: - * - * Redistribution and use in source and binary forms, with or - * without modification, are permitted provided that the following - * conditions are met: - * - * - Redistributions of source code must retain the above - * copyright notice, this list of conditions and the following - * disclaimer. - * - * - Redistributions in binary form must reproduce the above - * copyright notice, this list of conditions and the following - * disclaimer in the documentation and/or other materials - * provided with the distribution. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - * SOFTWARE. - * - * $Id$ - */ - - -#include <oib_ver.h> - -#define VER_FILETYPE VFT_DLL -#define VER_FILESUBTYPE VFT2_UNKNOWN - -#if DBG -#define VER_FILEDESCRIPTION_STR "Direct Access Provider Library v2.0 (Debug)" -#define VER_INTERNALNAME_STR "dapl2d.dll" -#define VER_ORIGINALFILENAME_STR "dapl2d.dll" -#else -#define VER_FILEDESCRIPTION_STR "Direct Access Provider Library v2.0" -#define VER_INTERNALNAME_STR "dapl2.dll" -#define VER_ORIGINALFILENAME_STR "dapl2.dll" -#endif - -#include <common.ver> diff --git a/dapl/udapl/udapl_exports.src b/dapl/udapl/udapl_exports.src deleted file mode 100644 index 54b403b..0000000 --- a/dapl/udapl/udapl_exports.src +++ /dev/null @@ -1,14 +0,0 @@ -#if DBG -LIBRARY dapl2d.dll -#else -LIBRARY dapl2.dll -#endif - - -EXPORTS -dat_provider_init -dat_provider_fini -#ifdef DAT_EXTENSIONS -dapl_extensions -#endif - diff --git a/dapl/udapl/udapl_sources.c b/dapl/udapl/udapl_sources.c deleted file mode 100644 index bbb77f2..0000000 --- a/dapl/udapl/udapl_sources.c +++ /dev/null @@ -1,101 +0,0 @@ -/* - * Include all files that are not in children directories. - */ -#include "dapl_cno_util.c" -#include "dapl_cookie.c" -#include "dapl_cr_accept.c" -#include "dapl_cr_callback.c" -#include "dapl_cr_handoff.c" -#include "dapl_cr_query.c" -#include "dapl_cr_reject.c" -#include "dapl_cr_util.c" -#include "dapl_csp.c" -#include "dapl_debug.c" -#include "dapl_ep_connect.c" -#include "dapl_ep_create.c" -#include "dapl_ep_disconnect.c" -#include "dapl_ep_dup_connect.c" -#include "dapl_ep_free.c" -#include "dapl_ep_get_status.c" -#include "dapl_ep_modify.c" -#include "dapl_ep_post_rdma_read.c" -#include "dapl_ep_post_rdma_read_to_rmr.c" -#include "dapl_ep_post_rdma_write.c" -#include "dapl_ep_post_recv.c" -#include "dapl_ep_post_send.c" -#include "dapl_ep_post_send_invalidate.c" -#include "dapl_ep_query.c" -#include "dapl_ep_recv_query.c" -#include "dapl_ep_reset.c" -#include "dapl_ep_set_watermark.c" -#include "dapl_ep_util.c" -#include "dapl_evd_connection_callb.c" -#include "dapl_evd_cq_async_error_callb.c" -#include "dapl_evd_dequeue.c" -#include "dapl_evd_dto_callb.c" -#include "dapl_evd_free.c" -#include "dapl_evd_post_se.c" -#include "dapl_evd_qp_async_error_callb.c" -#include "dapl_evd_resize.c" -#include "dapl_evd_un_async_error_callb.c" -#include "dapl_evd_util.c" -#include "dapl_get_consumer_context.c" -#include "dapl_get_handle_type.c" -#include "dapl_hash.c" -#include "dapl_hca_util.c" -#include "dapl_ia_close.c" -#include "dapl_ia_ha.c" -#include "dapl_ia_open.c" -#include "dapl_ia_query.c" -#include "dapl_ia_util.c" -#include "dapl_llist.c" -#include "dapl_lmr_free.c" -#include "dapl_lmr_query.c" -#include "dapl_lmr_sync_rdma_read.c" -#include "dapl_lmr_sync_rdma_write.c" -#include "dapl_lmr_util.c" -#include "dapl_mr_util.c" -#include "dapl_name_service.c" -#include "dapl_provider.c" -#include "dapl_psp_create.c" -#include "dapl_psp_create_any.c" -#include "dapl_psp_free.c" -#include "dapl_psp_query.c" -#include "dapl_pz_create.c" -#include "dapl_pz_free.c" -#include "dapl_pz_query.c" -#include "dapl_pz_util.c" -#include "dapl_ring_buffer_util.c" -#include "dapl_rmr_bind.c" -#include "dapl_rmr_create.c" -#include "dapl_rmr_free.c" -#include "dapl_rmr_query.c" -#include "dapl_rmr_util.c" -#include "dapl_rsp_create.c" -#include "dapl_rsp_free.c" -#include "dapl_rsp_query.c" -#include "dapl_set_consumer_context.c" -#include "dapl_sp_util.c" -#include "dapl_ep_create_with_srq.c" -#include "dapl_srq_create.c" -#include "dapl_srq_free.c" -#include "dapl_srq_post_recv.c" -#include "dapl_srq_query.c" -#include "dapl_srq_resize.c" -#include "dapl_srq_set_lw.c" -#include "dapl_srq_util.c" -#include "dapl_timer_util.c" - -#include "..\ibal\dapl_ibal_cm.c" -#include "..\ibal\dapl_ibal_name_service.c" -#include "..\ibal\dapl_ibal_qp.c" -#include "..\ibal\dapl_ibal_cq.c" -#include "..\ibal\dapl_ibal_util.c" - -//#include "..\ibal\dapl_ibal_mrdb.c" - -#ifdef DAT_EXTENSIONS -#include "..\ibal\dapl_ibal_extensions.c" -#endif - -#include "windows\dapl_osd.c" -- 1.5.2.5 _______________________________________________ general mailing list general@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general