diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-01 07:33:59 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-01 07:33:59 +0000 |
| commit | bb16d8816c82f490df355d667795687b034dc976 (patch) | |
| tree | c620b3848c3e72d27be25a147e0b6e8f99777db0 /src/bin/jp3d | |
| parent | e1cd500ac50f664bb7c4de479a3864367a46053c (diff) | |
[trunk] FolderReorgProposal task: only keep a single build system
Diffstat (limited to 'src/bin/jp3d')
| -rw-r--r-- | src/bin/jp3d/Makefile.am | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/bin/jp3d/Makefile.am b/src/bin/jp3d/Makefile.am deleted file mode 100644 index bf6ff1e5..00000000 --- a/src/bin/jp3d/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ - -MAINTAINERCLEANFILES = Makefile.in - -bin_PROGRAMS = jp3d_to_volume volume_to_jp3d -LDADD = $(USERLIBS) ../libjp3dvm/libopenjp3dvm.la - -jp3d_to_volume_CPPFLAGS = -jp3d_to_volume_CFLAGS = -jp3d_to_volume_LDADD = $(top_builddir)/jp3d/libjp3dvm/libopenjp3dvm.la -lm -jp3d_to_volume_SOURCES = getopt.c convert.c jp3d_to_volume.c convert.h - -volume_to_jp3d_CPPFLAGS = -volume_to_jp3d_CFLAGS = -volume_to_jp3d_LDADD = $(top_builddir)/jp3d/libjp3dvm/libopenjp3dvm.la -volume_to_jp3d_SOURCES = getopt.c convert.c volume_to_jp3d.c convert.h - -EXTRA_DIST = \ -CMakeLists.txt \ -windirent.h - -install-data-hook: - @echo -e " (B)\t$(bindir)/jp3d_to_volume$(EXEEXT)" >> $(top_builddir)/report.txt - @echo -e " (B)\t$(bindir)/volume_to_jp3d$(EXEEXT)" >> $(top_builddir)/report.txt |
