comparison lwlib/Makefile.in.in @ 12:bcdc7deadc19 r19-15b7

Import from CVS: tag r19-15b7
author cvs
date Mon, 13 Aug 2007 08:48:16 +0200
parents 376386a54a3c
children 9ee227acff29
comparison
equal deleted inserted replaced
11:91ffe8bd52e4 12:bcdc7deadc19
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