~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
TINA5/tina-libs/tina/medical/Makefile.am

Version: ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 # $Id: Makefile.am,v 1.9 2007/02/15 01:52:29 paul Exp $
  2 ## Makefile.am -- Process this file with automake to produce Makefile.in
  3 
  4 include $(top_srcdir)/config/config
  5 
  6 includedir = @includedir@/tina/medical
  7 
  8 lib_LTLIBRARIES = libtinaMedical.la
  9 
 10 libtinaMedical_la_LDFLAGS = -avoid-version  -release @PACKAGE_VERSION@
 11 
 12 libtinaMedical_la_SOURCES = medNorm_base.c\
 13 medNorm_seq.c \
 14 medSroi_alloc.c \
 15 medSroi_io.c \
 16 medSroi_pca.c \
 17 medSroi_sample.c \
 18 medSroi_search.c \
 19 medStim_alloc.c \
 20 medStim_calcs.c \
 21 medStim_corr.c \
 22 medStim_gamma.c \
 23 medStim_perm.c \
 24 medStim_tdata.c \
 25 medStim_ct_gamma.c\
 26 medStim_ct_perm.c \
 27 $(include_HEADERS)
 28 
 29 include_HEADERS = medNorm_base.h medNorm_seq.h medSroi_alloc.h          \
 30 medSroi_io.h medSroi_pca.h medSroi_sample.h medSroi_search.h            \
 31 medStim_alloc.h medStim_calcs.h medStim_corr.h medStim_gamma.h          \
 32 medStim_perm.h medStim_tdata.h medStim_ct_gamma.h medStim_ct_perm.h     \
 33 med_StimDef.h med_StimPro.h med_NormPro.h medDef.h medPro.h             \
 34 med_SroiDef.h med_SroiPro.h

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.