1 # This was taken from the output of Imake
2 # and set up to be configured by ../configure.
3 # Some parts Copyright (c) 1992, 1993 Lucid, Inc.
7 C_SWITCH_X_SITE
=@C_SWITCH_X_SITE@
14 # See below--@X_TOOLKIT_TYPE@ is used below.
15 USE_X_TOOLKIT
=@X_TOOLKIT_TYPE@
24 LUCID_OBJS
= lwlib-Xlw.o xlwmenu.o lwlib-Xaw.o
25 MOTIF_OBJS
= lwlib-Xm.o
27 TOOLKIT_DEFINES
= -DUSE_
$(USE_X_TOOLKIT
)
28 TOOLKIT_OBJS
= $(@X_TOOLKIT_TYPE@_OBJS
)
30 OBJS
= lwlib.o
$(TOOLKIT_OBJS
) lwlib-utils.o
32 # ../src is needed to find config.h.
33 ALL_CFLAGS
= $(C_SWITCH_SITE
) $(C_SWITCH_SYSTEM
) $(C_SWITCH_X_SITE
) \
34 $(C_SWITCH_X_SYSTEM
) $(C_SWITCH_MACHINE
) $(CPPFLAGS
) $(CFLAGS
) \
35 -DHAVE_CONFIG_H
-Demacs
-I.
-I..
/src
-I
${srcdir} -I
${srcdir}/..
/src
38 $(CC
) -c
${ALL_CFLAGS} $<
47 # Depend on Makefile so that we recompile if TOOLKIT_DEFINES changes.
48 lwlib.o
: $(srcdir)/lwlib.c Makefile
49 $(CC
) -c
$(TOOLKIT_DEFINES
) $(ALL_CFLAGS
) $(srcdir)/lwlib.c
51 lwlib-utils.o
: lwlib-utils.c lwlib-utils.h
52 lwlib.o
: lwlib.c lwlib.h lwlib-int.h lwlib-Xaw.h lwlib-Xlw.h
53 lwlib-Xlw.o
: lwlib-Xlw.c lwlib.h lwlib-int.h lwlib-Xlw.h
54 lwlib-Xaw.o
: lwlib-Xaw.c lwlib-Xaw.h lwlib.h lwlib-int.h
55 lwlib-Xm.o
: lwlib-Xm.c lwlib-Xm.h lwlib.h lwlib-int.h lwlib-utils.h
56 xlwmenu.o
: xlwmenu.c xlwmenu.h lwlib.h xlwmenuP.h
59 $(RM
) *.o core errs
,* *~
*.a .emacs_
* make.log MakeOut \
#*
63 maintainer-clean
: distclean
66 ..
/lib-src
/etags
$(srcdir)/*.
[ch
]