diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2010-09-28 10:47:06 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2010-09-28 10:47:06 +0300 |
commit | 94a20240f9d6776619d7652013bb10131ddad1fc (patch) | |
tree | e92336c72820e7c6daa8468913fbcc523968d257 /ubi-utils/old-utils/lib | |
parent | 351ac23f8d468b2b9bc60dfcbaacbe3d55ec11f9 (diff) |
ubi-utils: remove old ubi-utils
The utilities are unmaintained for long time, and many of them
do not even work, just compile, and no on complains about this.
This suggests they are unused and we can now safely kill them.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/old-utils/lib')
-rw-r--r-- | ubi-utils/old-utils/lib/Makefile.am | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/ubi-utils/old-utils/lib/Makefile.am b/ubi-utils/old-utils/lib/Makefile.am deleted file mode 100644 index 1b0dc01..0000000 --- a/ubi-utils/old-utils/lib/Makefile.am +++ /dev/null @@ -1,58 +0,0 @@ -AUTOMAKE_OPTIONS = foreign -INCLUDES=-I$(top_srcdir)/inc -I$(top_srcdir)/../../kernel/include - -# ----------------------------------------------------------------------------- -# all export libs which shall be generated -lib_LTLIBRARIES = libubi.la \ - libpfiflash.la - -# ----------------------------------------------------------------------------- -# all convinence libs which shall be generated -noinst_LTLIBRARIES = libcrc32.la \ - libubigen.la \ - liberror.la \ - liblist.la \ - libbootenv.la \ - libpfi.la \ - libpeb.la \ - libreader.la \ - libubimirror.la - -# ----------------------------------------------------------------------------- -# exported libs -libpfiflash_la_SOURCES = $(top_srcdir)/src/libpfiflash/pfiflash.c -libpfiflash_la_LDFLAGS = -no-undefined -version-info 1:0:0 -libpfiflash_la_LIBADD = libreader.la \ - libubimirror.la \ - libubi.la - -libubi_la_SOURCES = $(top_srcdir)/src/libubi/libubi.c \ - $(top_srcdir)/src/libubi/libubi_sysfs.c -libubi_la_LDFLAGS = -no-undefined -version-info 1:0:0 - -# ----------------------------------------------------------------------------- -# complex convinence libs, beware for double includes. -libreader_la_SOURCES = $(top_srcdir)/src/libreader/reader.c -libreader_la_LIBADD = libpfi.la \ - liblist.la \ - libpeb.la \ - libbootenv.la - -libubigen_la_SOURCES = $(top_srcdir)/src/libubigen/ubigen.c -libubigen_la_LIBADD = libcrc32.la - -libbootenv_la_SOURCES = $(top_srcdir)/src/libbootenv/bootenv.c \ - $(top_srcdir)/src/libbootenv/hashmap.c -libbootenv_la_LIBADD = libcrc32.la - -libubimirror_la_SOURCES = $(top_srcdir)/src/libubimirror/ubimirror.c -libubimirror_la_LIBADD = libubi.la - - -# ----------------------------------------------------------------------------- -# simple convinence libs -libcrc32_la_SOURCES = $(top_srcdir)/src/libcrc32/crc32.c -liberror_la_SOURCES = $(top_srcdir)/src/liberror/error.c -liblist_la_SOURCES = $(top_srcdir)/src/liblist/list.c -libpeb_la_SOURCES = $(top_srcdir)/src/libpeb/peb.c -libpfi_la_SOURCES = $(top_srcdir)/src/libpfi/pfi.c |