diff liboctave/Makefile.in @ 9648:11844593875a

eliminate oct-dlldefs.h and oct-types.h
author John W. Eaton <jwe@octave.org>
date Thu, 17 Sep 2009 17:25:37 -0400
parents baeecd69fd44
children 9bc642ea9006
line wrap: on
line diff
--- a/liboctave/Makefile.in	Wed Sep 16 13:41:49 2009 +0200
+++ b/liboctave/Makefile.in	Thu Sep 17 17:25:37 2009 -0400
@@ -104,7 +104,7 @@
 	sparse-util.h sun-utils.h sysdir.h systime.h syswait.h \
 	$(MATRIX_INC)
 
-BUILT_INCLUDES := oct-types.h mx-ops.h \
+BUILT_INCLUDES := mx-ops.h \
 	$(OPT_INC) \
 	$(MX_OP_INC) \
 	$(VX_OP_INC) \
@@ -200,7 +200,7 @@
 INCLUDES_FOR_INSTALL := $(INCLUDES) $(BUILT_INCLUDES) $(TEMPLATE_SRC) $(EXTRAS)
 
 DISTFILES := $(addprefix $(srcdir)/, Makefile.in ChangeLog mk-ops.awk \
-	mx-ops vx-ops sparse-mk-ops.awk sparse-mx-ops oct-types.h.in \
+	mx-ops vx-ops sparse-mk-ops.awk sparse-mx-ops \
 	$(TEMPLATE_SRC) \
 	$(LIBOCTAVE_CXX_SOURCES) \
 	$(LIBOCT_READLINE_SOURCES) \
@@ -365,7 +365,7 @@
 
 distclean maintainer-clean: clean
 	rm -f tags TAGS
-	rm -f Makefile so_locations oct-types.h $(PREREQ)
+	rm -f Makefile so_locations $(PREREQ)
 .PHONY: distclean maintainer-clean
 
 dist: $(PREREQ)