]> Dogcows Code - chaz/openbox/commitdiff
adding epist!
authorDana Jansens <danakj@orodu.net>
Thu, 11 Jul 2002 01:49:04 +0000 (01:49 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 11 Jul 2002 01:49:04 +0000 (01:49 +0000)
configure.in
util/Makefile.am
util/epist/Makefile.am [new file with mode: 0644]
util/epist/main.cc [new file with mode: 0644]

index 23b9d405cbe46084fec91d3c0435f9c092162f7a..24125c932f6c9cf9da91c1be964cdfe43bd2e126 100644 (file)
@@ -250,6 +250,7 @@ AM_CONFIG_HEADER(config.h)
 AC_OUTPUT(Makefile
 src/Makefile
 util/Makefile
 AC_OUTPUT(Makefile
 src/Makefile
 util/Makefile
+util/epist/Makefile
 data/Makefile
 data/styles/Makefile
 doc/Makefile
 data/Makefile
 data/styles/Makefile
 doc/Makefile
index 9d60a964e5967c9228b62fadac521bb0d45d70a3..7da2187bbbe3ea3d48231370c35efdc87c484622 100644 (file)
@@ -2,6 +2,7 @@
 
 CPPFLAGS= @CPPFLAGS@ @DEBUG@
 
 
 CPPFLAGS= @CPPFLAGS@ @DEBUG@
 
+SUBDIRS =                      epist
 bin_SCRIPTS =          bsetbg
 bin_PROGRAMS =         bsetroot
 
 bin_SCRIPTS =          bsetbg
 bin_PROGRAMS =         bsetroot
 
diff --git a/util/epist/Makefile.am b/util/epist/Makefile.am
new file mode 100644 (file)
index 0000000..48c57e4
--- /dev/null
@@ -0,0 +1,16 @@
+# util/epist/Makefile.am for Blackbox - an X11 Window manager
+
+CPPFLAGS= @CPPFLAGS@ @DEBUG@
+
+bin_PROGRAMS =         epist
+
+epist_SOURCES =                main.cc
+#epist_LDADD = 
+
+MAINTAINERCLEANFILES = Makefile.in
+
+distclean-local:
+       rm -f *\~ .\#*
+
+# local dependencies
+
diff --git a/util/epist/main.cc b/util/epist/main.cc
new file mode 100644 (file)
index 0000000..7b48abd
--- /dev/null
@@ -0,0 +1,3 @@
+int main(int, char **) {
+  return 0;
+}
This page took 0.023894 seconds and 4 git commands to generate.