diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-11-13 22:17:54 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-11-13 22:17:54 +0000 |
commit | 186142d1df946a0b81fd4fb2ee7c9c09dcf05b33 (patch) | |
tree | 822021fbc35f6ac2d25dcf5c11b9eca8582d8896 /cpp/src/slice2cpp | |
parent | fix for implicit parser/scanner rules (diff) | |
download | ice-186142d1df946a0b81fd4fb2ee7c9c09dcf05b33.tar.bz2 ice-186142d1df946a0b81fd4fb2ee7c9c09dcf05b33.tar.xz ice-186142d1df946a0b81fd4fb2ee7c9c09dcf05b33.zip |
adding make install
Diffstat (limited to 'cpp/src/slice2cpp')
-rw-r--r-- | cpp/src/slice2cpp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/slice2cpp/Makefile b/cpp/src/slice2cpp/Makefile index 1990db92f79..ff7ddd789cc 100644 --- a/cpp/src/slice2cpp/Makefile +++ b/cpp/src/slice2cpp/Makefile @@ -31,4 +31,7 @@ $(NAME): $(OBJS) rm -f $@ $(CXX) $(LDFLAGS) -o $@ $(OBJS) -lSlice $(BASELIBS) +install:: all + $(INSTALL_PROGRAM) $(NAME) $(install_bindir) + include .depend |