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

Diff of /classpath/examples/Makefile.am

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

revision 1.1.2.7 by gnu_andrew, Wed Nov 2 22:05:20 2005 UTC revision 1.1.2.8 by gnu_andrew, Sun Nov 27 21:00:36 2005 UTC
# Line 20  endif Line 20  endif
20  endif  endif
21    
22  # All our example java source files  # All our example java source files
23  EXAMPLE_JAVA_FILES = $(srcdir)/gnu/classpath/examples/*/*.java  EXAMPLE_JAVA_FILES = $(srcdir)/gnu/classpath/examples/*/*.java $(srcdir)/gnu/classpath/examples/*/*/*.java $(srcdir)/gnu/classpath/examples/*/*/*/*.java
24    
25  # The example C source files  # The example C source files
26  EXAMPLE_C_FILES = $(srcdir)/gnu/classpath/examples/*/*.c  EXAMPLE_C_FILES = $(srcdir)/gnu/classpath/examples/*/*.c
# Line 34  BUILT_SOURCES = $(EXAMPLE_ZIP) Line 34  BUILT_SOURCES = $(EXAMPLE_ZIP)
34  # the png icons we use in some of the examples.  # the png icons we use in some of the examples.
35  EXAMPLE_ICONS = $(srcdir)/gnu/classpath/examples/icons/*.png  EXAMPLE_ICONS = $(srcdir)/gnu/classpath/examples/icons/*.png
36    
37    # The example specific README files.
38    READMES = $(srcdir)/gnu/classpath/examples/CORBA/swing/README.html
39    
40  # All the files we find "interesting"  # All the files we find "interesting"
41  ALL_EXAMPLE_FILES = $(EXAMPLE_JAVA_FILES) $(EXAMPLE_C_FILES) $(EXAMPLE_ICONS)  ALL_EXAMPLE_FILES = $(EXAMPLE_JAVA_FILES) $(EXAMPLE_C_FILES) $(EXAMPLE_ICONS) $(READMES)
42    
43  # Some architecture independent data to be installed.  # Some architecture independent data to be installed.
44  example_DATA = $(EXAMPLE_ZIP) README  example_DATA = $(EXAMPLE_ZIP) README

Legend:
Removed from v.1.1.2.7  
changed lines
  Added in v.1.1.2.8

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