36ce5c7b63d028001448c971e155cff04c6317f4 hiram Tue Dec 5 11:49:28 2017 -0800 need parasol binaries in userApps refs #18874 diff --git src/parasol/makefile src/parasol/makefile index 1aeac29..a871060 100644 --- src/parasol/makefile +++ src/parasol/makefile @@ -14,23 +14,26 @@ all: $(USE_DIRS:%=%.all) lib.all: mkdir -p bin cd lib && $(MAKE) # make sure lib is built first, even in a parallel make %.all: lib.all cd $* && echo $* && $(MAKE) install: @echo 'parasol install, please copy ./bin/* where desired ...' +userApps: all + rsync -a ./bin/ ${DESTDIR}/${BINDIR}/ + clean: rm -f */*.o lib/*/*.a rm -f bin/* broad: cd lib && ${MAKE} cd broadNode && ${MAKE} cd broadHub && ${MAKE}