31 lines
973 B
Plaintext
31 lines
973 B
Plaintext
--- images/Imakefile.orig 1993-06-29 07:18:41.000000000 +0200
|
|
+++ images/Imakefile 2003-12-30 01:58:28.000000000 +0100
|
|
@@ -1,8 +1,8 @@
|
|
#include <XView.tmpl>
|
|
|
|
-/**/########################################################################
|
|
-/**/# @(#)Imakefile 1.5 90/07/17
|
|
-/**/# Imakefile for images directory. XView release 2.0.
|
|
+XCOMM #######################################################################
|
|
+XCOMM @(#)Imakefile 1.5 90/07/17
|
|
+XCOMM Imakefile for images directory. XView release 2.0.
|
|
|
|
CORE_ICONS = default.icon mglass.icon mglass_mask.icon
|
|
|
|
@@ -99,12 +99,12 @@ SRCS = \
|
|
|
|
ALLFILES = $(BITMAPS) $(ICONS) $(PIXRECTS) $(CURSORS) $(IMAGES)
|
|
|
|
-all: $(SRCS)
|
|
+all:: $(SRCS)
|
|
|
|
-BuildIncludes($(INCLUDES_SRCS),$(IMAGE_INCDIR),/**/)
|
|
+BuildIncludes($(INCLUDES_SRCS),$(IMAGE_INCDIR),.)
|
|
|
|
install:: $(SRCS)
|
|
- $(MKDIRHIER) $(HEADER_DEST)/$(IMAGEINC)
|
|
+ $(MKDIRHIER) $(DESTDIR)$(HEADER_DEST)/$(IMAGEINC)
|
|
|
|
InstallMultiple($(SRCS),$(HEADER_DEST)/$(IMAGEINC))
|
|
|