##// END OF EJS Templates
For simulation :...
For simulation : Added spw-light->[TO]->txt-file and txt-file->[TO]->spw-light module Added test of those 2 IP with the spw-light

File last commit:

r645:cc8f80f527e5 default
r686:ea8efb0bdfd4 Simu-LFR-FM
Show More
Makefile
10 lines | 143 B | text/x-makefile | MakefileLexer
Jeandet Alexis
Fixed Makefile. Now correctly forward targets to subfolders
r645 SUBDIRS := $(shell find ./ -maxdepth 1 -mindepth 1 -type d)
Jeandet Alexis
Removed unmaintained C drivers....
r644
Jeandet Alexis
Fixed Makefile. Now correctly forward targets to subfolders
r645 all :
Jeandet Alexis
Removed unmaintained C drivers....
r644
Jeandet Alexis
Fixed Makefile. Now correctly forward targets to subfolders
r645 .PHONY: force
Jeandet Alexis
Removed unmaintained C drivers....
r644
Jeandet Alexis
Fixed Makefile. Now correctly forward targets to subfolders
r645 %:
-for d in $(SUBDIRS); do (cd $$d; $(MAKE) $@ ); done