/[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.32 by mkoch, Fri Oct 22 10:11:11 2004 UTC revision 1.33 by mkoch, Sun Nov 21 11:03:46 2004 UTC
# Line 62  $(top_srcdir)/include/java_lang_VMSystem Line 62  $(top_srcdir)/include/java_lang_VMSystem
62  $(top_srcdir)/include/java_lang_reflect_Array.h \  $(top_srcdir)/include/java_lang_reflect_Array.h \
63  $(top_srcdir)/include/java_net_InetAddress.h \  $(top_srcdir)/include/java_net_InetAddress.h \
64  $(top_srcdir)/include/java_net_NetworkInterface.h \  $(top_srcdir)/include/java_net_NetworkInterface.h \
65  $(top_srcdir)/include/java_nio_DirectByteBufferImpl.h \  $(top_srcdir)/include/java_nio_VMDirectByteBuffer.h \
66  $(top_srcdir)/include/java_nio_MappedByteBufferImpl.h \  $(top_srcdir)/include/java_nio_MappedByteBufferImpl.h \
67  $(top_srcdir)/include/java_nio_channels_Channels.h \  $(top_srcdir)/include/java_nio_channels_Channels.h \
68  $(top_srcdir)/include/java_util_VMTimeZone.h  $(top_srcdir)/include/java_util_VMTimeZone.h
# Line 183  $(top_srcdir)/include/java_net_InetAddre Line 183  $(top_srcdir)/include/java_net_InetAddre
183          $(JAVAH) -o $@ java.net.InetAddress          $(JAVAH) -o $@ java.net.InetAddress
184  $(top_srcdir)/include/java_net_NetworkInterface.h: $(top_srcdir)/java/net/NetworkInterface.java  $(top_srcdir)/include/java_net_NetworkInterface.h: $(top_srcdir)/java/net/NetworkInterface.java
185          $(JAVAH) -o $@ java.net.NetworkInterface          $(JAVAH) -o $@ java.net.NetworkInterface
186  $(top_srcdir)/include/java_nio_DirectByteBufferImpl.h: $(top_srcdir)/java/nio/DirectByteBufferImpl.java  $(top_srcdir)/include/java_nio_VMDirectByteBuffer.h: $(top_srcdir)/vm/reference/java/nio/VMDirectByteBuffer.java
187          $(JAVAH) -o $@ java.nio.DirectByteBufferImpl          $(JAVAH) -o $@ java.nio.VMDirectByteBuffer
188  $(top_srcdir)/include/java_nio_MappedByteBufferImpl.h: $(top_srcdir)/java/nio/MappedByteBufferImpl.java  $(top_srcdir)/include/java_nio_MappedByteBufferImpl.h: $(top_srcdir)/java/nio/MappedByteBufferImpl.java
189          $(JAVAH) -o $@ java.nio.MappedByteBufferImpl          $(JAVAH) -o $@ java.nio.MappedByteBufferImpl
190  $(top_srcdir)/include/java_nio_channels_Channels.h: $(top_srcdir)/java/nio/channels/Channels.java  $(top_srcdir)/include/java_nio_channels_Channels.h: $(top_srcdir)/java/nio/channels/Channels.java

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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