Mercurial > hg > xemacs-beta
comparison src/make-src-depend @ 5125:b5df3737028a ben-lisp-object
merge
| author | Ben Wing <ben@xemacs.org> |
|---|---|
| date | Wed, 24 Feb 2010 01:58:04 -0600 |
| parents | f23cd0184dcf |
| children | 6f2158fa75ed |
comparison
equal
deleted
inserted
replaced
| 5124:623d57b7fbe8 | 5125:b5df3737028a |
|---|---|
| 140 print "#endif\n"; | 140 print "#endif\n"; |
| 141 } | 141 } |
| 142 | 142 |
| 143 PrintPatternDeps ('-msw\\.', "HAVE_MS_WINDOWS"); | 143 PrintPatternDeps ('-msw\\.', "HAVE_MS_WINDOWS"); |
| 144 PrintPatternDeps ('-xlike', "HAVE_XLIKE"); | 144 PrintPatternDeps ('-xlike', "HAVE_XLIKE"); |
| 145 # X-specific files: *-x.c *-x-impl.h xgccache.c balloon_help.c x*.h Emacs*.[ch] | 145 # X-specific files: *-x.c *-x-impl.h balloon_help.c x*.h Emacs*.[ch] |
| 146 PrintPatternDeps ('-x\\.|xgccache|balloon_help|^Emacs', "HAVE_X_WINDOWS"); | 146 PrintPatternDeps ('-x\\.|balloon_help|^Emacs', "HAVE_X_WINDOWS"); |
| 147 PrintPatternDeps ('-tty\\.', "HAVE_TTY"); | 147 PrintPatternDeps ('-tty\\.', "HAVE_TTY"); |
| 148 # GTK-specific files: *-gtk.[ch] *-gtk-*.[ch] gtk-*.[ch] emacs-marshals.c emacs-widget-accessors.c glade.c ui-byhand.c | 148 # GTK-specific files: *-gtk.[ch] *-gtk-*.[ch] gtk-*.[ch] emacs-marshals.c emacs-widget-accessors.c glade.c ui-byhand.c |
| 149 PrintPatternDeps ('gtk|emacs-marshals|emacs-widget-accessors|glade|ui-byhand', "HAVE_GTK"); | 149 PrintPatternDeps ('gtk|emacs-marshals|emacs-widget-accessors|glade|ui-byhand', "HAVE_GTK"); |
| 150 PrintPatternDeps ('^database', "HAVE_DATABASE"); | 150 PrintPatternDeps ('^database', "HAVE_DATABASE"); |
| 151 PrintPatternDeps ('^mule', "MULE"); | 151 PrintPatternDeps ('^mule', "MULE"); |
