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

📄 makefile.am

📁 ace开发环境 用来开发网络程序 其运用了设计模式、多平台、C++等多种知识
💻 AM
字号:
##  Process this file with automake to create Makefile.in#### $Id: Makefile.am 76234 2006-12-30 06:25:52Z jtc $#### This file was generated by MPC.  Any changes made directly to## this file will be lost the next time it is generated.#### MPC Command:## ./bin/mwc.pl -type automake -noreldefs ACE.mwcACE_BUILDDIR = $(top_builddir)ACE_ROOT = $(top_srcdir)## Makefile.Allocator.amnoinst_PROGRAMS = AllocatorAllocator_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)Allocator_SOURCES = \  Allocator.cpp \  DataElement.h \  Hash_Map_Hash.h \  KeyType.h \  RB_Tree_Functors.hAllocator_LDADD = \  $(ACE_BUILDDIR)/ace/libACE.la## Makefile.Array.amnoinst_PROGRAMS += ArrayArray_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)Array_SOURCES = \  Array.cpp \  DataElement.h \  Hash_Map_Hash.h \  KeyType.h \  RB_Tree_Functors.hArray_LDADD = \  $(ACE_BUILDDIR)/ace/libACE.la## Makefile.Containers_Hash_Map.amnoinst_PROGRAMS += Hash_MapHash_Map_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)Hash_Map_SOURCES = \  Hash_Map.cpp \  DataElement.h \  Hash_Map_Hash.h \  KeyType.h \  RB_Tree_Functors.hHash_Map_LDADD = \  $(ACE_BUILDDIR)/ace/libACE.la## Makefile.Containers_Map_Manager.amnoinst_PROGRAMS += Map_ManagerMap_Manager_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)Map_Manager_SOURCES = \  Map_Manager.cpp \  DataElement.h \  Hash_Map_Hash.h \  KeyType.h \  RB_Tree_Functors.hMap_Manager_LDADD = \  $(ACE_BUILDDIR)/ace/libACE.la## Makefile.DLList.amif !BUILD_ACE_FOR_TAOnoinst_PROGRAMS += DLListDLList_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)DLList_SOURCES = \  DLList.cpp \  DataElement.h \  Hash_Map_Hash.h \  KeyType.h \  RB_Tree_Functors.hDLList_LDADD = \  $(ACE_BUILDDIR)/ace/libACE.laendif !BUILD_ACE_FOR_TAO## Makefile.Hash_Map_Hash.amnoinst_PROGRAMS += Hash_Map_HashHash_Map_Hash_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)Hash_Map_Hash_SOURCES = \  Hash_Map_Hash.cpp \  Hash_Map_Hash.hHash_Map_Hash_LDADD = \  $(ACE_BUILDDIR)/ace/libACE.la## Makefile.Map_Manager_Specialization.amnoinst_PROGRAMS += Map_Manager_SpecializationMap_Manager_Specialization_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)Map_Manager_Specialization_SOURCES = \  Map_Manager_Specialization.cpp \  DataElement.h \  Hash_Map_Hash.h \  KeyType.h \  RB_Tree_Functors.hMap_Manager_Specialization_LDADD = \  $(ACE_BUILDDIR)/ace/libACE.la## Makefile.Queues.amnoinst_PROGRAMS += QueuesQueues_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)Queues_SOURCES = \  Queues.cpp \  DataElement.h \  Hash_Map_Hash.h \  KeyType.h \  RB_Tree_Functors.hQueues_LDADD = \  $(ACE_BUILDDIR)/ace/libACE.la## Makefile.RB_Tree.amnoinst_PROGRAMS += RB_TreeRB_Tree_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)RB_Tree_SOURCES = \  RB_Tree.cpp \  DataElement.h \  Hash_Map_Hash.h \  KeyType.h \  RB_Tree_Functors.hRB_Tree_LDADD = \  $(ACE_BUILDDIR)/ace/libACE.la## Makefile.RB_Tree_Functors.amnoinst_PROGRAMS += RB_Tree_FunctorsRB_Tree_Functors_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)RB_Tree_Functors_SOURCES = \  RB_Tree_Functors.cpp \  RB_Tree_Functors.hRB_Tree_Functors_LDADD = \  $(ACE_BUILDDIR)/ace/libACE.la## Makefile.Sets.amnoinst_PROGRAMS += SetsSets_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)Sets_SOURCES = \  Sets.cpp \  DataElement.h \  Hash_Map_Hash.h \  KeyType.h \  RB_Tree_Functors.hSets_LDADD = \  $(ACE_BUILDDIR)/ace/libACE.la## Makefile.Stacks.amnoinst_PROGRAMS += StacksStacks_CPPFLAGS = \  -I$(ACE_ROOT) \  -I$(ACE_BUILDDIR)Stacks_SOURCES = \  Stacks.cpp \  DataElement.h \  Hash_Map_Hash.h \  KeyType.h \  RB_Tree_Functors.hStacks_LDADD = \  $(ACE_BUILDDIR)/ace/libACE.la## Clean up template repositories, etc.clean-local:	-rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.*	-rm -f gcctemp.c gcctemp so_locations *.ics	-rm -rf cxx_repository ptrepository ti_files	-rm -rf templateregistry ir.out	-rm -rf ptrepository SunWS_cache Templates.DB

⌨️ 快捷键说明

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