chiark / gitweb /
New source file `atom.c'.
[xtoys] / Makefile.am
index a7b001720b35a5c5f31bf5d672a09b03db6cd591..a1fb68ae7eff9c2559b87353d8edbd7206d9ec07 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.5 1998/12/15 23:46:23 mdw Exp $
+## $Id: Makefile.am,v 1.7 1999/08/20 07:32:23 mdw Exp $
 ##
 ## Makefile for X tools
 ##
 ##----- Revision history ----------------------------------------------------
 ##
 ## $Log: Makefile.am,v $
+## Revision 1.7  1999/08/20 07:32:23  mdw
+## New source file `atom.c'.
+##
+## Revision 1.6  1999/03/25 23:37:20  mdw
+## Remove absolute dependence on GTK.
+##
 ## Revision 1.5  1998/12/15 23:46:23  mdw
 ## Add `xcatch', and rearrange so that the GTK-based programs are only
 ## mentioned in the Makefile.
@@ -55,10 +61,12 @@ EXTRA_PROGRAMS = $(GTK_PROGS)
 man_MANS = xwait.1 xtell.1 xshutdown.1 xscsize.1 xgetline.1 xcatch.1
 EXTRA_DIST = $(man_MANS)
 
+CLEANFILES = $(GTK_PROGS)
+
 INCLUDES = -I$(srcdir)/mLib
 LDADD = mgLib/libmgLib.a mLib/libmLib.a
 
-xshutdown_SOURCES = xshutdown.c xwait.h
+xshutdown_SOURCES = xshutdown.c xwait.h xatom.c xatom.h
 xshutdown_LDADD = $(LDADD) @GTK_LIBS@
 
 xcatch_SOURCES = xcatch.c
@@ -67,10 +75,10 @@ xcatch_LDADD = $(LDADD) @GTK_LIBS@
 xgetline_SOURCES = xgetline.c
 xgetline_LDADD = $(LDADD) @GTK_LIBS@
 
-xwait_SOURCES = xwait.c xwait.h
+xwait_SOURCES = xwait.c xwait.h xatom.c xatom.h
 xwait_LDADD = $(LDADD) @X_LIBS@ -lX11
 
-xtell_SOURCES = xtell.c xwait.h
+xtell_SOURCES = xtell.c xwait.h xatom.c xatom.h
 xtell_LDADD = $(LDADD) @X_LIBS@ -lX11
 
 xscsize_SOURCES = xscsize.c