comparison libcruft/misc/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 32b15d5c3147
children
comparison
equal deleted inserted replaced
9647:54f45f883a53 9648:11844593875a
33 33
34 CXXSRC = f77-extern.cc quit.cc 34 CXXSRC = f77-extern.cc quit.cc
35 35
36 MAKEDEPS := $(patsubst %.c, %.d, $(CSRC)) $(patsubst %.cc, %.d, $(CXXSRC)) 36 MAKEDEPS := $(patsubst %.c, %.d, $(CSRC)) $(patsubst %.cc, %.d, $(CXXSRC))
37 37
38 INCLUDES := f77-fcn.h lo-error.h oct-dlldefs.h quit.h 38 INCLUDES := f77-fcn.h lo-error.h quit.h
39 39
40 SPECIAL:= d1mach-tst.for $(INCLUDES) 40 SPECIAL:= d1mach-tst.for $(INCLUDES)
41 41
42 include $(TOPDIR)/Makeconf 42 include $(TOPDIR)/Makeconf
43 43