source: rtems/c/src/exec/posix/sys/Makefile.in @ 98e4ebf5

4.104.114.84.95
Last change on this file since 98e4ebf5 was a2016b99, checked in by Joel Sherrill <joel.sherrill@…>, on 10/08/97 at 14:42:08

Removed include directory at "build" point and the link of this directory
to lib/include.

Went to using a PROJECT_INCLUDE variable.

  • Property mode set to 100644
File size: 565 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8VPATH=@srcdir@
9
10#H_PIECES=utsname
11H_PIECES=
12H_FILES=$(H_PIECES:%=$(srcdir)/%.h)
13
14SRCS=$(H_FILES)
15
16include $(RTEMS_CUSTOM)
17include $(PROJECT_ROOT)/make/leaf.cfg
18
19#
20# Add your list of files to delete here.  The config files
21#  already know how to delete some stuff, so you may want
22#  to just run 'make clean' first to see what gets missed.
23#  'make clobber' already includes 'make clean'
24#
25
26CLEAN_ADDITIONS +=
27CLOBBER_ADDITIONS +=
28
29all:    $(SRCS)
30        $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/sys
Note: See TracBrowser for help on using the repository browser.