## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## filename: Makefile.am ## ## ## ## UTIL Make : Medical Image Conversion Utility ## ## ## ## purpose : libs dir Makefile template (automake) ## ## ## ## project : (X)MedCon by Erik Nolf ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## $Id: Makefile.am,v 1.3 2007/09/25 20:17:36 enlf Exp $ if DO_LJPG DIR_LJPG = ljpg endif if DO_DICM DIR_DICM = dicom endif if DO_NIFTI if DO_NIFTI_INTERNAL DIR_NIFTI = nifti endif endif SUBDIRS = $(DIR_LJPG) $(DIR_DICM) $(DIR_NIFTI)