swig/Source/Makefile.am
Loic Dachary 8a34196fc6 Conditionaly compile experimental code with --enable-experiment
configure flag.
  Fix .cvsignore to ignore configrue & yacc generated files


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@169 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-01-30 15:39:55 +00:00

9 lines
218 B
Makefile

include $(top_srcdir)/Makefile.common
EXTRA_DIST = Include
if EXPERIMENT
SUBDIRS = DOH SWILL Modules1.1 Swig Preprocessor SWIG1.1 LParse Swim Experiment
else
SUBDIRS = DOH Modules1.1 Swig Preprocessor SWIG1.1
endif