📄 makefile.am
字号:
## Process this file with automake to produce Makefile.inINCLUDES = ## -Dlinux -march=i686## -finline-functions -fcaller-saves -ffast-math \##-fno-strength-reduce -fthread-jumps -funroll-loops## -I$(top_srcdir)/inc \## -DLOCALEDIR=\"$(localedir)\" \noinst_HEADERS = \ TDPList.hh \ athread.hh \ debug.hh \ error.hh \ network.hh \ util.hh \ Regex.h \ String.h \ ansidecl.h \ builtin.h \ libiberty.h \ rx.hUTIL_SOURCES = \String.cc Regex.cc gnu_error.cc xexit.c xmalloc.c alloca.c rx.c \athread.cc network.ccnoinst_LIBRARIES = libmpeg.alibmpeg_a_SOURCES = $(UTIL_SOURCES)libmpeg.a: $(libmpeg_a_OBJECTS) $(libmpeg_a_DEPENDENCIES)## -rm -f $(top_srcdir)/lib/linux/$(noinst_LIBRARIES) ar vrus $(top_srcdir)/lib/linux/$(noinst_LIBRARIES) $(libmpeg_a_OBJECTS) cp *.hh $(top_srcdir)/inc cp *.h $(top_srcdir)/inc @RANLIB@ $(top_srcdir)/lib/linux/$(noinst_LIBRARIES)bin_PROGRAMS = testtest_SOURCES = \ test.cc ## $(UTIL_SOURCES)test_LDADD = -L$(top_srcdir)/lib/linux \ -lmpeg -lnsl -lposix -lstdc++ ##test_LDFLAGS = -Dlinux -L$(top_srcdir)/lib/linux \## -lutil -lnsl -lposix -lstdc++
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -