diff options
author | Josh Blum <josh@joshknows.com> | 2011-03-31 12:30:31 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-03-31 12:30:31 -0700 |
commit | 9f72695e33093498e5957900e97817b78dba76c3 (patch) | |
tree | f53db7e2b8c96ecc2fc9c6d26d90feeab0ecb1a2 /images/Makefile | |
parent | 48f6e1f8aae24ee4ff3b15232cfc335b0210ed11 (diff) | |
download | uhd-9f72695e33093498e5957900e97817b78dba76c3.tar.gz uhd-9f72695e33093498e5957900e97817b78dba76c3.tar.bz2 uhd-9f72695e33093498e5957900e97817b78dba76c3.zip |
uhd: added UHD_IMAGES_DIR option to include images in the package
Diffstat (limited to 'images/Makefile')
-rw-r--r-- | images/Makefile | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/images/Makefile b/images/Makefile index 74b1cd6e4..71b46d14e 100644 --- a/images/Makefile +++ b/images/Makefile @@ -1,5 +1,5 @@ # -# Copyright 2010 Ettus Research LLC +# Copyright 2010-2011 Ettus Research LLC # # 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 @@ -198,19 +198,3 @@ images: $(IMAGES_LIST) clean: $(RM) -rf $(BUILT_IMAGES_DIR) $(RM) -rf $(CMAKE_BUILD_DIR) - -#packages that a linux machine can build -linux-packages: - mkdir -p $(CMAKE_BUILD_DIR) - - cd $(CMAKE_BUILD_DIR) && cmake -DCPACK_GENERATOR=TGZ $(TOP_DIR) - make -C $(CMAKE_BUILD_DIR) package - - cd $(CMAKE_BUILD_DIR) && cmake -DCPACK_GENERATOR=ZIP $(TOP_DIR) - make -C $(CMAKE_BUILD_DIR) package - - cd $(CMAKE_BUILD_DIR) && cmake -DCPACK_GENERATOR=DEB $(TOP_DIR) - make -C $(CMAKE_BUILD_DIR) package - - cd $(CMAKE_BUILD_DIR) && cmake -DCPACK_GENERATOR=RPM $(TOP_DIR) - make -C $(CMAKE_BUILD_DIR) package |