?? makefile
字號(hào):
#-------------------------------------------------------------------------## Makefile--# Makefile for the genetic query optimizer module## Copyright (c) 1994, Regents of the University of California## $Header: /cvsroot/pgsql/src/backend/optimizer/geqo/Makefile,v 1.17 2002/07/20 04:59:10 momjian Exp $##-------------------------------------------------------------------------subdir = src/backend/optimizer/geqotop_builddir = ../../../..include $(top_builddir)/src/Makefile.globalOBJS = geqo_copy.o geqo_eval.o geqo_main.o geqo_misc.o \ geqo_mutation.o geqo_pool.o geqo_recombination.o \ geqo_selection.o \ geqo_erx.o geqo_pmx.o geqo_cx.o geqo_px.o geqo_ox1.o geqo_ox2.oall: SUBSYS.oSUBSYS.o: $(OBJS) $(LD) $(LDREL) $(LDOUT) SUBSYS.o $(OBJS)depend dep: $(CC) -MM $(CFLAGS) *.c >dependclean: rm -f SUBSYS.o $(OBJS)ifeq (depend,$(wildcard depend))include dependendif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -