Move src/objects.c to src/ui
[sxemacs] / src / ui / Makefile.am
index b946f05..e9124cb 100644 (file)
@@ -48,25 +48,26 @@ TAGS_DEPENDENCIES = $(ETAGS)
 SUBDIRS=
 all_sources=
 noinst_LIBRARIES=
-header_HEADERS=$(acgen_headers) 
+header_HEADERS=$(acgen_headers)
 
 BUILT_SOURCES = Emacs.ad.h
-EXTRA_DIST = Emacs.ad.h 
+EXTRA_DIST = Emacs.ad.h
 
 libsxeui_a_headers =                              \
        Emacs.ad.h  bitmaps.h                      \
-       conslots.h console-stream.h                \
-       console.h device.h faces.h frame.h         \
-       frameslots.h getpagesize.h gifrlib.h       \
-       glyphs.h gui.h gutter.h                    \
-       imgproc.h insdel.h keymap.h menubar.h      \
+       conslots.h console-stream.h                \
+       console.h device.h faces.h frame.h         \
+       frameslots.h getpagesize.h gifrlib.h       \
+       glyphs.h gui.h gutter.h    \
+       imgproc.h insdel.h keymap.h menubar.h      \
        objects.h redisplay.h scrollbar.h select.h \
-       toolbar.h universe.h window.h winslots.h                      
-libsxeui_a_sources =                                                   \
+       toolbar.h universe.h window.h winslots.h
+libsxeui_a_sources =                                                   \
        console.c console-stream.c device.c faces.c font-lock.c         \
        frame.c glyphs.c glyphs-eimage.c glyphs-widget.c gui.c gutter.c \
        imgproc.c keymap.c insdel.c minibuf.c redisplay.c               \
-       redisplay-output.c select.c specifier.c widget.c window.c 
+       redisplay-output.c select.c specifier.c widget.c window.c       \
+       objects.c 
 libsxeui_a_SOURCES = $(libsxeui_a_headers) $(libsxeui_a_sources)
 libsxeui_a_CPPFLAGS = $(AM_CPPFLAGS) $(c_switch_general) $(X_CFLAGS)
 EXTRA_libsxeui_a_SOURCES=scrollbar.c menubar.c dialog.c toolbar.c
@@ -89,18 +90,14 @@ if NEED_LIBSXEUIX11
 SUBDIRS+=X11
 endif
 
-if NEED_LIBSXEUIGTK
-SUBDIRS+=Gtk
-endif
-
 Emacs.ad.h: $(top_srcdir)/etc/Emacs.ad
        @echo "Producing \`src/Emacs.ad.h' from \`etc/Emacs.ad'."
        @(echo "/*      Do not edit this file!" ; \
-         echo "        Automatically generated from $(top_srcdir)/etc/Emacs.ad" ; \
+         echo "        Automatically generated from $(top_srcdir)/etc/Emacs.ad" ; \
          echo " */" ; \
          $(SHELL) $(sxelibsrcdir)/ad2c $(top_srcdir)/etc/Emacs.ad ) > $@
 
-# 
+#
 # Help the SXEmacs developers get nice post-processed source files
 
 ## Create preprocessor output (debugging purposes only)