/[cvs]/ccvs/lib/Makefile.gnulib
ViewVC logotype

Diff of /ccvs/lib/Makefile.gnulib

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

revision 1.57 by dprice, Fri Jun 10 20:30:20 2005 UTC revision 1.58 by dprice, Fri Aug 12 20:58:10 2005 UTC
# Line 9  Line 9 
9  #  #
10  # Generated by gnulib-tool.  # Generated by gnulib-tool.
11  # Invoked as: gnulib-tool --import gettext vasnprintf regex atexit save-cwd dirname error exit exitfail extensions fnmatch-posix fnmatch mkstemp getopt stdbool getline getnline getndelim2 gethostname strcase getpass-gnu gettimeofday timespec gettime unlocked-io tzset restrict time_r mktime minmax memmove nanosleep lstat strerror vasprintf malloc realloc strftime xsize getpagesize md5 stdint yesno allocsa setenv getdate readlink xreadlink xgethostname mkdir rename dup2 strstr ftruncate strtoul pathmax xalloc-die pagealign_alloc closeout strdup canonicalize getlogin_r stat-macros quotearg  # Invoked as: gnulib-tool --import gettext vasnprintf regex atexit save-cwd dirname error exit exitfail extensions fnmatch-posix fnmatch mkstemp getopt stdbool getline getnline getndelim2 gethostname strcase getpass-gnu gettimeofday timespec gettime unlocked-io tzset restrict time_r mktime minmax memmove nanosleep lstat strerror vasprintf malloc realloc strftime xsize getpagesize md5 stdint yesno allocsa setenv getdate readlink xreadlink xgethostname mkdir rename dup2 strstr ftruncate strtoul pathmax xalloc-die pagealign_alloc closeout strdup canonicalize getlogin_r stat-macros quotearg
12  # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --aux-dir=build-aux   alloca alloca-opt allocsa atexit canonicalize chdir-long closeout cycle-check dirname dup2 error exit exitfail extensions filenamecat fnmatch fnmatch-posix fpending ftruncate getcwd getdate gethostname getline getlogin_r getndelim2 getnline getopt getpagesize getpass-gnu gettext gettime gettimeofday lstat malloc md5 memmove mempcpy memrchr minmax mkdir mkstemp mktime nanosleep openat pagealign_alloc pathmax quotearg readlink realloc regex rename restrict rpmatch save-cwd setenv stat-macros stdbool stdint strcase strdup strerror strftime strstr strtol strtoul time_r timespec tzset unistd-safer unlocked-io vasnprintf vasprintf xalloc xalloc-die xgetcwd xgethostname xreadlink xsize yesno  # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --aux-dir=build-aux   alloca alloca-opt allocsa atexit canonicalize chdir-long closeout cycle-check dirname dup2 error exit exitfail extensions filenamecat fnmatch fnmatch-posix fpending ftruncate getcwd getdate getdelim gethostname getline getlogin_r getndelim2 getnline getopt getpagesize getpass-gnu gettext gettext-h gettime gettimeofday lstat malloc md5 memmove mempcpy memrchr minmax mkdir mkstemp mktime nanosleep openat pagealign_alloc pathmax quotearg readlink realloc regex rename restrict rpmatch save-cwd setenv size_max stat-macros stdbool stdint strcase strdup strerror strftime strstr strtol strtoul time_r timespec tzset unistd-safer unlocked-io vasnprintf vasprintf xalloc xalloc-die xgetcwd xgethostname xreadlink xsize yesno
13    
14  AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies  AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies
15    
# Line 36  libgnu_a_LIBADD += @ALLOCA@ Line 36  libgnu_a_LIBADD += @ALLOCA@
36  BUILT_SOURCES += $(ALLOCA_H)  BUILT_SOURCES += $(ALLOCA_H)
37  EXTRA_DIST += alloca_.h  EXTRA_DIST += alloca_.h
38    
39  # We need the following in order to create an <alloca.h> when the system  # We need the following in order to create <alloca.h> when the system
40  # doesn't have one that works with the given compiler.  # doesn't have one that works with the given compiler.
 all-local $(libgnu_a_OBJECTS): $(ALLOCA_H)  
41  alloca.h: alloca_.h  alloca.h: alloca_.h
42          cp $(srcdir)/alloca_.h $@-t          cp $(srcdir)/alloca_.h $@-t
43          mv $@-t $@          mv $@-t $@
# Line 76  libgnu_a_SOURCES += exit.h Line 75  libgnu_a_SOURCES += exit.h
75  BUILT_SOURCES += $(FNMATCH_H)  BUILT_SOURCES += $(FNMATCH_H)
76  EXTRA_DIST += fnmatch_.h fnmatch_loop.c  EXTRA_DIST += fnmatch_.h fnmatch_loop.c
77    
78  # We need the following in order to create an <fnmatch.h> when the system  # We need the following in order to create <fnmatch.h> when the system
79  # doesn't have one that supports the required API.  # doesn't have one that supports the required API.
 all-local $(libgnu_a_OBJECTS): $(FNMATCH_H)  
