diff options
| author | frsyuki <frsyuki@users.sourceforge.jp> | 2009-08-19 17:47:22 +0900 |
|---|---|---|
| committer | frsyuki <frsyuki@users.sourceforge.jp> | 2009-08-19 17:47:22 +0900 |
| commit | 3a39accb0b9e4fa6cebc1bafc5086366b5014778 (patch) | |
| tree | dec5688f387a4e95f354e844c09c1d817d7103a4 /cpp | |
| parent | 387eca6fbf8c18bf32f35eeb7dab53f2be670c33 (diff) | |
| download | msgpack-python-3a39accb0b9e4fa6cebc1bafc5086366b5014778.tar.gz | |
cpp: preprocess eruby templates on ./bootstrap; released package doesn't require erb
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/Makefile.am | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am index f9d1fec..2c11535 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -27,31 +27,6 @@ nobase_include_HEADERS = \ msgpack/type/tuple.hpp \ msgpack/type/define.hpp -# FIXME -object.lo: msgpack/type/tuple.hpp msgpack/type/define.hpp msgpack/zone.hpp - -msgpack/type/tuple.hpp: msgpack/type/tuple.hpp.erb - $(ERB) $< > $@.tmp - mv $@.tmp $@ - -msgpack/type/define.hpp: msgpack/type/define.hpp.erb - $(ERB) $< > $@.tmp - mv $@.tmp $@ - -msgpack/zone.hpp: msgpack/zone.hpp.erb - $(ERB) $< > $@.tmp - mv $@.tmp $@ - -MOSTLYCLEANFILES = \ - msgpack/type/tuple.hpp \ - msgpack/type/define.hpp \ - msgpack/zone.hpp - -EXTRA_DIST = \ - msgpack/type/tuple.hpp.erb \ - msgpack/type/define.hpp.erb \ - msgpack/zone.hpp.erb - libmsgpack_la_LIBADD = -L../c -lmsgpackc # -version-info CURRENT:REVISION:AGE |
