cb5ee7e3ae/Makefile.am

User picture

Commiter: Nikos Chantziaras

Author: Nikos Chantziaras

Revision: cb5ee7e3ae


File Size: 889 Bytes

(June 27, 2009 14:24 UTC) Almost 3 years ago

Remove "frob" from bin_PROGRAMS of Makefile.am

This was placed there by mistake and breaks "make install".

 
Show/hide line numbers
## 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 =

## 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