makefile.am

来自「非常好用的gps数据读写接口」· AM 代码 · 共 29 行

AM
29
字号
## Process this file with automake to produce Makefile.inINCLUDES = \	-DPACKAGE_DATA_DIR=\""$(datadir)"\" \	-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \	@PACKAGE_CFLAGS@bin_PROGRAMS = lggtlggt_SOURCES = \  support.c support.h \  interface.c interface.h \  callbacks.c callbacks.h \  device.c device.h \  almanac.c almanac.h \  convert.c convert.h \  pvt.c pvt.h \  waypoints.c waypoints.h \  llayer.c llayer.h \  phlayer.c phlayer.h \  routes.c routes.h \  tracks.c tracks.h \	datatypes.h def.h \	updategui.h updategui.c \	main.clggt_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)

⌨️ 快捷键说明

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