thrift/compiler/cpp/Makefile.am
Mark Slee eb0d024ee1 Full automake/autoconf compliance for thrift
Summary: Including the compiler!!!

Reviewed By: automake


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664949 13f79535-47bb-0310-9956-ffa450edef68
2007-01-25 07:58:55 +00:00

24 lines
592 B
Makefile

AM_YFLAGS = -d
bin_PROGRAMS = thrift
thrift_OBJDIR = obj
thrift_SOURCES = src/thrifty.yy \
src/thriftl.ll \
src/main.cc \
src/generate/t_generator.cc \
src/generate/t_cpp_generator.cc \
src/generate/t_java_generator.cc \
src/generate/t_php_generator.cc \
src/generate/t_xsd_generator.cc \
src/generate/t_py_generator.cc
thrift_CXXFLAGS = -Wall -Isrc
thrift_LDFLAGS = -Wall
thrift_LDADD = @LEXLIB@
clean-local:
rm -rf thriftl.cc thrifty.cc thrifty.h