aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/netpbm/files/patch-ba
blob: 9ecb6166ec66f5f1343959ae088fc48e29c66159 (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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
--- Makefile.orig	Sat Mar 25 02:47:02 2000
+++ Makefile	Sat Apr  1 12:00:00 2000
@@ -30,7 +30,7 @@
 SRCDIR = .
 include $(SRCDIR)/Makefile.config
 
-SUBDIRS =	pbm pgm ppm pnm ppmtompeg
+SUBDIRS =	pbm pgm ppm pnm
 
 # Note that the Tiff library, from the libtiff subdirectory, only gets built
 # if you specify the homegrown libtiff as $(TIFFLIB), in which case it is
@@ -57,7 +57,10 @@
 	./stamp-date
 
 .PHONY: install
-install: install.bin install.lib install.man 
+install: install.bin install.lib install.man install.hdr
+
+.PHONY: install-merge
+install-merge: install.merge install.lib install.man install.hdr
 
 .PHONY: merge
 merge:  compile.h
@@ -72,8 +75,8 @@
 	    ( echo install.bin.$$i ; cd $$i ; $(MAKE) install.bin ); \
 	done
 
-.PHONY: install-merge
-install-merge:
+.PHONY: install.merge
+install.merge:
 	-mkdir -p $(INSTALLBINARIES)
 	for i in $(SUBDIRS) ; do \
 	    ( echo install.merge.$$i ; cd $$i ; $(MAKE) install.merge ); \
@@ -97,6 +100,13 @@
 	-mkdir -p $(INSTALLMANUALS5)
 	for i in $(SUBDIRS) ; do \
 	    ( echo install.man.$$i ; cd $$i ; $(MAKE) install.man ); \
+	done
+
+.PHONY: install.hdr
+install.hdr:
+	-mkdir -p $(INSTALLHDRS)
+	for i in $(SUBDIRS) ; do \
+	    ( echo install.hdr.$$i ; cd $$i ; $(MAKE) install.hdr ); \
 	done
 
 .PHONY: clean