source: ada-examples/gen-soconn/Makefile @ 197bc21

ada-examples-4-10-branch
Last change on this file since 197bc21 was 57716a5, checked in by Joel Sherrill <joel.sherrill@…>, on 09/17/09 at 18:13:35

2009-09-17 Joel Sherrill <joel.sherrill@…>

  • Makefile, gen-soccon.c, gsocket.h, init.c: Make follow standard RTEMS test output format. Add output screens where appropriate.
  • Property mode set to 100644
File size: 445 bytes
Line 
1#
2#  Makefile
3#
4#  See README.Makefiles in the main ada-examples directory.
5#
6#  $Id$
7#
8
9PGM=${ARCH}/gen-soccon.exe
10
11# optional managers required
12MANAGERS=all
13
14# C source names
15CSRCS = init.c gen-soccon.c
16COBJS = $(CSRCS:%.c=${ARCH}/%.o)
17
18include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
19include $(RTEMS_CUSTOM)
20include $(PROJECT_ROOT)/make/leaf.cfg
21
22OBJS= $(COBJS)
23
24CFLAGS += -DTARGET=\"RTEMS\"
25
26all:    ${ARCH} $(PGM)
27
28$(PGM): $(OBJS)
29        $(make-exe)
Note: See TracBrowser for help on using the repository browser.