4.104.114.84.95
Last change
on this file since 2af6056 was
2af6056,
checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/26/02 at 06:12:08
|
2002-08-26 Ralf Corsepius <corsepiu@…>
- Makefile.am: New.
- configure.ac: New.
- ada.am: New.
- support/Makefile.am: New.
- samples/Makefile.am: New.
- samples/base_mp/Makefile.am: New.
- samples/base_sp/Makefile.am: New.
- samples/hello/Makefile.am: New.
- samples/ticker/Makefile.am: New.
|
-
Property mode set to
100644
|
File size:
400 bytes
|
Line | |
---|
1 | ## $Id$ |
---|
2 | |
---|
3 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg |
---|
4 | include $(top_srcdir)/../../../automake/compile.am |
---|
5 | |
---|
6 | include $(top_srcdir)/ada.am |
---|
7 | |
---|
8 | mptest$(EXEEXT): mptest.adb |
---|
9 | $(GNATCOMPILE) -margs -a $< -o $@ |
---|
10 | |
---|
11 | if EXPADA |
---|
12 | noinst_PROGRAMS = mptest |
---|
13 | endif |
---|
14 | |
---|
15 | mptest_SOURCES = mptest.adb mptest.ads |
---|
16 | |
---|
17 | EXTRA_DIST = node1/base_mp.scn |
---|
18 | EXTRA_DIST += node2/base_mp.scn |
---|
19 | |
---|
20 | include $(top_srcdir)/../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.