diff options
| author | arcadia-devtools <[email protected]> | 2022-03-15 13:35:56 +0300 | 
|---|---|---|
| committer | arcadia-devtools <[email protected]> | 2022-03-15 13:35:56 +0300 | 
| commit | 094638589de6a6c9f91fad0005843fc1c1adc957 (patch) | |
| tree | 7d55b9e950eb724da222548997547bf6710b1b58 /contrib/tools/python3/pycc | |
| parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'contrib/tools/python3/pycc')
| -rw-r--r-- | contrib/tools/python3/pycc/bin/ya.make | 28 | ||||
| -rw-r--r-- | contrib/tools/python3/pycc/ya.make | 13 | 
2 files changed, 0 insertions, 41 deletions
diff --git a/contrib/tools/python3/pycc/bin/ya.make b/contrib/tools/python3/pycc/bin/ya.make deleted file mode 100644 index c63399c5257..00000000000 --- a/contrib/tools/python3/pycc/bin/ya.make +++ /dev/null @@ -1,28 +0,0 @@ -OWNER(g:contrib g:ymake orivej) - -PY3_PROGRAM_BIN(pycc) - -ENABLE(PYBUILD_NO_PYC) - -DISABLE(PYTHON_SQLITE3) - -PEERDIR( -    library/python/runtime_py3 -    library/python/runtime_py3/main -) - -NO_CHECK_IMPORTS() - -NO_PYTHON_INCLUDES() - -NO_PYTHON_COVERAGE() - -SRCDIR( -    contrib/tools/python3/pycc -) - -PY_SRCS( -    MAIN main.py -) - -END() diff --git a/contrib/tools/python3/pycc/ya.make b/contrib/tools/python3/pycc/ya.make deleted file mode 100644 index 7bc5da96202..00000000000 --- a/contrib/tools/python3/pycc/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -OWNER(g:contrib g:ymake orivej) - -IF (USE_PREBUILT_TOOLS) -    INCLUDE(${ARCADIA_ROOT}/build/prebuilt/contrib/tools/python3/pycc/ya.make.prebuilt) -ENDIF() - -IF (NOT PREBUILT) -    INCLUDE(${ARCADIA_ROOT}/contrib/tools/python3/pycc/bin/ya.make) -ENDIF() - -RECURSE( -    bin -)  | 
