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

📄 makefile.am

📁 一个通用的C语言实现的数据结构
💻 AM
字号:
## Process this file with automake to produce Makefile.inCLEANFILES		= *~AM_CFLAGS		= -I$(top_builddir) -I$(top_srcdir)/srccheck_PROGRAMS		= lllist list llbstree bstree rbtree llbintree perm array2d queue stack hash heap sortlllist_SOURCES		= main_lllist.c _strings.c _strings.hlllist_LDADD		= ../libgdsl.lalist_SOURCES		= main_list.c _strings.c _strings.hlist_LDADD		= ../libgdsl.lallbstree_SOURCES	= main_llbstree.c _strings.c _strings.h _integers.c _integers.hllbstree_LDADD		= ../libgdsl.labstree_SOURCES		= main_bstree.c _strings.c _strings.h _integers.c _integers.hbstree_LDADD		= ../libgdsl.lallbintree_SOURCES	=  main_llbintree.c _strings.c _strings.hllbintree_LDADD		= ../libgdsl.laperm_SOURCES		= main_perm.c _integers.c _integers.hperm_LDADD		= ../libgdsl.laarray2d_SOURCES		= main_2darray.c _integers.c _integers.harray2d_LDADD		= ../libgdsl.laqueue_SOURCES		= main_queue.c _integers.c _integers.hqueue_LDADD		= ../libgdsl.lastack_SOURCES		= main_stack.c _integers.c _integers.hstack_LDADD		= ../libgdsl.larbtree_SOURCES		= main_rbtree.c _strings.c _strings.h _integers.c _integers.hrbtree_LDADD		= ../libgdsl.lahash_SOURCES		= main_hash.c _strings.c _strings.hhash_LDADD		= ../libgdsl.laheap_SOURCES		= main_heap.c _integers.c _integers.hheap_LDADD		= ../libgdsl.lasort_SOURCES		= main_sort.csort_LDADD		= ../libgdsl.la

⌨️ 快捷键说明

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