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

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

include $(BUILDDIR)/Makefile.config

LIB_OBJECTS = jas_debug.o jas_getopt.o jas_image.o jas_init.o \
	      jas_malloc.o jas_seq.o jas_stream.o jas_string.o \
	      jas_tvp.o jas_version.o

MERGE_OBJECTS =

all: partlist $(LIB_OBJECTS)

include $(JASPERSRCDIR)/Makefile.common