summaryrefslogtreecommitdiff
path: root/zkServerFileSetup/Release/src
diff options
context:
space:
mode:
authorMike Smith <mike.smith@codethink.co.uk>2014-12-05 11:58:32 +0000
committerMike Smith <mike.smith@codethink.co.uk>2014-12-05 11:58:32 +0000
commit6b4860aa735a4ec49f6ad3acf64d4c758eff6423 (patch)
treec4de35433858c734509d8fa21c82842c6aab0c0a /zkServerFileSetup/Release/src
parente188e8adc868a7cbd5b28a57b0c45bf1bbdff9a4 (diff)
downloadzookeeper-test-6b4860aa735a4ec49f6ad3acf64d4c758eff6423.tar.gz
added release and make files for srver setup
Diffstat (limited to 'zkServerFileSetup/Release/src')
-rw-r--r--zkServerFileSetup/Release/src/subdir.mk24
1 files changed, 24 insertions, 0 deletions
diff --git a/zkServerFileSetup/Release/src/subdir.mk b/zkServerFileSetup/Release/src/subdir.mk
new file mode 100644
index 0000000..c360d30
--- /dev/null
+++ b/zkServerFileSetup/Release/src/subdir.mk
@@ -0,0 +1,24 @@
+################################################################################
+# Automatically-generated file. Do not edit!
+################################################################################
+
+# Add inputs and outputs from these tool invocations to the build variables
+CPP_SRCS += \
+../src/zkServerFileSetup.cpp
+
+OBJS += \
+./src/zkServerFileSetup.o
+
+CPP_DEPS += \
+./src/zkServerFileSetup.d
+
+
+# Each subdirectory must supply rules for building sources it contributes
+src/%.o: ../src/%.cpp
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C++ Compiler'
+ g++ -I/usr/include/zookeeper -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+