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

📄 imakefile

📁 功能丰富的串口通讯程序
💻
字号:
/* * ====================================================================== *//* * Never edit any of the rest of this file unless you really really * know what you're doing. The rest of this file should normally not * be touched at all. */DEPLIBS = LOCAL_LIBRARIES = XawClientLibs/* SYS_LIBRARIES = -lm */SRCS  = Seyon.c SeActions.c SeScan.c SeDial.c SeErr.c SeGeneric.c \		SeInit.c SeIo.c SeMisc.c SeParse.c SePort.c SeScript.c \		SeSet.c SeSig.c SeString.c SeSubs.c SeSubsX.c SeSupp.c \		SeTerm.c SeTrans.c SeWin.c MultiList.cOBJS  = Seyon.o SeActions.o SeScan.o SeDial.o SeErr.o SeGeneric.o \		SeInit.o SeIo.o SeMisc.o SeParse.o SePort.o SeScript.o \		SeSet.o SeSig.o SeString.o SeSubs.o SeSubsX.o SeSupp.o \		SeTerm.o SeTrans.o SeWin.o MultiList.oHELPFILE = -DHELPFILE=\"$(LIBDIR)$(PATHSEP)seyon.help\"/* These are apparently missing from versions of X prior to R5 */#ifndef InstallNonExecFile#define	InstallNonExecFile(file,dest)					@@\install:: file								@@\	$(INSTALL) -c $(INSTDATFLAGS) file $(DESTDIR)dest#endif /* InstallNonExecFile */#ifndef InstallAppDefaultsLong#define	InstallAppDefaultsLong(file,class)				@@\install:: file.ad							@@\	$(INSTALL) -c $(INSTAPPFLAGS) file.ad $(DESTDIR)$(XAPPLOADDIR)/class#endif /* InstallAppDefaultsLong */AllTarget(version seyon)ComplexProgramTarget(seyon)SpecialObjectRule(SeInit.o,SeInit.c,$(HELPFILE))InstallAppDefaults(Seyon)InstallAppDefaultsLong(Seyon-co,Seyon-color)InstallAppDefaultsLong(Seyon,Seyon)InstallNonExecFile(seyon.help,$(LIBDIR))install::	@if [ ! -d $(HOME)/.seyon ]; then mkdir $(HOME)/.seyon; fi; \	echo "=== Copying example files (no overwrite) to $(HOME)/.seyon ..."; \	for i in phonelist protocols startup script.*; do \		if [ ! -f $(HOME)/.seyon/$$i ]; then cp $$i $(HOME)/.seyon; fi;\	done;clean::	rm -f version.h y.tab.* SeParse.cSeyon.c: Seyon.ad.h version.hSeyon.ad.h: Seyon.ad	./ad2c $? > $@version:	rm -f version.hversion.h:	./makever.shSeScan.o: y.tab.hy.tab.h y.tab.c: SeParse.y	$(YACC) -d SeParse.ySeParse.c: SeParse.y	$(MV) y.tab.c SeParse.c

⌨️ 快捷键说明

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