Codebase list fenix / HEAD Makefile.am
HEAD

Tree @HEAD (Download .tar.gz)

Makefile.am @HEADraw · history · blame

if DO_FXC
  t_fxc=fxc
endif

if DO_FXI
  t_fxi=fxi
endif

if DO_MAP
  t_map=map
endif

if DO_FPG
  t_fpg=fpg
endif


SUBDIRS = $(t_fxc) $(t_fxi) $(t_map) $(t_fpg)