# Last edited on 2018-12-04 21:54:17 by stolfilocal # Makefile for source code snapshots PROGS := \ nmeeg_animate \ nmeeg_comp_analysis \ nmeeg_convert_raw \ nmeeg_correl \ nmeeg_filter \ nmeeg_make_imgbasis \ nmeeg_plot_electrodes \ nmeeg_spectrum \ nmeeg_split_e128_gh2013 \ nmeeg_split_e20_gh2012 PROGS_LATER := \ nmeeg_activity_plot \ nmsim_mu0_diagram \ nmsim_multipop IGNORE := \ ${addsuffix .c,${PROGS_LATER}} \ uint16_image_scale.c \ uint16_image_scale.h \ float_image_geostereo_multiscale.c \ float_image_geostereo_multiscale.h \ uint16_image_read_gen.c \ uint16_image_read_gen.h \ float_image_trim.c \ float_image_trim.h JS_LIBS := OTHER_LIBS := \ /usr/lib64/libfftw3.a \ /usr/lib64/libpng16.a \ /usr/lib64/libjpeg.so \ USE_GL := YES USE_X11 := YES all: build install include ${STOLFIHOME}/programs/c/GENERIC-PROGS.make