/[bison]/bison/lib/Makefile.am
ViewVC logotype

Diff of /bison/lib/Makefile.am

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

revision 1.39 by eggert, Wed Mar 12 23:08:11 2003 UTC revision 1.40 by eggert, Mon Jun 16 19:41:37 2003 UTC
# Line 31  liby_a_SOURCES = main.c yyerror.c Line 31  liby_a_SOURCES = main.c yyerror.c
31  # Heck, we are still using an old version of Automake which does not  # Heck, we are still using an old version of Automake which does not
32  # understand inner AC_LIBOBJ (i.e., from Autoconf itself, not from  # understand inner AC_LIBOBJ (i.e., from Autoconf itself, not from
33  # configure.in).  # configure.in).
34  EXTRA_DIST = malloc.c realloc.c strnlen.c  EXTRA_DIST = malloc.c realloc.c stdbool_.h strnlen.c
35    MOSTLYCLEANFILES = stdbool.h stdbool.h-t
36    
37    # We need the following in order to create an <stdbool.h> when the system
38    # doesn't have one that works.
39    $(libbison_a_OBJECTS): $(STDBOOL_H)
40    stdbool.h: stdbool_.h
41            sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' <$(srcdir)/stdbool_.h >$@-t
42            mv $@-t $@
43    
44  libbison_a_SOURCES = \  libbison_a_SOURCES = \
45    gettext.h \    gettext.h \

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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