makefile.am

来自「guide and some example with visualC++」· AM 代码 · 共 15 行

AM
15
字号
noinst_LIBRARIES = libstdClib.alibstdClib_a_SOURCES = assert.c ctype.c dirent.c eicfftoa.c errno.c fcntl.c itoa.c math.c printf.c signal.c stat.c stdarg.c stdClib.c stdio.c stdlib.c string.c strrev.c strround.c termios.c time.c unistd.c# here you should add all header files, which contains the functionality# of your shared lib (published for the users)include_HEADERS =# here you should add all header files, which shouldn't be installednoinst_HEADERS = assert.h ctype.h dirent.h errno.h fcntl.h float.h iso646.h limits.h math.h setjmp.h signal.h stdarg.h stdClib2eic.h stddef.h stdio.h stdlib.h stdliblocal.h string.h termio.h termios.h time.h unistd.hINCLUDES := $(INCLUDES) -I.. -I../../include -I-CFLAGS += -ansi -pedantic -O2 -fsigned-char -Wall -D_LINUX -g3

⌨️ 快捷键说明

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