source: rtems-libbsd/testsuite/link01/Makefile @ 2e2d441

4.1155-freebsd-126-freebsd-12freebsd-9.3
Last change on this file since 2e2d441 was 2e2d441, checked in by Joel Sherrill <joel.sherrill@…>, on 03/07/12 at 18:09:14

Add testsuite with single linking tests (link01)

  • Property mode set to 100644
File size: 441 bytes
Line 
1#
2#  $Id$
3#
4
5include ../../config.inc
6
7PGM=${ARCH}/link01.exe
8
9# optional managers required
10MANAGERS=all
11
12# C source names
13C_FILES = test.c
14C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
15
16AM_CPPFLAGS += -I $(INSTALL_BASE)/include
17LINK_LIBS += $(INSTALL_BASE)/libbsd.a
18
19include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
20include $(RTEMS_CUSTOM)
21include $(PROJECT_ROOT)/make/leaf.cfg
22
23OBJS= $(C_O_FILES)
24
25all:    ${ARCH} $(PGM)
26
27$(PGM): $(OBJS)
28        $(make-exe)
Note: See TracBrowser for help on using the repository browser.