forked from Imagelibrary/rtems
2010-08-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* fileio/Makefile.am: Remove AM_CONDITIONAL(LIBCHIP). * configure.ac: Remove AM_CONDITIONAL(LIBCHIP). Force autoconf-2.67, automake-1.11.1.
This commit is contained in:
@@ -4,19 +4,15 @@
|
||||
|
||||
MANAGERS = io message semaphore
|
||||
|
||||
if LIBCHIP
|
||||
|
||||
rtems_tests_PROGRAMS = fileio
|
||||
fileio_SOURCES = init.c system.h
|
||||
|
||||
dist_rtems_tests_DATA = fileio.doc
|
||||
endif
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
if LIBCHIP
|
||||
fileio_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
|
||||
|
||||
LINK_OBJS = $(fileio_OBJECTS) $(fileio_LDADD)
|
||||
@@ -25,6 +21,5 @@ LINK_LIBS = $(fileio_LDLIBS)
|
||||
fileio$(EXEEXT): $(fileio_OBJECTS) $(fileio_DEPENDENCIES)
|
||||
@rm -f fileio$(EXEEXT)
|
||||
$(make-exe)
|
||||
endif
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
|
||||
Reference in New Issue
Block a user