summaryrefslogtreecommitdiff
path: root/tutorial/cpp
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2014-10-03 20:42:54 +0200
committerJens Geyer <jensg@apache.org>2014-10-03 20:42:54 +0200
commit79f988c27ac97b7a89e6c78a64da2f3a2f65d916 (patch)
tree46358895d7630b0fd10590068450bef9ef151320 /tutorial/cpp
parentaaa8947f3a149d38dd4bfd395573860c2f18ea93 (diff)
downloadthrift-79f988c27ac97b7a89e6c78a64da2f3a2f65d916.tar.gz
THRIFT-2768: Whitespace Fixup
Client: General (Makefile.am) Patch: Jens Geyer Reverted makefile.am - tabs are not optional there
Diffstat (limited to 'tutorial/cpp')
-rwxr-xr-xtutorial/cpp/Makefile.am52
1 files changed, 26 insertions, 26 deletions
diff --git a/tutorial/cpp/Makefile.am b/tutorial/cpp/Makefile.am
index bff2417a8..918adb2ad 100755
--- a/tutorial/cpp/Makefile.am
+++ b/tutorial/cpp/Makefile.am
@@ -19,40 +19,40 @@
.NOTPARALLEL:
noinst_LTLIBRARIES = libtutorialgencpp.la
nodist_libtutorialgencpp_la_SOURCES = \
- gen-cpp/Calculator.cpp \
- gen-cpp/Calculator.h \
- gen-cpp/SharedService.cpp \
- gen-cpp/SharedService.h \
- gen-cpp/shared_constants.cpp \
- gen-cpp/shared_constants.h \
- gen-cpp/shared_types.cpp \
- gen-cpp/shared_types.h \
- gen-cpp/tutorial_constants.cpp \
- gen-cpp/tutorial_constants.h \
- gen-cpp/tutorial_types.cpp \
- gen-cpp/tutorial_types.h
+ gen-cpp/Calculator.cpp \
+ gen-cpp/Calculator.h \
+ gen-cpp/SharedService.cpp \
+ gen-cpp/SharedService.h \
+ gen-cpp/shared_constants.cpp \
+ gen-cpp/shared_constants.h \
+ gen-cpp/shared_types.cpp \
+ gen-cpp/shared_types.h \
+ gen-cpp/tutorial_constants.cpp \
+ gen-cpp/tutorial_constants.h \
+ gen-cpp/tutorial_types.cpp \
+ gen-cpp/tutorial_types.h
libtutorialgencpp_la_LIBADD = $(top_builddir)/lib/cpp/libthrift.la
noinst_PROGRAMS = \
- TutorialServer \
- TutorialClient
+ TutorialServer \
+ TutorialClient
TutorialServer_SOURCES = \
- CppServer.cpp
+ CppServer.cpp
TutorialServer_LDADD = \
- libtutorialgencpp.la \
- $(top_builddir)/lib/cpp/libthrift.la
+ libtutorialgencpp.la \
+ $(top_builddir)/lib/cpp/libthrift.la
TutorialClient_SOURCES = \
- CppClient.cpp
+ CppClient.cpp
TutorialClient_LDADD = \
- libtutorialgencpp.la \
- $(top_builddir)/lib/cpp/libthrift.la
+ libtutorialgencpp.la \
+ $(top_builddir)/lib/cpp/libthrift.la
#
# Common thrift code generation rules
@@ -60,21 +60,21 @@ TutorialClient_LDADD = \
THRIFT = $(top_builddir)/compiler/cpp/thrift
gen-cpp/Calculator.cpp gen-cpp/tutorial_types.cpp gen-cpp/tutorial_constants.cpp: $(top_srcdir)/tutorial/tutorial.thrift
- $(THRIFT) --gen cpp -r $<
+ $(THRIFT) --gen cpp -r $<
AM_CPPFLAGS = $(BOOST_CPPFLAGS) $(LIBEVENT_CPPFLAGS) -I$(top_srcdir)/lib/cpp/src -Igen-cpp
AM_CXXFLAGS = -Wall
AM_LDFLAGS = $(BOOST_LDFLAGS) $(LIBEVENT_LDFLAGS)
clean-local:
- $(RM) -r gen-cpp
+ $(RM) -r gen-cpp
tutorialserver: all
- ./TutorialServer
+ ./TutorialServer
tutorialclient: all
- ./TutorialClient
+ ./TutorialClient
EXTRA_DIST = \
- CppClient.cpp \
- CppServer.cpp
+ CppClient.cpp \
+ CppServer.cpp