20 lines
211 B
Makefile
20 lines
211 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
SUBDIRS = codec
|
|
|
|
if WANT_MJ2
|
|
SUBDIRS += mj2
|
|
endif
|
|
|
|
if WANT_JPIP
|
|
SUBDIRS += jpip
|
|
endif
|
|
|
|
EXTRA_DIST = \
|
|
CMakeLists.txt \
|
|
color.c \
|
|
color.h \
|
|
format_defs.h \
|
|
getopt.c \
|
|
getopt.h
|