[Pkg-wmaker-commits] [wmsysmon] 22/37: Makefile: Remove file; not present in .orig tarball.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 25 03:09:47 UTC 2015


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

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

commit 248f81912f17e8b735a97e465780b0742867df97
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sun Jul 12 10:38:29 2015 -0600

    Makefile: Remove file; not present in .orig tarball.
---
 Makefile | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/Makefile b/Makefile
deleted file mode 100644
index 09f3323..0000000
--- a/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-CC = gcc
-
-LIBDIR += -L/usr/X11R6/lib
-LDFLAGS += -lXpm -lXext -lX11 -lm -s
-#CFLAGS = -g #-DMONDEBUG
-CFLAGS += -Wall -O3 -fomit-frame-pointer -I/usr/X11R6/include #-DHI_INTS #undefine HI_INTS if your x86 SMP or alpha
-
-BIN = src/wmsysmon
-OBJS =	src/wmgeneral.o \
-	src/wmsysmon.o
-
-$(BIN): $(OBJS)
-	$(CC) -o $(BIN) $(OBJS) $(LIBDIR) $(LDFLAGS)
-
-all: wmsysmon
-
-clean:
-	rm -f $(OBJS) $(BIN)
-
-install: $(BIN)
-	mkdir -p $(DESTDIR)/usr/bin
-	install -g root -o root $(BIN) $(DESTDIR)/usr/bin

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



More information about the Pkg-wmaker-commits mailing list