/[classpath]/classpath/include/Makefile.am
ViewVC logotype

Diff of /classpath/include/Makefile.am

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

revision 1.42 by mkoch, Sat Apr 16 11:05:07 2005 UTC revision 1.43 by smarothy, Mon Apr 18 11:35:13 2005 UTC
# Line 72  $(top_srcdir)/include/gnu_java_net_Plain Line 72  $(top_srcdir)/include/gnu_java_net_Plain
72  $(top_srcdir)/include/gnu_java_nio_VMPipe.h \  $(top_srcdir)/include/gnu_java_nio_VMPipe.h \
73  $(top_srcdir)/include/gnu_java_nio_VMSelector.h \  $(top_srcdir)/include/gnu_java_nio_VMSelector.h \
74  $(top_srcdir)/include/gnu_java_nio_channels_FileChannelImpl.h \  $(top_srcdir)/include/gnu_java_nio_channels_FileChannelImpl.h \
75    $(top_srcdir)/include/gnu_java_nio_charset_iconv_IconvEncoder.h \
76    $(top_srcdir)/include/gnu_java_nio_charset_iconv_IconvDecoder.h \
77  $(top_srcdir)/include/java_io_VMFile.h \  $(top_srcdir)/include/java_io_VMFile.h \
78  $(top_srcdir)/include/java_io_VMObjectInputStream.h \  $(top_srcdir)/include/java_io_VMObjectInputStream.h \
79  $(top_srcdir)/include/java_io_VMObjectStreamClass.h \  $(top_srcdir)/include/java_io_VMObjectStreamClass.h \
# Line 139  $(top_srcdir)/include/java_nio_MappedByt Line 141  $(top_srcdir)/include/java_nio_MappedByt
141          $(JAVAH) -o $@ java.nio.MappedByteBufferImpl          $(JAVAH) -o $@ java.nio.MappedByteBufferImpl
142  $(top_srcdir)/include/gnu_java_nio_channels_FileChannelImpl.h: $(top_srcdir)/gnu/java/nio/channels/FileChannelImpl.java  $(top_srcdir)/include/gnu_java_nio_channels_FileChannelImpl.h: $(top_srcdir)/gnu/java/nio/channels/FileChannelImpl.java
143          $(JAVAH) -o $@ gnu.java.nio.channels.FileChannelImpl          $(JAVAH) -o $@ gnu.java.nio.channels.FileChannelImpl
144    $(top_srcdir)/include/gnu_java_nio_charset_iconv_IconvDecoder.h: $(top_srcdir)/gnu/java/nio/charset/iconv/IconvDecoder.java
145            $(JAVAH) -o $@ gnu.java.nio.charset.iconv.IconvDecoder
146    $(top_srcdir)/include/gnu_java_nio_charset_iconv_IconvEncoder.h: $(top_srcdir)/gnu/java/nio/charset/iconv/IconvEncoder.java
147            $(JAVAH) -o $@ gnu.java.nio.charset.iconv.IconvEncoder
148  $(top_srcdir)/include/java_util_VMTimeZone.h: $(top_srcdir)/vm/reference/java/util/VMTimeZone.java  $(top_srcdir)/include/java_util_VMTimeZone.h: $(top_srcdir)/vm/reference/java/util/VMTimeZone.java
149          $(JAVAH) -o $@ java.util.VMTimeZone          $(JAVAH) -o $@ java.util.VMTimeZone
150    

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

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