cfad47cfa3/Makefile.am
Commiter: Nikos Chantziaras
Author: Nikos Chantziaras
Revision: cfad47cfa3
File Size: 894 Bytes
(June 01, 2009 20:54 UTC) Almost 3 years ago
Initial commit.
## Makefile.am -- Process this file with automake to produce Makefile.in ## This is the Automake master-file. It includes the other "fragments" ## as necessary (based on what configure.ac suggests). ## This will be copied verbatim to the generated Makefile.in and ## Makefile. ## # This file has been generated automatically. Any changes made to this # file will be *lost*. ## Include the rules common to many of the executables. ## include $(srcdir)/Common.am ## Because each individual makefile expands bin_PROGRAMS with '+=', it ## must have been previously set, even if it's empty. ## bin_PROGRAMS = frob ## If we should build the compilers, include their makefiles. ## if BUILD_T2_COMPILER include $(srcdir)/t2compiler/Makefile.am endif if BUILD_T3_COMPILER include $(srcdir)/t3compiler/Makefile.am endif ## Ditto for the interpreter. ## if BUILD_INTERPRETER include Frob.am endif |