⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 automake.mpd

📁 这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用于网络游戏医学图像网关的高qos要求.更详细的内容可阅读相应的材料
💻 MPD
字号:
#----------------------------------------------------------------------------
#     
# Process this file with automake to create Makefile.in
#
# @file <%project_file%>
#
# automake.mpd,v 1.3 2003/10/31 13:42:25 elliott_c Exp
#
# This file was automatically generated by MPC.  Any changes made directly to
# this file will be lost the next time it is generated.
#
#----------------------------------------------------------------------------

## The number in AUTOMAKE_OPTIONS is the minimum required version automake
## needed to process this file.
AUTOMAKE_OPTIONS = 1.7 foreign

<%if(idl_files)%> 
<%if(idlflags)%>
TAO_IDLFLAGS = <%idlflags%>
<%endif%>
<%endif%>
<%if(includes)%>
INCLUDES =<%foreach(includes)%> -I<%include%><%endfor%>
<%endif%>

<%if(exename)%>
bin_PROGRAMS = <%exename%>

<%exename%>_SOURCES = \
<%foreach(source_files)%>
  <%source_file%><%fornotlast(" \\")%>
<%endfor%>
<%if(header_files)%>

noinst_HEADERS = \
<%foreach(header_files)%>
  <%header_file%><%fornotlast(" \\")%>
<%endfor%>
<%endif%>
<%else%>
<%if(grouped_source_files)%>
<%foreach(grouped_source_files)%>
lib<%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>_<%uc(grouped_source_file)%>_la_SOURCES = \
<%foreach(grouped_source_file->files)%>
  <%grouped_source_file->file%><%fornotlast(" \\")%>
<%endfor%>

<%endfor%>
<%foreach(grouped_source_files)%>
if BUILD_<%uc(grouped_source_file)%>_FILES
LIB<%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>_<%uc(grouped_source_file)%> = lib<%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>_<%grouped_source_file%>.la
else
LIB<%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>_<%uc(grouped_source_file)%> =
endif

<%endfor%>

lib_LTLIBRARIES = \
  $(LIB<%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>) \
<%foreach(grouped_source_files)%>
  $(LIB<%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>_<%uc(grouped_source_file)%>)<%fornotlast(" \\")%>
<%endfor%>

lib<%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>_la_SOURCES = \
<%foreach(grouped_source_files)%>
  $(lib<%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>_<%uc(grouped_source_file)%>_la_SOURCES)<%fornotlast(" \\")%>
<%endfor%>

<%foreach(grouped_source_files)%>
lib<%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>_<%uc(grouped_source_file)%>_la_SOURCES = \
<%foreach(grouped_source_file->files)%>
  <%grouped_source_file->file%><%fornotlast(" \\")%>
<%endfor%>

<%endfor%>
lib<%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>_la_LDFLAGS = $(X_LIBS) \
  -version-info <%if(tao)%>@TAO_CURRENT@:@TAO_REVISION@:@TAO_AGE@<%else%>@ACE_CURRENT@:@ACE_REVISION@:@ACE_AGE@<%endif%>

lib<%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>_la_LIBADD = $(X_PRE_LIBS) $(<%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>_XLIBS) $(X_EXTRA_LIBS)
<%else%>
lib_LTLIBRARIES = lib<%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>.la

lib<%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>_la_SOURCES = \
<%foreach(source_files)%>
  <%source_file%><%fornotlast(" \\")%>
<%endfor%>
<%endif%>

<%if(template_files)%>
TEMPLATE_FILES = \
<%foreach(template_files)%>
  <%template_file%><%fornotlast(" \\")%>
<%endfor%>

<%endif%>
<%if(header_files)%>
HEADER_FILES = \
<%foreach(header_files)%>
  <%header_file%><%fornotlast(" \\")%>
<%endfor%>

<%endif%>
<%if(inline_files)%>
INLINE_FILES = \
<%foreach(inline_files)%>
  <%inline_file%><%fornotlast(" \\")%>
<%endfor%>

<%endif%>

pkginclude_HEADERS = \
<%if(template_files)%>
  $(INLINE_FILES) \
<%endif%>
<%if(inline_files)%>
  $(INLINE_FILES) \
<%endif%>
<%if(header_files)%>
  $(HEADER_FILES)
<%endif%>
<%endif%>
<%vpath%>

## Clean up template repositories, etc.
clean-local:
	-rm -f *.bak *.rpo *.sym lib*.*_pure_* Makefile.old core
	-rm -f gcctemp.c gcctemp so_locations
	-rm -rf ptrepository SunWS_cache Templates.DB

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -