📄 makefile.in
字号:
# test/graphics/Makefile.in -*- Makefile -*-# $Id: Makefile.in,v 1.5 2000/10/17 02:57:57 gcw Exp $@MCOMMON@srcdir = @srcdir@VPATH = @srcdir@.PATH: @srcdir@basedir = ../..thisdir = src/graphicsfirst_rule: qplotdummy:SRCS = grxlib.c qplot.cOBJS = grxlib.o qplot.oHDRS = grxlib.h## Distribution variables#DIST = $(HDRS) $(SRCS) README data Makefile.in# inference rules.c.o: $(COMPILE) -I$(srcdir)/.. -c $<#-------------------------------------------------------------------------all:graphics: qplotqplot: $(OBJS) $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) -lmtags: $(SRCS) ctags $(SRCS)alldoc:allbin: qplotclean: $(RMF) qplot core a.out *.o *.bak *~realclean: clean $(RMF) tagscleandir: realcleandistclean: (cd $(srcdir); $(RMF) qplot *~ *.o core a.out) if test $(srcdir) = .; then $(MAKE) realclean; fi (cd $(srcdir); $(RMF) Makefile)install uninstall:distdirs: mkdir $(basedir)/../$(VERNAME)/$(thisdir)distcopy: $(CP) -p $(DIST) $(basedir)/../$(VERNAME)/$(thisdir)# -----------------------------------------------------------------------# forget dependencies, there are too few
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -