Mercurial > hg > xemacs-beta
diff src/Makefile.in.in @ 274:ca9a9ec9c1c1 r21-0b35
Import from CVS: tag r21-0b35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:29:42 +0200 |
parents | c5d627a313b1 |
children | 6330739388db |
line wrap: on
line diff
--- a/src/Makefile.in.in Mon Aug 13 10:28:54 2007 +0200 +++ b/src/Makefile.in.in Mon Aug 13 10:29:42 2007 +0200 @@ -42,8 +42,6 @@ srcdir=@srcdir@ blddir=@blddir@ version=@version@ -infodir=@infodir@ -infopath=@infopath@ CC=@CC@ CPP=@CPP@ CFLAGS=@CFLAGS@ @@ -265,7 +263,11 @@ all: ${other_files} # endif /* EXTERNAL_WIDGET */ -X11_objs = EmacsFrame.o EmacsShell.o TopLevelEmacsShell.o TransientEmacsShell.o EmacsManager.o $(external_widget_objs) +# if defined (HAVE_OFFIX_DND) || defined (HAVE_CDE) +dnd_objs = @dnd_objs@ +# endif /* HAVE_OFFIX_DND || HAVE_CDE */ + +X11_objs = EmacsFrame.o EmacsShell.o TopLevelEmacsShell.o TransientEmacsShell.o EmacsManager.o $(external_widget_objs) $(dnd_objs) #endif /* HAVE_X_WINDOWS */ ## define otherobjs as list of object files that make-docfile @@ -583,7 +585,6 @@ config.h: ${srcdir}/config.h.in puresize-adjust.h: ${srcdir}/puresize.h -paths.h: ${srcdir}/paths.h.in Emacs.ad.h: ${srcdir}/${etcdir}Emacs.ad config.h puresize-adjust.h sheap-adjust.h paths.h Emacs.ad.h : @@ -657,7 +658,7 @@ ## This is used in making a distribution. ## Do not use it on development directories! distclean: clean - $(RM) config.h paths.h Emacs.ad.h \ + $(RM) config.h paths.h paths.h.in Emacs.ad.h \ Makefile Makefile.in TAGS xemacs.* realclean: distclean versionclean: @@ -666,7 +667,7 @@ $(RM) *~ \#* m/*~ m/\#* s/*~ s/\#* .PHONY : lock unlock -SOURCES = *.[chm] *.pswm [sm]/* COPYING paths.h.in Makefile.in.in \ +SOURCES = *.[chm] *.pswm [sm]/* COPYING paths.h.in.in Makefile.in.in \ config.h.in README COPYING ChangeLog unlock: chmod u+w $(SOURCES)