]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - Makefile
Add saleae-logic/ subdir/project.
[sigrok-firmware-fx2lafw.git] / Makefile
index 7a9f29453577bff81e1ee872d830d653e501f306..662ee48d6229919fd655259538551e010a3e727a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 ##
 ## This file is part of the fx2lafw project.
 ##
-## Copyright (C) 2011-2012 Uwe Hermann <uwe@hermann-uwe.de>
+## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
 ##
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 ##
 
-SOURCES = fx2lafw.c
-A51_SOURCES = dscr.a51
-BASENAME = fx2lafw
+all: saleae-logic cwav-usbeeax
 
-include fx2lib/lib/fx2.mk
+saleae-logic:
+       $(MAKE) -C saleae-logic
+
+cwav-usbeeax:
+       $(MAKE) -C cwav-usbeeax
+
+clean:
+       rm -rf saleae-logic/build
+       rm -rf cwav-usbeeax/build
+
+.PHONY: saleae-logic cwav-usbeeax