2007-02-27 03:06:23 +00:00
|
|
|
# Copyright (C) 1992, 1993 Lucid, Inc.
|
2010-05-04 03:20:50 +00:00
|
|
|
# Copyright (C) 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
|
|
|
|
# 2009, 2010 Free Software Foundation, Inc.
|
2007-02-27 03:06:23 +00:00
|
|
|
#
|
|
|
|
# This file is part of the Lucid Widget Library.
|
|
|
|
#
|
|
|
|
# The Lucid Widget Library is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 1, or (at your option)
|
|
|
|
# any later version.
|
|
|
|
#
|
|
|
|
# The Lucid Widget Library is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with GNU Emacs; see the file COPYING. If not, write to
|
|
|
|
# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
|
|
# Boston, MA 02110-1301, USA.
|
|
|
|
|
|
|
|
|
|
|
|
# This was taken from the output of Imake using Lucid's Imakefile.
|
1994-01-21 16:22:40 +00:00
|
|
|
# and set up to be configured by ../configure.
|
1994-01-18 23:47:41 +00:00
|
|
|
|
1994-01-19 17:21:49 +00:00
|
|
|
srcdir=@srcdir@
|
|
|
|
VPATH=@srcdir@
|
|
|
|
C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
|
2010-04-27 05:24:53 +00:00
|
|
|
C_SWITCH_X_SYSTEM=@C_SWITCH_X_SYSTEM@
|
2010-05-04 03:20:50 +00:00
|
|
|
C_SWITCH_SYSTEM=@C_SWITCH_SYSTEM@
|
|
|
|
C_SWITCH_MACHINE=@C_SWITCH_MACHINE@
|
1994-01-18 23:47:41 +00:00
|
|
|
|
1994-01-19 17:21:49 +00:00
|
|
|
CC=@CC@
|
|
|
|
CFLAGS=@CFLAGS@
|
2003-04-30 00:02:23 +00:00
|
|
|
CPPFLAGS=@CPPFLAGS@
|
1995-08-16 14:20:19 +00:00
|
|
|
RANLIB=@RANLIB@
|
1994-01-20 13:16:53 +00:00
|
|
|
# See below--@X_TOOLKIT_TYPE@ is used below.
|
1994-01-19 17:21:49 +00:00
|
|
|
USE_X_TOOLKIT=@X_TOOLKIT_TYPE@
|
1994-01-18 23:47:41 +00:00
|
|
|
|
Remove some unused Makefile.in variables.
* configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
* Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
(LD_SWITCH_X_SITE): Remove unused variables.
* lwlib/Makefile.in (CPP, LN_S, TOP, LN): Remove unused variables.
* oldXMenu/Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE)
(STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables.
* src/Makefile.in (CPP, LN_S): Remove unused variables.
* msdos/sed1v2.inp, msdos/sed5x.inp: Remove LN_S, unused.
2010-05-06 07:24:18 +00:00
|
|
|
AR = ar cq
|
|
|
|
RM = rm -f
|
1994-01-18 23:47:41 +00:00
|
|
|
|
Remove some unused Makefile.in variables.
* configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
* Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
(LD_SWITCH_X_SITE): Remove unused variables.
* lwlib/Makefile.in (CPP, LN_S, TOP, LN): Remove unused variables.
* oldXMenu/Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE)
(STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables.
* src/Makefile.in (CPP, LN_S): Remove unused variables.
* msdos/sed1v2.inp, msdos/sed5x.inp: Remove LN_S, unused.
2010-05-06 07:24:18 +00:00
|
|
|
LUCID_OBJS = lwlib-Xlw.o xlwmenu.o lwlib-Xaw.o
|
|
|
|
MOTIF_OBJS = lwlib-Xm.o
|
1994-01-18 23:47:41 +00:00
|
|
|
|
2008-04-18 15:48:06 +00:00
|
|
|
TOOLKIT_DEFINES =
|
Remove some unused Makefile.in variables.
* configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
* Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
(LD_SWITCH_X_SITE): Remove unused variables.
* lwlib/Makefile.in (CPP, LN_S, TOP, LN): Remove unused variables.
* oldXMenu/Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE)
(STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables.
* src/Makefile.in (CPP, LN_S): Remove unused variables.
* msdos/sed1v2.inp, msdos/sed5x.inp: Remove LN_S, unused.
2010-05-06 07:24:18 +00:00
|
|
|
TOOLKIT_OBJS = $(@X_TOOLKIT_TYPE@_OBJS)
|
1994-01-19 17:21:49 +00:00
|
|
|
|
Remove some unused Makefile.in variables.
* configure.in (AC_PROG_LN_S): Remove test, nothing uses @LN_S@.
* Makefile.in (CPP, C_SWITCH_SYSTEM, ALLOCA, LN_S, C_SWITCH_X_SITE)
(LD_SWITCH_X_SITE): Remove unused variables.
* lwlib/Makefile.in (CPP, LN_S, TOP, LN): Remove unused variables.
* oldXMenu/Makefile.in (CPP, LN_S, AS, LD, MV, LS, LINTOPTS, LINTLIBFLAG, MAKE)
(STD_DEFINES, CDEBUGFLAGS, RM_CMD): Remove unused variables.
* src/Makefile.in (CPP, LN_S): Remove unused variables.
* msdos/sed1v2.inp, msdos/sed5x.inp: Remove LN_S, unused.
2010-05-06 07:24:18 +00:00
|
|
|
OBJS = lwlib.o $(TOOLKIT_OBJS) lwlib-utils.o
|
1994-01-18 23:47:41 +00:00
|
|
|
|
1995-05-04 20:01:13 +00:00
|
|
|
# ../src is needed to find config.h.
|
2008-07-23 06:26:32 +00:00
|
|
|
ALL_CFLAGS= $(C_SWITCH_SYSTEM) $(C_SWITCH_X_SITE) \
|
2003-04-30 00:02:23 +00:00
|
|
|
$(C_SWITCH_X_SYSTEM) $(C_SWITCH_MACHINE) $(CFLAGS) \
|
2002-04-28 13:35:36 +00:00
|
|
|
-DHAVE_CONFIG_H -Demacs -I. -I../src -I${srcdir} -I${srcdir}/../src
|
1994-01-18 23:47:41 +00:00
|
|
|
|
|
|
|
.c.o:
|
2003-04-30 00:02:23 +00:00
|
|
|
$(CC) -c $(CPPFLAGS) ${ALL_CFLAGS} $<
|
1994-01-18 23:47:41 +00:00
|
|
|
|
|
|
|
all:: liblw.a
|
|
|
|
|
|
|
|
liblw.a: $(OBJS)
|
|
|
|
$(RM) $@
|
|
|
|
$(AR) $@ $(OBJS)
|
2000-03-08 19:10:01 +00:00
|
|
|
$(RANLIB) $@
|
1994-01-18 23:47:41 +00:00
|
|
|
|
1995-04-07 05:46:47 +00:00
|
|
|
# Depend on Makefile so that we recompile if TOOLKIT_DEFINES changes.
|
|
|
|
lwlib.o: $(srcdir)/lwlib.c Makefile
|
2006-10-30 23:12:40 +00:00
|
|
|
$(CC) -c $(CPPFLAGS) $(TOOLKIT_DEFINES) $(ALL_CFLAGS) $(srcdir)/lwlib.c
|
1994-01-18 23:47:41 +00:00
|
|
|
|
1998-08-02 00:29:05 +00:00
|
|
|
lwlib-utils.o: lwlib-utils.c lwlib-utils.h
|
2000-06-06 14:05:40 +00:00
|
|
|
lwlib.o: lwlib.c lwlib.h lwlib-int.h lwlib-Xaw.h lwlib-Xlw.h
|
|
|
|
lwlib-Xlw.o: lwlib-Xlw.c lwlib.h lwlib-int.h lwlib-Xlw.h
|
|
|
|
lwlib-Xaw.o: lwlib-Xaw.c lwlib-Xaw.h lwlib.h lwlib-int.h
|
|
|
|
lwlib-Xm.o: lwlib-Xm.c lwlib-Xm.h lwlib.h lwlib-int.h lwlib-utils.h
|
1996-03-26 18:46:04 +00:00
|
|
|
xlwmenu.o: xlwmenu.c xlwmenu.h lwlib.h xlwmenuP.h
|
1994-01-18 23:47:41 +00:00
|
|
|
|
1994-01-19 17:21:49 +00:00
|
|
|
mostlyclean:
|
2010-05-15 02:02:28 +00:00
|
|
|
$(RM) *.o core liblw.a \#*
|
1994-01-18 23:47:41 +00:00
|
|
|
|
1994-01-19 17:21:49 +00:00
|
|
|
clean: mostlyclean
|
|
|
|
distclean: clean
|
2007-02-28 04:38:38 +00:00
|
|
|
$(RM) Makefile
|
1995-02-07 23:55:01 +00:00
|
|
|
maintainer-clean: distclean
|
2007-02-28 04:38:38 +00:00
|
|
|
$(RM) TAGS
|
1994-01-18 23:47:41 +00:00
|
|
|
|
1996-03-28 18:39:26 +00:00
|
|
|
TAGS:
|
2002-04-19 10:35:02 +00:00
|
|
|
../lib-src/etags $(srcdir)/*.[ch]
|
1996-03-29 14:52:56 +00:00
|
|
|
tags: TAGS
|
|
|
|
.PHONY: tags
|