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 /library/cpp/getopt | |
| parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/cpp/getopt')
| -rw-r--r-- | library/cpp/getopt/last_getopt_demo/ya.make | 13 | ||||
| -rw-r--r-- | library/cpp/getopt/small/ya.make | 28 | ||||
| -rw-r--r-- | library/cpp/getopt/ut/ya.make | 15 | ||||
| -rw-r--r-- | library/cpp/getopt/ya.make | 15 | 
4 files changed, 0 insertions, 71 deletions
diff --git a/library/cpp/getopt/last_getopt_demo/ya.make b/library/cpp/getopt/last_getopt_demo/ya.make deleted file mode 100644 index 53f1cfc1220..00000000000 --- a/library/cpp/getopt/last_getopt_demo/ya.make +++ /dev/null @@ -1,13 +0,0 @@ -PROGRAM(last_getopt_demo) - -OWNER(amatanhead) - -PEERDIR( -    library/cpp/getopt -) - -SRCS( -    demo.cpp -) - -END() diff --git a/library/cpp/getopt/small/ya.make b/library/cpp/getopt/small/ya.make deleted file mode 100644 index 96de0f04b1f..00000000000 --- a/library/cpp/getopt/small/ya.make +++ /dev/null @@ -1,28 +0,0 @@ -LIBRARY() - -OWNER(pg) - -PEERDIR( -    library/cpp/colorizer -) - -SRCS( -    completer.cpp -    completer_command.cpp -    completion_generator.cpp -    formatted_output.cpp -    last_getopt.cpp -    last_getopt_easy_setup.cpp -    last_getopt_opt.cpp -    last_getopt_opts.cpp -    last_getopt_parser.cpp -    last_getopt_parse_result.cpp -    modchooser.cpp -    opt.cpp -    opt2.cpp -    posix_getopt.cpp -    wrap.cpp -    ygetopt.cpp -) - -END() diff --git a/library/cpp/getopt/ut/ya.make b/library/cpp/getopt/ut/ya.make deleted file mode 100644 index 8d00669efbd..00000000000 --- a/library/cpp/getopt/ut/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -UNITTEST_FOR(library/cpp/getopt) - -OWNER(pg) - -SRCS( -    last_getopt_ut.cpp -    modchooser_ut.cpp -    opt2_ut.cpp -    opt_ut.cpp -    posix_getopt_ut.cpp -    wrap.cpp -    ygetopt_ut.cpp -) - -END() diff --git a/library/cpp/getopt/ya.make b/library/cpp/getopt/ya.make deleted file mode 100644 index 6df23b22b26..00000000000 --- a/library/cpp/getopt/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -LIBRARY() - -OWNER(pg) - -PEERDIR( -    library/cpp/getopt/small -    library/cpp/svnversion -    library/cpp/build_info -) - -SRCS( -    GLOBAL print.cpp -) - -END()  | 
