forked from Imagelibrary/rtems
2002-09-13 Joel Sherrill <joel@OARcorp.com>
* samples/hello/Makefile.am: Make sure init.c is compiled and included. This test now runs.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-09-13 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* samples/hello/Makefile.am: Make sure init.c is compiled and
|
||||
included. This test now runs.
|
||||
|
||||
2002-09-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* samples/base_mp/config.h: New file previously missed.
|
||||
|
||||
@@ -5,9 +5,12 @@ include $(top_srcdir)/../../../automake/compile.am
|
||||
|
||||
include $(top_srcdir)/ada.am
|
||||
|
||||
hello$(EXEEXT): hello.adb
|
||||
hello$(EXEEXT): hello.adb init.o
|
||||
$(GNATCOMPILE) -margs -a $< -o $@
|
||||
|
||||
init.o: ../../support/init.c
|
||||
$(COMPILE.c) -I$(srcdir) -c $<
|
||||
|
||||
noinst_PROGRAMS = hello
|
||||
|
||||
hello_SOURCES = hello.adb \
|
||||
|
||||
Reference in New Issue
Block a user