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

📄 makefile.am

📁 linux pritner GUI
💻 AM
字号:
## Process this file with automake to produce Makefile.inbin_PROGRAMS = efax-gtkefax_gtk_SOURCES = main.cpp pipes.cpp mainwindow.cpp dialogs.cpp      \	           fax_list.cpp fax_list_manager.cpp file_list.cpp    \                   efax_controller.cpp addressbook.cpp settings.cpp   \                   settings_help.cpp helpfile.cpp socket_server.cpp   \                   socket_list.cpp socket_notify.cpp tray_icon.cpp    \                   libegg/eggtrayicon.cnoinst_HEADERS =   pipes.h mainwindow.h dialogs.h fax_list.h          \	           fax_list_manager.h file_list.h efax_controller.h   \                   addressbook.h settings.h settings_help.h           \                   helpfile.h socket_server.h socket_list.h           \                   socket_notify.h tray_icon.h addressbook_icons.h    \                   menu_icons.h  settings_icons.h window_icon.h       \                   socket_list_icons.h sem_sync.h shared_ptr.h        \                   shared_handle.h fax_list_icons.h file_list_icons.h \                   sigc_compatibility.h gtk_icon_info_handle.h        \                   tree_model_row_reference.h prog_defs.h gpl.h       \                   fax_list_manager_icons.h libegg/eggtrayicon.hINCLUDES = -DDATADIR=\"$(datadir)\" -DRC_DIR=\"$(sysconfdir)\" -DGTKMM_VERSION=@GTKMM_VER@AM_CXXFLAGS = @GTKMM_CFLAGS@ @GTHREAD_CFLAGS@AM_CFLAGS = @GTK_CFLAGS@ -I./libeggefax_gtk_LDADD = @LIBINTL@ @GTKMM_LIBS@ @GTHREAD_LIBS@EXTRA_DIST = libegg/CREDITS

⌨️ 快捷键说明

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