emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lwlib/Makefile.in [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lwlib/Makefile.in [lexbind]
Date: Tue, 14 Oct 2003 18:59:22 -0400

Index: emacs/lwlib/Makefile.in
diff -c /dev/null emacs/lwlib/Makefile.in:1.26.2.1
*** /dev/null   Tue Oct 14 18:59:22 2003
--- emacs/lwlib/Makefile.in     Tue Oct 14 18:59:19 2003
***************
*** 0 ****
--- 1,71 ----
+ # This was taken from the output of Imake
+ # and set up to be configured by ../configure.
+ # Some parts Copyright (c) 1992, 1993 Lucid, Inc.
+ 
+ address@hidden@
+ address@hidden@
+ address@hidden@
+ 
+ address@hidden@
+ address@hidden@
+ address@hidden@
+ address@hidden@
+ address@hidden@
+ address@hidden@
+ # See address@hidden@ is used below.
+ address@hidden@
+ 
+               TOP = .
+ 
+                AR = ar cq
+ 
+                LN = ln -s
+                RM = rm -f
+ 
+      LUCID_OBJS = lwlib-Xlw.o xlwmenu.o lwlib-Xaw.o
+      MOTIF_OBJS = lwlib-Xm.o
+ 
+ TOOLKIT_DEFINES = -DUSE_$(USE_X_TOOLKIT)
+    TOOLKIT_OBJS = $(@address@hidden)
+ 
+            OBJS = lwlib.o $(TOOLKIT_OBJS) lwlib-utils.o
+ 
+ # ../src is needed to find config.h.
+ ALL_CFLAGS= $(C_SWITCH_SITE) $(C_SWITCH_SYSTEM) $(C_SWITCH_X_SITE) \
+   $(C_SWITCH_X_SYSTEM) $(C_SWITCH_MACHINE) $(CFLAGS) \
+   -DHAVE_CONFIG_H -Demacs -I. -I../src -I${srcdir} -I${srcdir}/../src
+ 
+ .c.o:
+       $(CC) -c $(CPPFLAGS) ${ALL_CFLAGS} $<
+ 
+ all:: liblw.a
+ 
+ liblw.a: $(OBJS)
+       $(RM) $@
+       $(AR) $@ $(OBJS)
+       $(RANLIB) $@
+ 
+ # Depend on Makefile so that we recompile if TOOLKIT_DEFINES changes.
+ lwlib.o:  $(srcdir)/lwlib.c  Makefile
+       $(CC) -c $(TOOLKIT_DEFINES) $(ALL_CFLAGS) $(srcdir)/lwlib.c
+ 
+ lwlib-utils.o: lwlib-utils.c lwlib-utils.h
+ 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
+ xlwmenu.o: xlwmenu.c xlwmenu.h lwlib.h xlwmenuP.h
+ 
+ mostlyclean:
+       $(RM) *.o core errs ,* *~ *.a .emacs_* make.log MakeOut \#*
+ 
+ clean: mostlyclean
+ distclean: clean
+ maintainer-clean: distclean
+ 
+ TAGS:
+       ../lib-src/etags $(srcdir)/*.[ch]
+ tags: TAGS
+ .PHONY: tags
+ 
+ # arch-tag: a881fa74-b56a-44c6-80b4-28a4c65d88ff




reply via email to

[Prev in Thread] Current Thread [Next in Thread]