cd $(EXEC_PREFIX)/lib && ln -s libftd2xx.so.$(FTD2XX_LINUX_VERSION) libftd2xx.so
+all.download:
+ mkdir -p ${VIRGINS}
+ ${MAKE} -f Makefile.confuse download
+ ${MAKE} -f Makefile.libftdi download
+ ${MAKE} -f Makefile.ftd2xx download
+ ${MAKE} -f Makefile.libusb download
+
.PHONY: linux.buildtest \
linux.easy.buildtest \
linux.ftd2xx_installed \
linux.ftd2xx_installed.setup
+
$(error Please use the win32 specific port of LibUSB not the Unix version)
endif
-TARFILE_LOCAL = ${VIRGINS}/libusb-${LIBUSB_VERSION}.tar.bz2
-TARFILE_URL = http://downloads.sourceforge.net/libusb/libusb-${LIBUSB_VERSION}.tar.gz
+TARFILE_LOCAL = ${VIRGINS}/libusb-${LIBUSB_VERSION_linux}.tar.bz2
+TARFILE_URL = http://downloads.sourceforge.net/libusb/libusb-${LIBUSB_VERSION_linux}.tar.gz
LIBUSB_SRC_DIR = ${HERE}/libusb-${LIBUSB_VERSION}
LIBUSB_BUILD_DIR = ${HERE}/libusb-build
--- /dev/null
+-- Duane Ellis'es test case for building numerous openocd configurations...\r
+Dec 26,2008\r
+---------------------------------------------------------------------------\r
+\r
+1) Make a directory some where..\r
+\r
+ mkdir ~/test\r
+\r
+2) Change to that directory\r
+\r
+ cd ~/test\r
+\r
+3) Checkout OpenOCD in that directory.\r
+\r
+ cd ~/test\r
+ svn co https://svn.berlios.de/svnroot/repos/openocd/trunk openocd\r
+\r
+4) Copy the "build.test1" directory to the "~/work" directory.\r
+\r
+\r
+ cd ~/test\r
+ cp ~/openocd/testing/build.test1/. ~/test/.\r
+\r
+5) If needed, download various components.\r
+\r
+ cd ~/work\r
+ make all.download\r
+\r
+\r
+6) For Linux - type: \r
+\r
+ cd ~/work\r
+ make linux.buildtest\r
+\r
+7) For Cygwin - type:\r
+\r
+ cd ~/work\r
+ make cygwin.buildtest\r
+\r