Makefile.in
上传用户:dgyhgb
上传日期:2007-01-07
资源大小:676k
文件大小:3k
源码类别:

SQL Server

开发平台:

Unix_Linux

  1. ##########################################################################
  2. ##                 GNU SQL Compiler  (include dependencies)             ##
  3. ##########################################################################
  4. ##
  5. ## $Id: Makefile.src.include.in,v 1.247 1997/04/28 14:57:50 kml Exp $
  6. ##
  7. ## This file is a part of GNU SQL Server
  8. ##
  9. ## Copyright (c) 1996, 1997, Free Software Foundation, Inc
  10. ## Developed at Institute of System Programming of Russian Academy of Science
  11. ## This file is written by Michael Kimelman
  12. ##
  13. ## This program is free software; you can redistribute it and/or modify it under
  14. ## the terms of the GNU General Public License as published by the Free
  15. ## Software Foundation; either version 2 of the License, or (at your option)
  16. ## any later version.
  17. ##
  18. ## This program is distributed in the hope that it will be useful, but WITHOUT
  19. ## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  20. ## FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
  21. ## more details.
  22. ##
  23. ## You should have received a copy of the GNU General Public License along with
  24. ## this program; if not, write to the Free Software Foundation, Inc.,
  25. ## 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  26. ##
  27. ## Contacts: gss@ispras.ru
  28. ##
  29. srcdir=@srcdir@
  30. VPATH=@srcdir@
  31. include ../Makefile_h
  32. ##########################################################################
  33. #                make program                                            #
  34. ##########################################################################
  35. all:   headers link
  36. 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
  37. setup_os.h : config.h 
  38. const.h    : engine/pupsi.h
  39. kitty.h    : global.h
  40. cycler.h   : global.h
  41. global.h   : setup_os.h sql_type.h type.h xmem.h ../trl/trl.h pr_glob.h sql_decl.h funall.h
  42. funall.h   : type.h typeif.h sql_type.h setup_os.h
  43. pr_glob.h  : type.h typecpi.h typepi.h typeif.h errors.h
  44. sql_decl.h : ../trl/trl.h options.def
  45. type.h     : engine/rnmtp.h
  46. typecpi.h  : sql_type.h
  47. typeif.h   : engine/sctp.h engine/pupsi.h
  48. typepi.h   : typecpi.h
  49. xmem.h     : setup_os.h
  50. cl_lib.h   : engine/dispatch.h
  51. inprtyp.h  : type_lib.h
  52. type_lib.h : global.h gsqltrn.h
  53. sql_type.h : sql_type.def
  54. trlheaders : vmemory.h xmem.h setup_os.h sql_type.h
  55. ( cd ../trl; $(MAKERT) headers  )
  56. engheaders : engine
  57. ( cd engine; $(MAKERT) headers; )
  58. engine     :
  59. link       :
  60. test -d $(srcdir)/gnusql || (cd $(srcdir) && $(LN_S) . gnusql)
  61. test -d gnusql || $(LN_S) . gnusql
  62. rpc_headers:
  63. ( cd ../main; $(MAKERT) headers ; )
  64. clean::
  65. - $(RM) gsqltrn.h gnusql