80  fnmatch.h: fnmatch_.h  fnmatch.h: fnmatch_.h
81          cp $(srcdir)/fnmatch_.h $@-t          cp $(srcdir)/fnmatch_.h $@-t
82          mv $@-t $@          mv $@-t $@
# Line 94  EXTRA_DIST += getdate.c Line 92  EXTRA_DIST += getdate.c
92    
93  ## end   gnulib module getdate  ## end   gnulib module getdate
94    
 ## begin gnulib module getline  
   
 EXTRA_DIST += getndelim2.h getndelim2.c  
   
 ## end   gnulib module getline  
   
95  ## begin gnulib module getndelim2  ## begin gnulib module getndelim2
96    
97  EXTRA_DIST += getndelim2.h getndelim2.c  EXTRA_DIST += getndelim2.h getndelim2.c
# Line 117  libgnu_a_SOURCES += getnline.h getnline. Line 109  libgnu_a_SOURCES += getnline.h getnline.
109  BUILT_SOURCES += $(GETOPT_H)  BUILT_SOURCES += $(GETOPT_H)
110  EXTRA_DIST += getopt_.h getopt_int.h  EXTRA_DIST += getopt_.h getopt_int.h
111    
112  # We need the following in order to create an <getopt.h> when the system  # We need the following in order to create <getopt.h> when the system
113  # doesn't have one that works with the given compiler.  # doesn't have one that works with the given compiler.
 all-local $(libgnu_a_OBJECTS): $(GETOPT_H)  
114  getopt.h: getopt_.h  getopt.h: getopt_.h
115          cp $(srcdir)/getopt_.h $@-t          cp $(srcdir)/getopt_.h $@-t
116          mv $@-t $@          mv $@-t $@
# Line 127  MOSTLYCLEANFILES += getopt.h getopt.h-t Line 118  MOSTLYCLEANFILES += getopt.h getopt.h-t
118    
119  ## end   gnulib module getopt  ## end   gnulib module getopt
120    
121  ## begin gnulib module gettext  ## begin gnulib module gettext-h
122    
123  libgnu_a_SOURCES += gettext.h  libgnu_a_SOURCES += gettext.h
124    
125  ## end   gnulib module gettext  ## end   gnulib module gettext-h
126    
127  ## begin gnulib module minmax  ## begin gnulib module minmax
128    
# Line 139  libgnu_a_SOURCES += minmax.h Line 130  libgnu_a_SOURCES += minmax.h
130    
131  ## end   gnulib module minmax  ## end   gnulib module minmax
132    
 ## begin gnulib module regex  
   
 libgnu_a_SOURCES += regex.h  
   
 ## end   gnulib module regex  
   
133  ## begin gnulib module setenv  ## begin gnulib module setenv
134    
135  libgnu_a_SOURCES += setenv.h  libgnu_a_SOURCES += setenv.h
# Line 156  libgnu_a_SOURCES += setenv.h Line 141  libgnu_a_SOURCES += setenv.h
141  BUILT_SOURCES += $(STDBOOL_H)  BUILT_SOURCES += $(STDBOOL_H)
142  EXTRA_DIST += stdbool_.h  EXTRA_DIST += stdbool_.h
143    
144  # We need the following in order to create an <stdbool.h> when the system  # We need the following in order to create <stdbool.h> when the system
145  # doesn't have one that works.  # doesn't have one that works.
 all-local $(libgnu_a_OBJECTS): $(STDBOOL_H)  
146  stdbool.h: stdbool_.h  stdbool.h: stdbool_.h
147          sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > $@-t          sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > $@-t
148          mv $@-t $@          mv $@-t $@
# Line 171  MOSTLYCLEANFILES += stdbool.h stdbool.h- Line 155  MOSTLYCLEANFILES += stdbool.h stdbool.h-
155  BUILT_SOURCES += $(STDINT_H)  BUILT_SOURCES += $(STDINT_H)
156  EXTRA_DIST += stdint_.h  EXTRA_DIST += stdint_.h
157    
158  # We need the following in order to create an <stdint.h> when the system  # We need the following in order to create <stdint.h> when the system
159  # doesn't have one that works with the given compiler.  # doesn't have one that works with the given compiler.
 all-local $(libgnu_a_OBJECTS): $(STDINT_H)  
160  stdint.h: stdint_.h  stdint.h: stdint_.h
161          sed -e 's/@''HAVE_LONG_64BIT''@/$(HAVE_LONG_64BIT)/g;s/@''HAVE_LONG_LONG_64BIT@/$(HAVE_LONG_LONG_64BIT)/g' < $(srcdir)/stdint_.h > $@-t          sed -e 's/@''HAVE_LONG_64BIT''@/$(HAVE_LONG_64BIT)/g;s/@''HAVE_LONG_LONG_64BIT@/$(HAVE_LONG_LONG_64BIT)/g' < $(srcdir)/stdint_.h > $@-t
162          mv $@-t $@          mv $@-t $@

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

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