diff --git a/projects/pzsdr/Makefile b/projects/pzsdr/Makefile new file mode 100644 index 000000000..f6284afab --- /dev/null +++ b/projects/pzsdr/Makefile @@ -0,0 +1,27 @@ +#################################################################################### +#################################################################################### +## Copyright 2011(c) Analog Devices, Inc. +## Auto-generated, do not modify! +#################################################################################### +#################################################################################### + +.PHONY: all clean clean-all +all: + -make -C ccbrk all + -make -C ccfmc all + -make -C ccpci all + + +clean: + make -C ccbrk clean + make -C ccfmc clean + make -C ccpci clean + + +clean-all: + make -C ccbrk clean-all + make -C ccfmc clean-all + make -C ccpci clean-all + +#################################################################################### +#################################################################################### diff --git a/projects/pzslb/Makefile b/projects/pzslb/Makefile new file mode 100644 index 000000000..48e4d5235 --- /dev/null +++ b/projects/pzslb/Makefile @@ -0,0 +1,21 @@ +#################################################################################### +#################################################################################### +## Copyright 2011(c) Analog Devices, Inc. +## Auto-generated, do not modify! +#################################################################################### +#################################################################################### + +.PHONY: all clean clean-all +all: + -make -C rfsom all + + +clean: + make -C rfsom clean + + +clean-all: + make -C rfsom clean-all + +#################################################################################### +####################################################################################