makefile.common
来自「nedit 是一款linux下的开发源码的功能强大的编辑器」· COMMON 代码 · 共 30 行
COMMON
30 行
# $Id: Makefile.common,v 1.8 2003/05/20 00:27:56 n8gray Exp $## Platform independent part of make procedure for Nirvana utilities directory, # included by machine specific makefiles.#OBJS = DialogF.o getfiles.o printUtils.o misc.o fileUtils.o \ prefFile.o fontsel.o managedList.o utils.o clearcase.oall: libNUtil.alibNUtil.a: $(OBJS) $(AR) $(ARFLAGS) libNUtil.a $(OBJS)printUtils.o: printUtils.c $(CC) -c $(CFLAGS) $(PRINTFLAGS) printUtils.c# This is for any platform where bogus OpenMotif or LessTif versions might# be found in the wild. The rule needs a different name from the executable# so that the rule continues to fire if the executable exists.check_tif_rule: $(CC) $(CFLAGS) -o check_lin_tif check_lin_tif.c ./check_lin_tifclean: rm -f $(OBJS) libNUtil.a check_lin_tif# Get the dependencies for all objectsinclude Makefile.dependencies
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?