## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## filename: Makefile.am ## ## ## ## UTIL Make : Medical Image Conversion Utility ## ## ## ## purpose : ljpg subdir Makefile template (automake) ## ## ## ## project : (X)MedCon by Erik Nolf ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## $Id: Makefile.am,v 1.5 2002/11/28 23:12:03 enlf Exp $ AUTOMAKE_OPTIONS = gnu AM_CFLAGS = noinst_LTLIBRARIES = libljpg.la libljpg_la_SOURCES = \ decomp.c \ huffd.c \ jpegutil.c \ mcu.c \ predict.c \ read.c noinst_HEADERS = \ io.h \ jpeg.h \ jpegless.h \ mcu.h \ predict.h \ proto.h