Imported rest of libSDF / libsw. Removed dependency on preinstalled flex/bison in libdsf

This commit is contained in:
Guilhem Lavaux 2013-03-01 11:29:01 -05:00
parent a611d77c5d
commit 9e3ab3b045
22 changed files with 2364 additions and 2410 deletions

View file

@ -20,7 +20,7 @@ all: All
# spell them a little differently in this file...
include Make-common/Make.generic
subdirs:= libSDF libmpmy
subdirs:= libSDF libmpmy libsw
All:
for dir in $(subdirs); do (cd $$dir; $(MAKE) ARCH=$(ARCH) all); done