diff options
| author | Joakim Verona | 2012-04-26 11:52:04 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-04-26 11:52:04 +0200 |
| commit | ab5b626f97ea7d71a98a06d8cc777fa925a1f716 (patch) | |
| tree | 7961d0e6b583290e1480771cd0fabd00f4ea7f86 /src/Makefile.in | |
| parent | 2ec5843f029c7d55234dbe51d993003b2b3939ec (diff) | |
| parent | ab036cd7bdd7b087047d241ffb5607d14942179e (diff) | |
| download | emacs-ab5b626f97ea7d71a98a06d8cc777fa925a1f716.tar.gz emacs-ab5b626f97ea7d71a98a06d8cc777fa925a1f716.zip | |
upstream partial out of memory
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 466a091cde9..e8b68040c44 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -75,16 +75,13 @@ C_SWITCH_MACHINE=@C_SWITCH_MACHINE@ | |||
| 75 | ## System-specific CFLAGS. | 75 | ## System-specific CFLAGS. |
| 76 | C_SWITCH_SYSTEM=@C_SWITCH_SYSTEM@ | 76 | C_SWITCH_SYSTEM=@C_SWITCH_SYSTEM@ |
| 77 | 77 | ||
| 78 | ## Currently only set if NS_IMPL_GNUSTEP. | 78 | GNUSTEP_CFLAGS=@GNUSTEP_CFLAGS@ |
| 79 | ## C_SWITCH_X_SITE may override this. | ||
| 80 | C_SWITCH_X_SYSTEM=@C_SWITCH_X_SYSTEM@ | ||
| 81 | 79 | ||
| 82 | ## Define C_SWITCH_X_SITE to contain any special flags your compiler | 80 | ## Define C_SWITCH_X_SITE to contain any special flags your compiler |
| 83 | ## may need to deal with X Windows. For instance, if you've defined | 81 | ## may need to deal with X Windows. For instance, if you've defined |
| 84 | ## HAVE_X_WINDOWS and your X include files aren't in a place that your | 82 | ## HAVE_X_WINDOWS and your X include files aren't in a place that your |
| 85 | ## compiler can find on its own, you might want to add "-I/..." or | 83 | ## compiler can find on its own, you might want to add "-I/..." or |
| 86 | ## something similar. This is normally set by configure. | 84 | ## something similar. This is normally set by configure. |
| 87 | ## This is used before C_SWITCH_X_SYSTEM and may override it. | ||
| 88 | C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ | 85 | C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ |
| 89 | 86 | ||
| 90 | ## Define LD_SWITCH_X_SITE to contain any special flags your loader | 87 | ## Define LD_SWITCH_X_SITE to contain any special flags your loader |
| @@ -308,14 +305,11 @@ MKDEPDIR=@MKDEPDIR@ | |||
| 308 | ## -DHAVE_CONFIG_H is needed for some other files to take advantage of | 305 | ## -DHAVE_CONFIG_H is needed for some other files to take advantage of |
| 309 | ## the information in `config.h'. | 306 | ## the information in `config.h'. |
| 310 | ## | 307 | ## |
| 311 | ## C_SWITCH_X_SITE must come before C_SWITCH_X_SYSTEM | ||
| 312 | ## since it may have -I options that should override those. | ||
| 313 | ## | ||
| 314 | ## FIXME? MYCPPFLAGS only referenced in etc/DEBUG. | 308 | ## FIXME? MYCPPFLAGS only referenced in etc/DEBUG. |
| 315 | ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(MYCPPFLAGS) -I. -I$(srcdir) \ | 309 | ALL_CFLAGS=-Demacs -DHAVE_CONFIG_H $(MYCPPFLAGS) -I. -I$(srcdir) \ |
| 316 | -I$(lib) -I$(srcdir)/../lib \ | 310 | -I$(lib) -I$(srcdir)/../lib \ |
| 317 | $(C_SWITCH_MACHINE) $(C_SWITCH_SYSTEM) $(C_SWITCH_X_SITE) \ | 311 | $(C_SWITCH_MACHINE) $(C_SWITCH_SYSTEM) $(C_SWITCH_X_SITE) \ |
| 318 | $(C_SWITCH_X_SYSTEM) $(CFLAGS_SOUND) $(RSVG_CFLAGS) $(IMAGEMAGICK_CFLAGS) \ | 312 | $(GNUSTEP_CFLAGS) $(CFLAGS_SOUND) $(RSVG_CFLAGS) $(IMAGEMAGICK_CFLAGS) \ |
| 319 | $(LIBXML2_CFLAGS) $(DBUS_CFLAGS) \ | 313 | $(LIBXML2_CFLAGS) $(DBUS_CFLAGS) \ |
| 320 | $(WEBKIT_CFLAGS) $(CLUTTER_CFLAGS) \ | 314 | $(WEBKIT_CFLAGS) $(CLUTTER_CFLAGS) \ |
| 321 | $(SETTINGS_CFLAGS) $(FREETYPE_CFLAGS) $(FONTCONFIG_CFLAGS) \ | 315 | $(SETTINGS_CFLAGS) $(FREETYPE_CFLAGS) $(FONTCONFIG_CFLAGS) \ |