/[m4]/m4/m4/Makefile.am
ViewVC logotype

Diff of /m4/m4/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by gary, Mon Jun 16 10:43:45 2003 UTC revision 1.17 by gary, Fri Aug 29 16:55:56 2003 UTC
# Line 1  Line 1 
1  ## Makefile.am -- Process this file with automake to produce Makefile.in  ## Makefile.am -- Process this file with automake to produce Makefile.in
2  ##  ##
3  ## Copyright 2000, 2001, 2003 Free Software Foundation, Inc.  ## Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
4  ##  ##
5  ## This program is free software; you can redistribute it and/or modify  ## This program is free software; you can redistribute it and/or modify
6  ## it under the terms of the GNU General Public License as published by  ## it under the terms of the GNU General Public License as published by
# Line 17  Line 17 
17  ## the Free Software Foundation, Inc., 59 Temple Place - Suite 330,  ## the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18  ## Boston, MA 02111-1307, USA.  ## Boston, MA 02111-1307, USA.
19    
20    BUILT_SOURCES           = $(OBSTACK_H)
21    
22  CLEANFILES              = pathconf.h  CLEANFILES              = pathconf.h
23  DISTCLEANFILES          = obstack.h  MOSTLYCLEANFILES        = obstack.h
24  MAINTAINERCLEANFILES    = Makefile.in  MAINTAINERCLEANFILES    = Makefile.in
25    
26  MODULE_PATH             = $(pkglibexecdir)  MODULE_PATH             = $(pkglibexecdir)
# Line 48  pathconf.h: Makefile Line 50  pathconf.h: Makefile
50  # This file needs to be regenerated at configure time.  # This file needs to be regenerated at configure time.
51  dist-hook:  dist-hook:
52          rm -f $(distdir)/system.h          rm -f $(distdir)/system.h
53    
54    
55    # ------------------------------------------------------------ #
56    # Taken from gnulib/modules/stdbool:Makefile.am.  Do not edit. #
57    # ------------------------------------------------------------ #
58    
59    BUILT_SOURCES += $(STDBOOL_H)
60    EXTRA_DIST += stdbool_.h
61    
62    # We need the following in order to create an <stdbool.h> when the system
63    # doesn't have one that works.
64    all-local $(lib_OBJECTS): $(STDBOOL_H)
65    stdbool.h: stdbool_.h
66            sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > $@-t
67            mv $@-t $@
68    MOSTLYCLEANFILES += stdbool.h stdbool.h-t

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26