source: rtems/testsuites/libtests/tztest/Makefile.am @ 3e1fada2

4.104.114.84.95
Last change on this file since 3e1fada2 was 3e1fada2, checked in by Joel Sherrill <joel.sherrill@…>, on 03/13/07 at 19:31:29

2007-03-13 Joel Sherrill <joel@…>

  • Makefile.am, configure.ac: Added timezone test.
  • tztest/Makefile.am, tztest/init.c, tztest/tztest.doc, tztest/tztest.scn: New files.
  • Property mode set to 100644
File size: 562 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = tztest.exe
8tztest_exe_SOURCES = init.c
9
10dist_rtems_tests_DATA = tztest.scn
11
12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
13include $(top_srcdir)/../automake/compile.am
14include $(top_srcdir)/../automake/leaf.am
15
16AM_CPPFLAGS += -I$(top_srcdir)/../support/include
17
18LINK_OBJS = $(tztest_exe_OBJECTS) $(tztest_exe_LDADD)
19LINK_LIBS = $(tztest_exe_LDLIBS)
20
21tztest.exe$(EXEEXT): $(tztest_exe_OBJECTS) $(tztest_exe_DEPENDENCIES)
22        @rm -f tztest.exe$(EXEEXT)
23        $(make-exe)
24
25include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.