source: ada-examples/Makefile @ eb04e53

ada-examples-4-10-branchada-examples-4-9-branch
Last change on this file since eb04e53 was eb04e53, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/07 at 14:43:05

2007-09-27 Joel Sherrill <joel.sherrill@…>

  • ChangeLog?: New tests. Clean up. Rework so all tests use the same shared Makefile for the hard logic of producing an executable.
  • Makefile, Makefile.shared, README.Makefiles, networkconfig.h, rtems_init.c: New files.
  • Property mode set to 100644
File size: 241 bytes
Line 
1#
2#  $Id$
3#
4
5include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
6include $(RTEMS_CUSTOM)
7include $(RTEMS_ROOT)/make/directory.cfg
8
9SUBDIRS=hello_world_ada delay_until
10
11ifeq ($(HAS_NETWORKING),yes)
12  SUBDIRS += dumpwebpage pingpong gen-soconn
13endif
14
Note: See TracBrowser for help on using the repository browser.