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
9 lines
218 B
Makefile
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
|