Makefile.in
上传用户:dgyhgb
上传日期:2007-01-07
资源大小:676k
文件大小:3k
- ##########################################################################
- ## GNU SQL Compiler (include dependencies) ##
- ##########################################################################
- ##
- ## $Id: Makefile.src.include.in,v 1.247 1997/04/28 14:57:50 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_h
- ##########################################################################
- # make program #
- ##########################################################################
- all: headers link
- headers : trlheaders engheaders rpc_headers global.h cycler.h kitty.h typepf.h tree_gen.h sql.h exti.h cl_lib.h svr_lib.h inprtyp.h const.h dyn_funcs.h
- setup_os.h : config.h
- const.h : engine/pupsi.h
- kitty.h : global.h
- cycler.h : global.h
- global.h : setup_os.h sql_type.h type.h xmem.h ../trl/trl.h pr_glob.h sql_decl.h funall.h
- funall.h : type.h typeif.h sql_type.h setup_os.h
- pr_glob.h : type.h typecpi.h typepi.h typeif.h errors.h
- sql_decl.h : ../trl/trl.h options.def
- type.h : engine/rnmtp.h
- typecpi.h : sql_type.h
- typeif.h : engine/sctp.h engine/pupsi.h
- typepi.h : typecpi.h
- xmem.h : setup_os.h
- cl_lib.h : engine/dispatch.h
- inprtyp.h : type_lib.h
- type_lib.h : global.h gsqltrn.h
- sql_type.h : sql_type.def
- trlheaders : vmemory.h xmem.h setup_os.h sql_type.h
- ( cd ../trl; $(MAKERT) headers )
- engheaders : engine
- ( cd engine; $(MAKERT) headers; )
- engine :
- link :
- test -d $(srcdir)/gnusql || (cd $(srcdir) && $(LN_S) . gnusql)
- test -d gnusql || $(LN_S) . gnusql
- rpc_headers:
- ( cd ../main; $(MAKERT) headers ; )
- clean::
- - $(RM) gsqltrn.h gnusql