about summary refs log tree commit diff
path: root/converter/other/jpeg2000/libjasper/jp2/Makefile
blob: 65838cc232ee6db200d315003e8c5bc34b6dd317 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
ifeq ($(SRCDIR)x,x)
  SRCDIR = $(CURDIR)/../../../../..
  BUILDDIR = $(SRCDIR)
endif
SUBDIR = converter/other/jpeg2000/libjasper/jp2
VPATH=.:$(SRCDIR)/$(SUBDIR)

JASPERSRCDIR=$(SRCDIR)/$(SUBDIR)/..

include $(BUILDDIR)/config.mk

LIB_OBJECTS = jp2_cod.o jp2_dec.o jp2_enc.o

MERGE_OBJECTS =

all: partlist $(LIB_OBJECTS)

include $(JASPERSRCDIR)/common.mk