Home | History | Annotate | Download | only in cmake
      1 # Copyright (c) PLUMgrid, Inc.
      2 # Licensed under the Apache License, Version 2.0 (the "License")
      3 
      4 configure_file(SPECS/Dockerfile.el6.in SPECS/Dockerfile.el6 @ONLY)
      5 configure_file(SPECS/Dockerfile.el7.in SPECS/Dockerfile.el7 @ONLY)
      6 configure_file(SPECS/Dockerfile.f22.in SPECS/Dockerfile.f22 @ONLY)
      7 configure_file(SPECS/bcc.el6.spec.in SPECS/bcc.el6.spec @ONLY)
      8 configure_file(SPECS/bcc.el7.spec.in SPECS/bcc.el7.spec @ONLY)
      9 configure_file(SPECS/bcc.f22.spec.in SPECS/bcc.f22.spec @ONLY)
     10 configure_file(scripts/build-deb.sh.in scripts/build-deb.sh @ONLY)
     11