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

SQL Server

开发平台:

Unix_Linux

  1. ##########################################################################
  2. ##                 GNU SQL Server  ( Synchronizer )                     ##
  3. ##########################################################################
  4. ##
  5. ## $Id: Makefile.src.engine.synch.in,v 1.245 1997/03/31 03:46:38 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: install
  36. install: bin
  37. - [ -d $(SERVBIN) ] || mkdir -p $(SERVBIN)
  38. $(CP)  synpr $(SERVBIN)/syn
  39. SRC=    dlock.c incrs.c lock.c shartest.c unlock.c 
  40.         shtest1.c synpr.c snipc.c
  41. SRCOBS= ${SRC:.c=.$(O)}
  42. SYN_H=  dessnch.h $(IINC)/destrn.h $(IINC)/rnmtp.h $(INC)/setup_os.h 
  43.         $(IINC)/pupsi.h $(IINC)/tptrn.h $(IINC)/pupans.h 
  44.         $(IINC)/fieldtp.h $(IINC)/deftr.h $(IINC)/sctp.h fdclsyn.h $(IINC)/totdecl.h
  45. bin:    synpr
  46. synpr :  $(SRCOBS) ../trans/cmpftn.$(O)
  47. echo --  generating $@
  48. - $(RM) $@ 
  49. $(LD) $(SRCOBS) ../trans/cmpftn.$(O) $(LIB)/xmem.$(O) $(LIB)/sql_decl.$(O) -o $@ 
  50. # the following line should be used instead but it's impossible because of name conflicts
  51. # $(LD) $(SRCOBS) $(SRLIBS) -o $@ 
  52. clean::
  53. - $(RM) synpr 
  54. headers    : sctpsyn.h
  55. dlock.$(O)    : dlock.c $(SYN_H) $(IINC)/sctp.h sctpsyn.h
  56. incrs.$(O)    : incrs.c $(SYN_H)
  57. lock.$(O)     : lock.c  $(SYN_H)
  58. shartest.$(O) : shartest.c $(SYN_H)
  59. unlock.$(O)   : unlock.c $(SYN_H)
  60. shtest1.$(O)  : shtest1.c $(SYN_H) $(IINC)/sctp.h sctpsyn.h
  61. synpr.$(O)    : synpr.c $(SYN_H)
  62. snipc.$(O)    : snipc.c $(SYN_H) $(IINC)/inpop.h $(IINC)/f1f2decl.h