Skip to content

Commit

Permalink
remove deprecated_ops dynops lib
Browse files Browse the repository at this point in the history
this is now empty and can be removed
  • Loading branch information
plobsing committed Nov 17, 2010
1 parent f9e38eb commit 79397d3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 53 deletions.
1 change: 0 additions & 1 deletion src/dynoplibs/Defines.in
@@ -1,7 +1,6 @@
DYNOPLIBS_TARGETS = \
$(DYNEXT_DIR)/obscure_ops$(LOAD_EXT) \
$(DYNEXT_DIR)/math_ops$(LOAD_EXT) \
$(DYNEXT_DIR)/deprecated_ops$(LOAD_EXT) \
$(DYNEXT_DIR)/trans_ops$(LOAD_EXT) \
$(DYNEXT_DIR)/bit_ops$(LOAD_EXT) \
$(DYNEXT_DIR)/debug_ops$(LOAD_EXT) \
Expand Down
15 changes: 0 additions & 15 deletions src/dynoplibs/Rules.in
Expand Up @@ -39,21 +39,6 @@ src/dynoplibs/math_ops.h: src/dynoplibs/math_ops.c

#########################

$(DYNEXT_DIR)/deprecated_ops$(LOAD_EXT): src/dynoplibs/deprecated_ops$(O) $(LIBPARROT)
$(LD) @ld_out@$@ src/dynoplibs/deprecated_ops$(O) $(LINKARGS)
#IF(win32): if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$@;2
#IF(cygwin or hpux): $(CHMOD) 0775 $@

src/dynoplibs/deprecated_ops$(O): $(DYNOP_O_DEPS) \
src/dynoplibs/deprecated_ops.c src/dynoplibs/deprecated_ops.h

src/dynoplibs/deprecated_ops.h: src/dynoplibs/deprecated_ops.c

src/dynoplibs/deprecated_ops.c: src/dynoplibs/deprecated.ops $(OPS2C)
$(OPS2C) --dynamic src/dynoplibs/deprecated.ops --quiet

#########################

$(DYNEXT_DIR)/trans_ops$(LOAD_EXT): src/dynoplibs/trans_ops$(O) $(LIBPARROT)
$(LD) @ld_out@$@ src/dynoplibs/trans_ops$(O) $(LINKARGS)
#IF(win32): if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$@;2
Expand Down
37 changes: 0 additions & 37 deletions src/dynoplibs/deprecated.ops

This file was deleted.

0 comments on commit 79397d3

Please sign in to comment.