summaryrefslogtreecommitdiff
path: root/core/opiealarm/Makefile
authorsandman <sandman>2002-12-10 22:24:13 (UTC)
committer sandman <sandman>2002-12-10 22:24:13 (UTC)
commit34418795f4bef0466fc92aa9dfd8f25210bc2bc5 (patch) (unidiff)
treef3e005443e42ec0aef4804bf571a72200a8bb95b /core/opiealarm/Makefile
parent887fb36c5344574f04d19c7442f3db899920e04d (diff)
downloadopie-34418795f4bef0466fc92aa9dfd8f25210bc2bc5.zip
opie-34418795f4bef0466fc92aa9dfd8f25210bc2bc5.tar.gz
opie-34418795f4bef0466fc92aa9dfd8f25210bc2bc5.tar.bz2
no need for opieatd anymore
Diffstat (limited to 'core/opiealarm/Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--core/opiealarm/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/core/opiealarm/Makefile b/core/opiealarm/Makefile
index 03e6957..255083d 100644
--- a/core/opiealarm/Makefile
+++ b/core/opiealarm/Makefile
@@ -6,21 +6,17 @@ CC :=$(CROSS)gcc
6LD :=$(CROSS)gcc 6LD :=$(CROSS)gcc
7STRIP:=$(CROSS)strip 7STRIP:=$(CROSS)strip
8 8
9CFLAGS:=-O2 9CFLAGS:=-O2
10LDFLAGS:= 10LDFLAGS:=
11 11
12all: $(DESTDIR)/opiealarm $(DESTDIR)/opieatd 12all: $(DESTDIR)/opiealarm
13 13
14$(DESTDIR)/opiealarm: opiealarm.c 14$(DESTDIR)/opiealarm: opiealarm.c
15 $(CC) $(CFLAGS) opiealarm.c -o $(DESTDIR)/opiealarm $(LDFLAGS) 15 $(CC) $(CFLAGS) opiealarm.c -o $(DESTDIR)/opiealarm $(LDFLAGS)
16 $(STRIP) --strip-all $(DESTDIR)/opiealarm 16 $(STRIP) --strip-all $(DESTDIR)/opiealarm
17 chmod u+s $(DESTDIR)/opiealarm 17 chmod u+s $(DESTDIR)/opiealarm
18 chown root $(DESTDIR)/opiealarm 2>/dev/null || echo -e "\nopiealarm must be owned by root to work correctly.\n" 18 chown root $(DESTDIR)/opiealarm 2>/dev/null || echo -e "\nopiealarm must be owned by root to work correctly.\n"
19 19
20$(DESTDIR)/opieatd: opieatd
21 cp opieatd $(DESTDIR)/opieatd
22 chmod +x $(DESTDIR)/opieatd
23
24clean: 20clean:
25 -rm -f *~ core 21 -rm -f *~ core
26 22