]> git.pld-linux.org Git - packages/ORBit2.git/commitdiff
- outdated.
authorkloczek <kloczek@pld-linux.org>
Sun, 17 Feb 2002 17:30:16 +0000 (17:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ORBit2-Makefile.shared -> 1.2

ORBit2-Makefile.shared [deleted file]

diff --git a/ORBit2-Makefile.shared b/ORBit2-Makefile.shared
deleted file mode 100644 (file)
index d4fc7e1..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-IDL_COMPILER = $(top_builddir)/src/idl-compiler/orbit-idl-2
-
-%.h %-stubs.c %-skels.c %-common.c %-imodule.c %-skelimpl.c: $(IDL_DIR)%.idl $(IDL_COMPILER)
-       -(rm -f $(*).h $(*)-stubs.c $(*)-skels.c $(*)-common.c $(*)-imodule.c $(*)-skelimpl.c || true) > /dev/null
-       $(IDL_COMPILER) $(IDL_FLAGS) --deps $(*D)/.deps/$(*F).idl.P $< 
-       for I in $(*).h $(*)-stubs.c $(*)-skels.c $(*)-common.c $(*)-imodule.c $(*)-skelimpl.c; do \
-               if test -f $$I; then \
-                       sed -e 's,OObject,Object,g' -e 's,TTypeCode,TypeCode,g' $$I > $$I.out; \
-                       mv $$I.out $$I ; \
-               fi; \
-       done
-
-if MAINTAINER_MODE
-IDL_DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
-IDL_DEP_FILES = $(IDL_FILES:%.idl=.deps/%.idl.P)
--include $(IDL_DEP_FILES)
-distclean-local:
-       -rm -rf .deps
-endif
This page took 0.026733 seconds and 4 git commands to generate.