The SILC Project

source navigation ]
identifier search ]
freetext search ]
file search ]

silc/Makefile.defines.in

  1 #
  2 #  Makefile.defines.pre
  3 #
  4 #  Author: Pekka Riikonen <priikone@silcnet.org>
  5 #
  6 #  Copyright (C) 2001 - 2005 Pekka Riikonen
  7 #
  8 #  This program is free software; you can redistribute it and/or modify
  9 #  it under the terms of the GNU General Public License as published by
 10 #  the Free Software Foundation; version 2 of the License.
 11 #
 12 #  This program is distributed in the hope that it will be useful,
 13 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
 14 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 15 #  GNU General Public License for more details.
 16 #
 17 
 18 #
 19 # This file is intended to include all common compilation defines for the
 20 # SILC source tree.  All Makefile.ams in the SILC source tree are expected
 21 # to include this file (Makefile.defines.in).  Also this file may be included
 22 # in any external project that is included in the SILC source tree.
 23 #
 24 # Add following to your Makefile.am:
 25 #
 26 # include $(top_srcdir)/Makefile.defines.in
 27 #
 28 # All packages in the SILC source tree that include the Makefile.defines.in
 29 # must also include the following two lines in their configure.in file.
 30 #
 31 # INCLUDE_DEFINES_INT="include \$(top_srcdir)/Makefile.defines_int"   
 32 # AC_SUBST(INCLUDE_DEFINES_INT)
 33 #
 34 # (See the Makefile.defines_int.pre for all different definitions but DO NOT
 35 #  directly include that file!)
 36 #
 37 
 38 @INCLUDE_DEFINES_INT@
 39 
 40 #
 41 # INCLUDE defines
 42 #
 43 INCLUDES = $(ADD_INCLUDES) $(SILC_CFLAGS) -DHAVE_SILCDEFS_H \
 44         -I$(srcdir) -I$(top_srcdir) \
 45         -I$(silc_top_srcdir) $(SILC_LIB_INCLUDES) \
 46         -I$(silc_top_srcdir)/includes \
 47         -I$(silc_top_srcdir)/doc
 48 
 49 #
 50 #includes-install: Makefile
 51 #       for i in $(include_HEADERS); do s=$(srcdir)/$$i;
 52 #d=$(silc_top_srcdir)/includes/$$i; \
 53 #          ln $$s $$d 2>/dev/null || (rm -f $$d; cp -p $$s $$d;); \
 54 #       done;
 55 #
 56 #all-local: includes-install

This page was automatically generated by the LXR engine.
Free-text search provided by Glimpse