moved some src builds to here
This commit is contained in:
11
src/Makefile
11
src/Makefile
@@ -1,7 +1,16 @@
|
||||
|
||||
|
||||
all: bld_errSym
|
||||
all: bld_errSym dlsource eddsource seqsource
|
||||
|
||||
bld_errSym:
|
||||
cd libUnix; make TARGET=Unix
|
||||
cd libvxWorks; make TARGET=vxWorks
|
||||
|
||||
dlsource:
|
||||
cd opi/dl ; /bin/sh build.it
|
||||
|
||||
eddsource:
|
||||
cd opi/edd ; /bin/sh build.it
|
||||
|
||||
seqsource:
|
||||
cd sequencer ; /bin/sh build.it
|
||||
|
||||
Reference in New Issue
Block a user