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

📄 makefile.am

📁 一个很有名的浏览器
💻 AM
字号:
## Process this file with automake to produce Makefile.in## $Id: Makefile.am,v 1.5 2004/08/15 05:48:55 miciah Exp $include $(top_srcdir)/Makefile.base# We don't want to expose this outside of /src/osdep/ at all, and we can't# merge the whole library of these with libosdep.a. So we only compile# objects here and link them directly to libosdep.a in ../Makefile.am.# However, we apparently need to create the library in order to convince# automake to compile the objects :/. We DON'T use libsystem.a ANYWHERE.noinst_LIBRARIES = libsystem.alibsystem_a_SOURCES = \ sysinfo.h \ unix.c \ unix.h

⌨️ 快捷键说明

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