From: Peter Jones <pjones-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> To: acme-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org Cc: dwarves-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Peter Jones <pjones-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> Subject: [PATCH 2/2] Add scncopy to CMakeLists.txt Date: Mon, 11 Jan 2010 15:50:31 -0500 Message-ID: <1263243031-19401-2-git-send-email-pjones@redhat.com> (raw) In-Reply-To: <1263243031-19401-1-git-send-email-pjones-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> Add scncopy to the build. --- CMakeLists.txt | 6 +++++- MANIFEST | 3 +++ rpm/SPECS/dwarves.spec | 1 + 3 files changed, 9 insertions(+), 1 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 60e5d1b..3eea4fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,12 +83,16 @@ set(prefcnt_SRCS prefcnt.c) add_executable(prefcnt ${prefcnt_SRCS}) target_link_libraries(prefcnt dwarves) +set(scncopy_SRCS scncopy.c elfcreator.c) +add_executable(scncopy ${scncopy_SRCS}) +target_link_libraries(scncopy dwarves) + set(syscse_SRCS syscse.c) add_executable(syscse ${syscse_SRCS}) target_link_libraries(syscse dwarves) install(TARGETS codiff ctracer dtagnames pahole pdwtags - pfunct pglobal prefcnt syscse RUNTIME DESTINATION + pfunct pglobal prefcnt scncopy syscse RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin) install(TARGETS dwarves LIBRARY DESTINATION ${LIB_INSTALL_DIR}) install(TARGETS dwarves dwarves_emit dwarves_reorganize LIBRARY DESTINATION ${LIB_INSTALL_DIR}) diff --git a/MANIFEST b/MANIFEST index 736c9ff..25037eb 100644 --- a/MANIFEST +++ b/MANIFEST @@ -15,6 +15,8 @@ CMakeLists.txt codiff.c ctracer.c dtagnames.c +elfcreator.c +elfcreator.h elf_symtab.c elf_symtab.h gobuffer.c @@ -30,6 +32,7 @@ pglobal.c prefcnt.c rbtree.c rbtree.h +scncopy.c syscse.c strings.c strings.h diff --git a/rpm/SPECS/dwarves.spec b/rpm/SPECS/dwarves.spec index 94cc0d6..909abee 100644 --- a/rpm/SPECS/dwarves.spec +++ b/rpm/SPECS/dwarves.spec @@ -77,6 +77,7 @@ rm -rf %{buildroot} %{_bindir}/pfunct %{_bindir}/pglobal %{_bindir}/prefcnt +%{_bindir}/scncopy %{_bindir}/syscse %{_bindir}/ostra-cg %dir %{_datadir}/dwarves/ -- 1.6.5.2 -- To unsubscribe from this list: send the line "unsubscribe dwarves" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply index Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2010-01-11 20:50 [PATCH 1/2] Add scncopy - like object copy but tries not to change section content Peter Jones [not found] ` <1263243031-19401-1-git-send-email-pjones-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> 2010-01-11 20:50 ` Peter Jones [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1263243031-19401-2-git-send-email-pjones@redhat.com \ --to=pjones-h+wxahxf7alqt0dzr+alfa@public.gmane.org \ --cc=acme-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \ --cc=dwarves-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Dwarves Archive on lore.kernel.org Archives are clonable: git clone --mirror https://lore.kernel.org/dwarves/0 dwarves/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 dwarves dwarves/ https://lore.kernel.org/dwarves \ dwarves@vger.kernel.org public-inbox-index dwarves Example config snippet for mirrors Newsgroup available over NNTP: nntp://nntp.lore.kernel.org/org.kernel.vger.dwarves AGPL code for this site: git clone https://public-inbox.org/public-inbox.git