| | 1 | ## Makefile.am -- Process this file with automake to produce Makefile.in |
| | 2 | |
| | 3 | ## This is the Automake master-file. It includes the other "fragments" |
| | 4 | ## as necessary (based on what configure.ac suggests). |
| | 5 | |
| | 6 | ## This will be copied verbatim to the generated Makefile.in and |
| | 7 | ## Makefile. |
| | 8 | ## |
| | 9 | # This file has been generated automatically. Any changes made to this |
| | 10 | # file will be *lost*. |
| | 11 | |
| | 12 | ## Include the rules common to many of the executables. |
| | 13 | ## |
| | 14 | include $(srcdir)/Common.am |
| | 15 | |
| | 16 | ## Because each individual makefile expands bin_PROGRAMS with '+=', it |
| | 17 | ## must have been previously set, even if it's empty. |
| | 18 | ## |
| | 19 | bin_PROGRAMS = frob |
| | 20 | |
| | 21 | ## If we should build the compilers, include their makefiles. |
| | 22 | ## |
| | 23 | if BUILD_T2_COMPILER |
| | 24 | include $(srcdir)/t2compiler/Makefile.am |
| | 25 | endif |
| | 26 | |
| | 27 | if BUILD_T3_COMPILER |
| | 28 | include $(srcdir)/t3compiler/Makefile.am |
| | 29 | endif |
| | 30 | |
| | 31 | ## Ditto for the interpreter. |
| | 32 | ## |
| | 33 | if BUILD_INTERPRETER |
| | 34 | include Frob.am |
| | 35 | endif |