source: rtems/c/src/exec/posix/include/sys/Makefile.in @ 3108b76

4.104.114.84.95
Last change on this file since 3108b76 was 0bf2ff8, checked in by Joel Sherrill <joel.sherrill@…>, on 03/24/99 at 23:15:20

utime.h moved to c/src/lib/include/sys since it is needed by some libc
routines.

  • Property mode set to 100644
File size: 922 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8top_builddir = ../../../../../..
9subdir = c/src/exec/posix/include/sys
10
11INSTALL = @INSTALL@
12
13RTEMS_ROOT = $(top_srcdir)/@RTEMS_TOPdir@
14PROJECT_ROOT = @PROJECT_ROOT@
15
16VPATH = @srcdir@
17
18#H_PIECES=utsname
19H_PIECES=
20H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
21
22SRCS=$(H_FILES)
23
24include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
25include $(RTEMS_ROOT)/make/leaf.cfg
26
27#
28# Add your list of files to delete here.  The config files
29#  already know how to delete some stuff, so you may want
30#  to just run 'make clean' first to see what gets missed.
31#  'make clobber' already includes 'make clean'
32#
33
34CLEAN_ADDITIONS +=
35CLOBBER_ADDITIONS +=
36
37all:    $(SRCS)
38        $(INSTALL_CHANGE) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/sys
39
40Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
41        cd $(top_builddir) \
42         && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
Note: See TracBrowser for help on using the repository browser.