makefile.am

来自「Linux/Unix下无限网卡配置和管理程序」· AM 代码 · 共 17 行

AM
17
字号
####### kdevelop will overwrite this part!!! (begin)##########EXTRA_DIST = DE_BW_Karlsruhe_University.loc NOWHERE.loc install-data-local:	$(mkinstalldirs) $(kde_datadir)/kwifimanager/locations/	$(INSTALL_DATA) $(srcdir)/DE_BW_Karlsruhe_University.loc $(kde_datadir)/kwifimanager/locations/DE_BW_Karlsruhe_University.loc	$(mkinstalldirs) $(kde_datadir)/kwifimanager/locations/	$(INSTALL_DATA) $(srcdir)/NOWHERE.loc $(kde_datadir)/kwifimanager/locations/NOWHERE.locuninstall-local:	-rm -f $(kde_datadir)/kwifimanager/locations/DE_BW_Karlsruhe_University.loc	-rm -f $(kde_datadir)/kwifimanager/locations/NOWHERE.loc####### kdevelop will overwrite this part!!! (end)############

⌨️ 快捷键说明

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