Skip to content

Commit

Permalink
Remove 313 compatibility and some old build rules
Browse files Browse the repository at this point in the history
  • Loading branch information
anjohnson committed Oct 12, 2010
1 parent 70067d1 commit fc43152
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 35 deletions.
16 changes: 0 additions & 16 deletions configure/CONFIG_SITE
Original file line number Diff line number Diff line change
Expand Up @@ -139,22 +139,6 @@ HOST_WARN=YES
# must be either YES or NO
CROSS_WARN=YES

# Create and/or install perl build tools for R3.13 extension builds?
# must be either YES or NO
#
# NOTE: Set to YES only if you have existing R3.13 extensions to be
# built with this base
#
#COMPAT_TOOLS_313=YES

# Create and/or install files for R3.13 ioc application and extension builds?
# must be either YES or NO
#
# NOTE: Set to YES only if you have existing R3.13 ioc applications
# and extensions to be built with this base
#
COMPAT_313=NO

# Installation directory
# If you don't want to install into $(TOP) dir then
# define INSTALL_LOCATION here
Expand Down
19 changes: 0 additions & 19 deletions configure/RULES_BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -245,21 +245,6 @@ endif
@$(RM) $@
$(MV) lex.yy.c $@

# Adl2dl rule
%.dl : ../%.adl
@$(RM) $@
-$(ADL2DL) $< $@

# Mangen Rule:
%.1:%
$(MANGEN) -s $<
$(MV) $(<F).nr $(<F).1

# Mangen Rule:
%.1:../%
$(MANGEN) -s $<
$(MV) $(<F).nr $(<F).1

# WIN95/NT source browser
ifdef BAF

Expand All @@ -270,10 +255,6 @@ $(LIB_BAF): $(addsuffix $(BOF),$(basename $(LIBRARY_LD_OBJS)))

endif

ifneq (,$(wildcard ../baseLIBOBJS))
$(LIBNAME): ../baseLIBOBJS
endif

$(LIBNAME): $(LIBRARY_OBJS)

$(DLL_LINK_LIBNAME): $(LIBRARY_OBJS) $(LIBRARY_RESS) $(SHRLIB_DEPLIBS)
Expand Down

0 comments on commit fc43152

Please sign in to comment.