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

📄 makefile.am

📁 网络MPEG4IP流媒体开发源代码
💻 AM
字号:
## Makefile.am for the SDL thread librarynoinst_LTLIBRARIES = libthread.laARCH_SUBDIRS = $(srcdir)/generic	\               $(srcdir)/amigaos	\               $(srcdir)/beos		\               $(srcdir)/bsdi		\               $(srcdir)/dc		\               $(srcdir)/epoc		\               $(srcdir)/irix		\               $(srcdir)/linux		\               $(srcdir)/pth		\               $(srcdir)/win32# Older versions of Linux require an asm clone() implementationif USE_CLONETHREAD_ASM_SRC = clone.SelseTHREAD_ASM_SRC =endifCOMMON_SRCS =			\	SDL_systhread.h		\	SDL_thread.c		\	SDL_thread_c.hARCH_SRCS = 			\	SDL_systhread.c		\	SDL_systhread_c.h	\	SDL_sysmutex.c		\	SDL_sysmutex_c.h	\	SDL_syssem.c		\	SDL_syssem_c.h		\	SDL_syscond.c		\	SDL_syscond_c.h		\	$(THREAD_ASM_SRC)libthread_la_SOURCES = $(COMMON_SRCS) $(ARCH_SRCS)## Let automake know that it shouldn't distribute linked sourcesBUILT_SOURCES = $(ARCH_SRCS)## Let automake know that it should remove these for distributionDISTCLEANFILES = $(ARCH_SRCS)# The architecture specific directories need to be copied into place# when building a distribution.dist-hook:	(cd $(distdir) && rm -f $(BUILT_SOURCES))	cp -rp $(ARCH_SUBDIRS) $(distdir)	(cd $(distdir) && rm -rf `find . -name CVS`)

⌨️ 快捷键说明

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