about summary refs log tree commit diff
path: root/converter/ppm/hpcdtoppm/Makefile
blob: 00ebb116b69df04926644a5d226d8ed9a29156d6 (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
ifeq ($(SRCDIR)x,x)
  SRCDIR = $(CURDIR)/../../..
  BUILDDIR = $(SRCDIR)
endif
SUBDIR = converter/ppm/hpcdtoppm
VPATH=.:$(SRCDIR)/$(SUBDIR)

include $(BUILDDIR)/Makefile.config

all: hpcdtoppm

SCRIPTS = hpcdtoppm pcdovtoppm
MERGE_OBJECTS =

include $(SRCDIR)/common.mk

install: install.bin.local
.PHONY: install.bin.local
install.bin.local: $(PKGDIR)/bin
# In June 2002, pcdovtoppm replaced pcdindex
	cd $(PKGDIR)/bin ; \
	$(SYMLINK) pcdindex$(EXE) pcdovtoppm


FORCE: