Mercurial > hg > xemacs-beta
comparison lib-src/Makefile.in.in @ 167:85ec50267440 r20-3b10
Import from CVS: tag r20-3b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:45:46 +0200 |
parents | 0132846995bd |
children | 929b76928fce |
comparison
equal
deleted
inserted
replaced
166:7a77eb660975 | 167:85ec50267440 |
---|---|
126 ld_switch_all=@ld_switch_all@ | 126 ld_switch_all=@ld_switch_all@ |
127 ld_libs_general=@ld_libs_general@ | 127 ld_libs_general=@ld_libs_general@ |
128 ld_libs_window_system=@ld_libs_window_system@ | 128 ld_libs_window_system=@ld_libs_window_system@ |
129 ld_libs_all=@ld_libs_all@ | 129 ld_libs_all=@ld_libs_all@ |
130 | 130 |
131 LOADLIBES=$(ld_switch_general) $(ld_libs_general) | |
132 LOAD_X_LIBES=$(ld_switch_window_system) | |
133 C_SWITCH_X=$(c_switch_window_system) | |
134 | |
135 ## We need to #define emacs to get the right versions of some files. | 131 ## We need to #define emacs to get the right versions of some files. |
136 | 132 |
137 lib_src_cppflags = -Demacs -I../src -I${srcdir} -I${srcdir}/../src $(CPPFLAGS) | 133 lib_src_cppflags = -Demacs -I../src -I${srcdir} -I${srcdir}/../src $(CPPFLAGS) |
138 lib_src_cppflags = -Demacs -I../src $(CPPFLAGS) | 134 lib_src_cppflags = -Demacs -I../src $(CPPFLAGS) |
139 cflags = $(CFLAGS) $(lib_src_cppflags) $(c_switch_all) | 135 cflags = $(CFLAGS) $(lib_src_cppflags) $(c_switch_all) |