?? makefile.am
字號:
bin_PROGRAMS = xcopilotSUBDIRS = gdb-stub mc68k mxxcopilot_SOURCES = cmap_mgr.c cmap_mgr.h fakecall.c fakecall.h optutil.c optutil.h pilotcpu.c pilotcpu.h xcopilot.c display.c display.h main.c main.h pdebug.c pdebug.h ser-tcp.c bittypes.h open_app.h open_app.cxcopilot_LDADD = ${X_LIBS} mc68k/libmc68k.a mx/libmx.a gdb-stub/libgdb.a ${X_PRE_LIBS} -lXpm -lXext -lXt -lX11 ${X_EXTRA_LIBS}INCLUDES = -I$(top_srcdir)/mx -I$(top_srcdir)/mc68kman_MANS = xcopilot.1EXTRA_DIST = xcopilot.sgml xcopilot.1 case.xpm case.fancy.xpm icon.xpm icon2.xpmxcopilot.1: xcopilot.sgml sgml2txt -man $< mv xcopilot.man $@clobber: cleandist-hook: mkdir $(distdir)/debian cp -p debian/control debian/menu debian/rules debian/README.debian debian/copyright debian/postinst debian/substvars debian/changelog debian/postrm $(distdir)/debianARCH = $(shell dpkg --print-architecture)$(PACKAGE)_$(VERSION)_$(ARCH).deb: distdir (cd $(PACKAGE)-$(VERSION); ./configure; dpkg-buildpackage -rfakeroot)deb: $(PACKAGE)_$(VERSION)_$(ARCH).deb
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -