📄 makefile.in
字号:
############################################################################ GNU SQL Transaction ################################################################################ $Id: Makefile.src.engine.trans.in,v 1.245 1997/03/31 03:46:38 kml Exp $#### This file is a part of GNU SQL Server#### Copyright (c) 1996, 1997, Free Software Foundation, Inc## Developed at Institute of System Programming of Russian Academy of Science## This file is written by Michael Kimelman#### This program is free software; you can redistribute it and/or modify it under## the terms of the GNU General Public License as published by the Free## Software Foundation; either version 2 of the License, or (at your option)## any later version.#### This program is distributed in the hope that it will be useful, but WITHOUT## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for## more details.#### You should have received a copy of the GNU General Public License along with## this program; if not, write to the Free Software Foundation, Inc.,## 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.#### Contacts: gss@ispras.ru##srcdir=@srcdir@VPATH=@srcdir@include ../../Makefile_hSRC= addflds.c aggravg.c aggrifn.c aggrsfn.c bdunion.c blfltr.c\ cmpkeys.c cntrid.c cnttab.c crind.c crrel.c crtfrm.c\ delcon.c delind.c delrel.c dltn.c empty_page.c fltrel.c\ ind_ins.c ind_rem.c ind_scan.c inscon.c insfltr.c insrtn.c\ join.c keyfrm.c makegr.c mdfctn.c modcon.c next.c \ obrind.c opinpg.c opscfl.c opscin.c opscrl.c orddel.c ordins.c \ ordmod.c page_op.c proind.c rdcort.c reclj.c recmj.c rllbck.c rllbfn.c\ snlock.c tmpob.c trns.c cmpftn.c libtran.cSRCOBJS= ${SRC:.c=.$(O)}all: installinstall: server # nothing to doserver: announce $(LIBSER)libgss_ser : ${SRCOBJS} echo $? >$@$(SRCOBJS): $(IINC)/destrn.h $(IINC)/fdcltrn.h $(IINC)/deftr.h $(IINC)/fieldtp.h \ $(IINC)/pupsi.h $(IINC)/pupans.h $(IINC)/tptrn.h $(IINC)/rnmtp.h $(IINC)/totdecl.h \ $(INC)/setup_os.h $(INC)/xmem.haddflds.$(O) : addflds.c $(IINC)/strml.haggravg.$(O) : aggravg.c $(IINC)/sctp.haggrifn.$(O) : aggrifn.c $(IINC)/agrflg.haggrsfn.$(O) : aggrsfn.cbdunion.$(O) : bdunion.cblfltr.$(O) : blfltr.ccmpkeys.$(O) : cmpkeys.ccntrid.$(O) : cntrid.c $(IINC)/sctp.h $(EINC)/synch/sctpsyn.h cnttab.$(O) : cnttab.c $(IINC)/agrflg.h crind.$(O) : crind.c $(IINC)/strml.hcrrel.$(O) : crrel.ccrtfrm.$(O) : crtfrm.c $(IINC)/sctp.h delcon.$(O) : delcon.c $(IINC)/strml.hdelind.$(O) : delind.c $(IINC)/strml.hdelrel.$(O) : delrel.cdltn.$(O) : dltn.c $(IINC)/strml.hempty_page.$(O) : empty_page.cfltrel.$(O) : fltrel.c $(IINC)/strml.hind_ins.$(O) : ind_ins.cind_rem.$(O) : ind_rem.cind_scan.$(O) : ind_scan.c $(IINC)/sctp.h inscon.$(O) : inscon.c $(IINC)/strml.hinsfltr.$(O) : insfltr.cinsrtn.$(O) : insrtn.c $(IINC)/strml.hjoin.$(O) : join.ckeyfrm.$(O) : keyfrm.cmakegr.$(O) : makegr.c $(IINC)/agrflg.h mdfctn.$(O) : mdfctn.c $(IINC)/strml.h $(IINC)/sctp.h modcon.$(O) : modcon.c $(IINC)/strml.hnext.$(O) : next.cobrind.$(O) : obrind.c $(IINC)/strml.hopinpg.$(O) : opinpg.copscfl.$(O) : opscfl.copscin.$(O) : opscin.c $(IINC)/sctp.h opscrl.$(O) : opscrl.c $(IINC)/sctp.h orddel.$(O) : orddel.cordins.$(O) : ordins.c ordmod.$(O) : ordmod.cpage_op.$(O) : page_op.cproind.$(O) : proind.crdcort.$(O) : rdcort.creclj.$(O) : reclj.c $(IINC)/strml.h $(IINC)/inpop.h recmj.$(O) : recmj.c $(IINC)/strml.hrllbck.$(O) : rllbck.c $(IINC)/strml.hrllbfn.$(O) : rllbfn.csnlock.$(O) : snlock.c $(IINC)/sctp.h $(EINC)/synch/sctpsyn.h tmpob.$(O) : tmpob.ctrns.$(O) : trns.c gltran.h $(IINC)/inpop.h $(IINC)/strml.h $(IINC)/expop.h $(IINC)/totdecl.hfdcltrn.h : $(IINC)/inpop.h $(IINC)/f1f2decl.hcmpftn.$(O) : cmpftn.c $(IINC)/cmpdecl.h $(IINC)/totdecl.hlibtran.$(O) : libtran.c $(IINC)/sctp.h $(IINC)/f1f2decl.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -