[hydra-commits] kpfleming: branch techdemo/kpfleming/slicing r562 - /techdemo/team/kpfleming/...
SVN commits to the Hydra project
hydra-commits at lists.digium.com
Thu Apr 1 17:08:34 CDT 2010
Author: kpfleming
Date: Thu Apr 1 17:08:33 2010
New Revision: 562
URL: https://origsvn.digium.com/svn-view/hydra?view=rev&rev=562
Log:
begin importing stuff
Added:
techdemo/team/kpfleming/slicing/Makefile (with props)
Added: techdemo/team/kpfleming/slicing/Makefile
URL: https://origsvn.digium.com/svn-view/hydra/techdemo/team/kpfleming/slicing/Makefile?view=auto&rev=562
==============================================================================
--- techdemo/team/kpfleming/slicing/Makefile (added)
+++ techdemo/team/kpfleming/slicing/Makefile Thu Apr 1 17:08:33 2010
@@ -1,0 +1,22 @@
+# **********************************************************************
+#
+# Copyright (c) 2003-2010 ZeroC, Inc. All rights reserved.
+#
+# This copy of Ice is licensed to you under the terms described in the
+# ICE_LICENSE file included in this distribution.
+#
+# **********************************************************************
+
+top_srcdir = ../../..
+
+include $(top_srcdir)/config/Make.rules
+
+SUBDIRS = exceptions \
+ objects
+
+$(EVERYTHING)::
+ @for subdir in $(SUBDIRS); \
+ do \
+ echo "making $@ in $$subdir"; \
+ ( cd $$subdir && $(MAKE) $@ ) || exit 1; \
+ done
Propchange: techdemo/team/kpfleming/slicing/Makefile
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: techdemo/team/kpfleming/slicing/Makefile
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Propchange: techdemo/team/kpfleming/slicing/Makefile
------------------------------------------------------------------------------
svn:mime-type = text/plain
More information about the asterisk-scf-commits
mailing list