forked from Imagelibrary/rtems
Ran ampolish after getting new version from Ralf Corsepius
<corsepiu@faw.uni-ulm.de>.
This commit is contained in:
@@ -5,20 +5,17 @@
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
||||
|
||||
bin_PROGRAMS = cklength eolstrip packhex unhex
|
||||
bin_PROGRAMS = cklength eolstrip packhex unhex
|
||||
|
||||
noinst_PROGRAMS = binpatch
|
||||
|
||||
cklength_SOURCES = cklength.c
|
||||
eolstrip_SOURCES = eolstrip.c
|
||||
packhex_SOURCES = packhex.c
|
||||
unhex_SOURCES = unhex.c
|
||||
packhex_SOURCES = packhex.c
|
||||
unhex_SOURCES = unhex.c
|
||||
binpatch_SOURCES = binpatch.c
|
||||
|
||||
bin_SCRIPTS=\
|
||||
install-if-change \
|
||||
lock-directory \
|
||||
unlock-directory
|
||||
bin_SCRIPTS = install-if-change lock-directory unlock-directory
|
||||
|
||||
noinst_SCRIPTS = search-id.sh
|
||||
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
||||
|
||||
noinst_SCRIPTS=size_rtems
|
||||
noinst_SCRIPTS = size_rtems
|
||||
include $(top_srcdir)/../../../automake/host.am
|
||||
|
||||
@@ -5,17 +5,14 @@
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
||||
|
||||
noinst_PROGRAMS=genoffsets
|
||||
noinst_PROGRAMS = genoffsets
|
||||
|
||||
genoffsets_SOURCES = \
|
||||
genoffsets.c
|
||||
genoffsets_SOURCES = genoffsets.c
|
||||
|
||||
## We use files that have not been installed yet.
|
||||
|
||||
CPU_DIR=../../cpu/$(RTEMS_CPU)
|
||||
CPU_DIR = ../../cpu/$(RTEMS_CPU)
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(PROJECT_INCLUDE) \
|
||||
-I$(CPU_DIR)
|
||||
AM_CPPFLAGS = -I$(PROJECT_INCLUDE) -I$(CPU_DIR)
|
||||
|
||||
include $(top_srcdir)/../../../automake/host.am
|
||||
|
||||
@@ -5,12 +5,9 @@
|
||||
AUTOMAKE_OPTIONS = foreign 1.4 no-installman
|
||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
||||
|
||||
noinst_PROGRAMS=shgen
|
||||
noinst_PROGRAMS = shgen
|
||||
|
||||
shgen_SOURCES = \
|
||||
sci.h \
|
||||
sci.c \
|
||||
shgen.c
|
||||
shgen_SOURCES = sci.h sci.c shgen.c
|
||||
|
||||
if HELP2MAN
|
||||
man_MANS = shgen.1
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
||||
|
||||
noinst_PROGRAMS=gensize
|
||||
noinst_PROGRAMS = gensize
|
||||
|
||||
gensize_SOURCES=gensize.c
|
||||
gensize_SOURCES = gensize.c
|
||||
|
||||
include $(top_srcdir)/../../../automake/host.am
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
|
||||
|
||||
## NOTE: It doesn't make much sense to install these files
|
||||
|
||||
CLEANFILES = update word-replace
|
||||
@@ -12,16 +13,10 @@ if PERL
|
||||
# All files in this directory depend on having perl.
|
||||
# Do not handle them if perl is missing.
|
||||
|
||||
noinst_SCRIPTS = \
|
||||
acpolish \
|
||||
ampolish \
|
||||
cipolish \
|
||||
rtems-polish.sh \
|
||||
word-replace \
|
||||
update
|
||||
noinst_SCRIPTS = acpolish ampolish cipolish rtems-polish.sh word-replace \
|
||||
update
|
||||
|
||||
noinst_DATA = \
|
||||
310_to_320_list
|
||||
noinst_DATA = 310_to_320_list
|
||||
|
||||
update: $(srcdir)/update.in $(top_builddir)/config.status
|
||||
@cd $(top_builddir) \
|
||||
@@ -35,13 +30,7 @@ word-replace: $(srcdir)/word-replace.in $(top_builddir)/config.status
|
||||
|
||||
endif
|
||||
|
||||
EXTRA_DIST = \
|
||||
310_to_320_list \
|
||||
update.in \
|
||||
word-replace.in \
|
||||
acpolish \
|
||||
ampolish \
|
||||
cipolish \
|
||||
rtems-polish.sh
|
||||
EXTRA_DIST = 310_to_320_list update.in word-replace.in acpolish ampolish \
|
||||
cipolish rtems-polish.sh
|
||||
|
||||
include $(top_srcdir)/../../automake/host.am
|
||||
|
||||
Reference in New Issue
Block a user