comparison lwlib/Makefile.in.in @ 78:c7528f8e288d r20-0b34

Import from CVS: tag r20-0b34
author cvs
date Mon, 13 Aug 2007 09:05:42 +0200
parents 131b0175ea99
children 1ce6082ce73f
comparison
equal deleted inserted replaced
77:6cb4f478e7bc 78:c7528f8e288d
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details. 16 GNU General Public License for more details.
17 17
18 You should have received a copy of the GNU General Public License 18 You should have received a copy of the GNU General Public License
19 along with GNU Emacs; see the file COPYING. If not, write to 19 along with GNU Emacs; see the file COPYING. If not, write to
20 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 20 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21 Boston, MA 02111-1307, USA. */
21 22
22 /* Some people use these in paths they define. We don't want their paths 23 /* Some people use these in paths they define. We don't want their paths
23 getting changed on them. */ 24 getting changed on them. */
24 #undef sparc 25 #undef sparc
25 #undef sun 26 #undef sun
193 EZ_OBJS = 194 EZ_OBJS =
194 ENERGIZEP = 195 ENERGIZEP =
195 EZ_SUBDIR = 196 EZ_SUBDIR =
196 #endif 197 #endif
197 198
199 #if defined (HAVE_X_WINDOWS)
200 # ifndef NEED_TOOLKIT
201 # define NEED_TOOLKIT
202 # endif
203 #endif
204
198 SRCS = lwlib.c MOTIF_SRCS LUCID_SRCS ATHENA_SRCS lwlib-utils.c \ 205 SRCS = lwlib.c MOTIF_SRCS LUCID_SRCS ATHENA_SRCS lwlib-utils.c \
199 lwlib-config.c 206 lwlib-config.c
200 OBJS = lwlib.o MOTIF_OBJS LUCID_OBJS ATHENA_OBJS lwlib-utils.o \ 207 OBJS = lwlib.o MOTIF_OBJS LUCID_OBJS ATHENA_OBJS lwlib-utils.o \
201 lwlib-config.o $(EZ_OBJS) 208 lwlib-config.o $(EZ_OBJS)
202 209