[Pkg-wmaker-commits] [wmtime] 14/101: wmtime: Remove unnecessary Imakefile.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Aug 24 23:59:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmtime.

commit e979d3b96b2e432becbd6bb65c48004a109aa960
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sat Jan 3 16:16:16 2015 -0600

    wmtime: Remove unnecessary Imakefile.
    
    Also update INSTALL to remove reference to it.
---
 INSTALL   | 12 +++---------
 Imakefile | 17 -----------------
 2 files changed, 3 insertions(+), 26 deletions(-)

diff --git a/INSTALL b/INSTALL
index a5616cb..94943c4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,11 +9,10 @@ Installation
 --------------------------------------------------------------
 1)  % tar -zxvf wmtime-1.1.tar.gz
 2)  % cd wmtime/wmtime
-3)* xmkmf -a (for *BSD systems needed only!).
-4)  % make
-5)  % make install (as root)
+3)  % make
+4)  % make install (as root)
 
-6)* WMTime uses month and weekday abbreviations from the
+5)* WMTime uses month and weekday abbreviations from the
     currently set locale.  If these abbreviations do not
     use Latin alphabet characters, then WMTime defaults to
     US/English.
@@ -23,11 +22,6 @@ Installation
 
     % LANG=es_MX.UTF-8 wmtime
 
-7)* This Imakefile was kindly donated by Pascal Hofstede but
-    untested by the authors because we don't have a *BSD box
-    to test and try it out... we're working on generic
-    Imakefiles though ;-)
-
 Be sure to read the HINTS and TODO files too!
 
 
diff --git a/Imakefile b/Imakefile
deleted file mode 100644
index 93c8775..0000000
--- a/Imakefile
+++ /dev/null
@@ -1,17 +0,0 @@
-XPMLIB = -lXpm -lm
-DEPLIBS = $(DEPXLIB)
-
-LOCAL_LIBRARIES = $(XPMLIB) $(XLIB)
-
-SRCS = wmtime.c \
-                ../wmgeneral/wmgeneral.c \
-                ../wmgeneral/misc.c \
-                ../wmgeneral/list.c
-
-OBJS = wmtime.o \
-                wmgeneral.o \
-                misc.o \
-                list.o
-
-ComplexProgramTarget(wmtime)
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmtime.git



More information about the Pkg-wmaker-commits mailing list