31 lines
916 B
Plaintext
31 lines
916 B
Plaintext
--- bitmaps/Imakefile.orig 1993-06-29 07:19:54.000000000 +0200
|
|
+++ bitmaps/Imakefile 2003-12-30 01:58:31.000000000 +0100
|
|
@@ -1,8 +1,8 @@
|
|
#include <XView.tmpl>
|
|
|
|
-/**/########################################################################
|
|
-/**/# @(#)Imakefile 1.6 28 Jun 1993 SMI
|
|
-/**/# Imakefile for images directory. XView release 2.0.
|
|
+XCOMM #######################################################################
|
|
+XCOMM @(#)Imakefile 1.6 28 Jun 1993 SMI
|
|
+XCOMM Imakefile for images directory. XView release 2.0.
|
|
|
|
|
|
CORE_BITMAPS = \
|
|
@@ -34,12 +34,12 @@ SRCS = \
|
|
|
|
ALLFILES = $(BITMAPS)
|
|
|
|
-all: $(SRCS)
|
|
+all:: $(SRCS)
|
|
|
|
-BuildIncludes($(INCLUDES_SRCS),$(BITMAP_INCDIR),/**/)
|
|
+BuildIncludes($(INCLUDES_SRCS),$(BITMAP_INCDIR),.)
|
|
|
|
install:: $(SRCS)
|
|
- $(MKDIRHIER) $(HEADER_DEST)/$(BITMAPINC)
|
|
+ $(MKDIRHIER) $(DESTDIR)$(HEADER_DEST)/$(BITMAPINC)
|
|
|
|
InstallMultiple($(SRCS),$(HEADER_DEST)/$(BITMAPINC))
|
|
|