summaryrefslogtreecommitdiff
path: root/x11-clocks/mouseclock/files/patch-Imakefile
blob: 6b7f826c98ae009391e62892f4024119703af3a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- Imakefile.orig	1996-05-05 16:51:27 UTC
+++ Imakefile
@@ -1,16 +1,10 @@
 
-#define IHaveSubdirs
-#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
-
-        DEPLIBS = $(DEPXLIB)
-LOCAL_LIBRARIES = $(XLIB)
-	CDEBUGFLAGS =
-	CCOPTIONS = -O3 -s -pipe -Wall
+OBJS = mouseclock.o
+SRCS = mouseclock.c
+SYS_LIBRARIES = $(XONLYLIB)
 
-AllTarget(mouseclock)
 
-MakeMakeSubdirs($(SUBDIRS),install)
-SimpleProgramTarget(mouseclock)
+ComplexProgramTargetNoMan(mouseclock)
 
 arc : clean
 	(cd .. ; tar zcvf mouseclock.tar.gz mouseclock)