ports/x11-clocks/mouseclock/files/patch-Imakefile
Dmitry Marakasov 6db9526c80 - Add LICENSE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-02-14 21:44:17 +00:00

23 lines
533 B
Text

--- 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)