source: rtems/c/src/exec/sapi/inline/Makefile.in @ a2016b99

4.104.114.84.95
Last change on this file since a2016b99 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: 567 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8VPATH=@srcdir@
9
10I_PIECES= extension
11I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
12
13SRCS=$(I_FILES)
14
15include $(RTEMS_CUSTOM)
16include $(PROJECT_ROOT)/make/lib.cfg
17
18#
19# Add your list of files to delete here.  The config files
20#  already know how to delete some stuff, so you may want
21#  to just run 'make clean' first to see what gets missed.
22#  'make clobber' already includes 'make clean'
23#
24
25CLEAN_ADDITIONS += $(LIB)
26CLOBBER_ADDITIONS +=
27
28all:    $(SRCS)
29        $(INSTALL) -m 444 ${I_FILES} $(PROJECT_INCLUDE)/rtems
Note: See TracBrowser for help on using the repository browser.