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