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

Diff of /ccvs/lib/Makefile.am

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

revision 1.99 by dprice, Tue May 24 20:11:29 2005 UTC revision 1.100 by dprice, Fri Aug 12 20:58:10 2005 UTC
# Line 64  libcvs_a_LIBADD += @ALLOCA@ Line 64  libcvs_a_LIBADD += @ALLOCA@
64  BUILT_SOURCES += $(ALLOCA_H)  BUILT_SOURCES += $(ALLOCA_H)
65  EXTRA_DIST += alloca_.h  EXTRA_DIST += alloca_.h
66    
67  # 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
68  # doesn't have one that works with the given compiler.  # doesn't have one that works with the given compiler.
 all-local $(libcvs_a_OBJECTS): $(ALLOCA_H)  
69  alloca.h: alloca_.h  alloca.h: alloca_.h
70          cp $(srcdir)/alloca_.h $@-t          cp $(srcdir)/alloca_.h $@-t
71          mv $@-t $@          mv $@-t $@
# Line 112  libcvs_a_SOURCES += exit.h Line 111  libcvs_a_SOURCES += exit.h
111  BUILT_SOURCES += $(FNMATCH_H)  BUILT_SOURCES += $(FNMATCH_H)
112  EXTRA_DIST += fnmatch_.h fnmatch_loop.c  EXTRA_DIST += fnmatch_.h fnmatch_loop.c
113    
114  # 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
115  # doesn't have one that supports the required API.  # doesn't have one that supports the required API.
 all-local $(libcvs_a_OBJECTS): $(FNMATCH_H)  
116  fnmatch.h: fnmatch_.h  fnmatch.h: fnmatch_.h
117          cp $(srcdir)/fnmatch_.h $@-t          cp $(srcdir)/fnmatch_.h $@-t
118          mv $@-t $@          mv $@-t $@
# Line 149  EXTRA_DIST += getdate.c Line 147  EXTRA_DIST += getdate.c
147    
148  ## end   gnulib module getdate  ## end   gnulib module getdate
149    
 ## begin gnulib module getline  
   
 EXTRA_DIST += getndelim2.h getndelim2.c  
   
 ## end   gnulib module getline  
   
150  ## begin gnulib module getndelim2  ## begin gnulib module getndelim2
151    
152  EXTRA_DIST += getndelim2.h getndelim2.c  EXTRA_DIST += getndelim2.h getndelim2.c
# Line 172  libcvs_a_SOURCES += getnline.h getnline. Line 164  libcvs_a_SOURCES += getnline.h getnline.
164  BUILT_SOURCES += $(GETOPT_H)  BUILT_SOURCES += $(GETOPT_H)
165  EXTRA_DIST += getopt_.h getopt_int.h  EXTRA_DIST += getopt_.h getopt_int.h
166    
167  # 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
168  # doesn't have one that works with the given compiler.  # doesn't have one that works with the given compiler.
 all-local $(libcvs_a_OBJECTS): $(GETOPT_H)  
169  getopt.h: getopt_.h  getopt.h: getopt_.h
170          cp $(srcdir)/getopt_.h $@-t          cp $(srcdir)/getopt_.h $@-t
171          mv $@-t $@          mv $@-t $@
# Line 182  MOSTLYCLEANFILES += getopt.h getopt.h-t Line 173  MOSTLYCLEANFILES += getopt.h getopt.h-t
173    
174  ## end   gnulib module getopt  ## end   gnulib module getopt
175    
176  ## begin gnulib module gettext  ## begin gnulib module gettext-h
177    
178  libcvs_a_SOURCES += gettext.h  libcvs_a_SOURCES += gettext.h
179    
180  ## end   gnulib module gettext  ## end   gnulib module gettext-h
181    
182  ## begin gnulib module minmax  ## begin gnulib module minmax
183    
# Line 194  libcvs_a_SOURCES += minmax.h Line 185  libcvs_a_SOURCES += minmax.h
185    
186  ## end   gnulib module minmax  ## end   gnulib module minmax
187    
 ## begin gnulib module regex  
   
 libcvs_a_SOURCES += regex.h  
   
 ## end   gnulib module regex  
   
188  ## begin gnulib module setenv  ## begin gnulib module setenv
189    
190  libcvs_a_SOURCES += setenv.h  libcvs_a_SOURCES += setenv.h
# Line 211  libcvs_a_SOURCES += setenv.h Line 196  libcvs_a_SOURCES += setenv.h
196  BUILT_SOURCES += $(STDBOOL_H)  BUILT_SOURCES += $(STDBOOL_H)
197  EXTRA_DIST += stdbool_.h  EXTRA_DIST += stdbool_.h
198    
199  # 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
200  # doesn't have one that works.  # doesn't have one that works.
 all-local $(libcvs_a_OBJECTS): $(STDBOOL_H)  
201  stdbool.h: stdbool_.h  stdbool.h: stdbool_.h
202          sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' \          sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' \
203                  < $(srcdir)/stdbool_.h > $@-t                  < $(srcdir)/stdbool_.h > $@-t
# Line 227  MOSTLYCLEANFILES += stdbool.h stdbool.h- Line 211  MOSTLYCLEANFILES += stdbool.h stdbool.h-
211  BUILT_SOURCES += $(STDINT_H)  BUILT_SOURCES += $(STDINT_H)
212  EXTRA_DIST += stdint_.h  EXTRA_DIST += stdint_.h
213    
214  # 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
215  # doesn't have one that works with the given compiler.  # doesn't have one that works with the given compiler.
 all-local $(libcvs_a_OBJECTS): $(STDINT_H)  
216  stdint.h: stdint_.h  stdint.h: stdint_.h
217          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
218          mv $@-t $@          mv $@-t $@

Legend:
Removed from v.1.99  
changed lines
  Added in v.1.100

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