forked from Imagelibrary/rtems
Eliminate _exe_/.exe.
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
MANAGERS = event io msg sem signal timer rate_monotonic
|
||||
|
||||
if HAS_CXX
|
||||
rtems_tests_PROGRAMS = rtems++.exe
|
||||
rtems___exe_SOURCES = Init.cc Task1.cc Task2.cc Task3.cc System.h
|
||||
rtems_tests_PROGRAMS = rtems++
|
||||
rtems___SOURCES = Init.cc Task1.cc Task2.cc Task3.cc System.h
|
||||
endif
|
||||
|
||||
dist_rtems_tests_DATA = rtems++.scn
|
||||
@@ -17,16 +17,16 @@ include $(top_srcdir)/../automake/compile.am
|
||||
include $(top_srcdir)/../automake/leaf.am
|
||||
|
||||
if HAS_CXX
|
||||
rtems___exe_LDLIBS = -lrtems++
|
||||
rtems___LDLIBS = -lrtems++
|
||||
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
|
||||
|
||||
rtems___exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
|
||||
rtems___LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
|
||||
|
||||
LINK_OBJS = $(rtems___exe_OBJECTS) $(rtems___exe_LDADD)
|
||||
LINK_LIBS = $(rtems___exe_LDLIBS)
|
||||
LINK_OBJS = $(rtems___OBJECTS) $(rtems___LDADD)
|
||||
LINK_LIBS = $(rtems___LDLIBS)
|
||||
|
||||
rtems++.exe$(EXEEXT): $(rtems___exe_OBJECTS) $(rtems___exe_DEPENDENCIES)
|
||||
@rm -f rtems++.exe$(EXEEXT)
|
||||
rtems++$(EXEEXT): $(rtems___OBJECTS) $(rtems___DEPENDENCIES)
|
||||
@rm -f rtems++$(EXEEXT)
|
||||
$(make-cxx-exe)
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user