source: rtems/c/src/exec/posix/include/rtems/posix/Makefile.in @ 0747e2d

4.104.114.84.95
Last change on this file since 0747e2d was 0747e2d, checked in by Joel Sherrill <joel.sherrill@…>, on 02/03/99 at 16:22:18

POSIX Timers submitted by Juan Zamorano Flores
<jzamora@…>.

  • Property mode set to 100644
File size: 993 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7VPATH = @srcdir@
8RTEMS_ROOT = @top_srcdir@
9PROJECT_ROOT = @PROJECT_ROOT@
10
11# We only build multiprocessing related files if HAS_MP was defined
12MP_PIECES_yes_V = condmp mutexmp pthreadmp
13MP_PIECES = $(MP_PIECES_$(HAS_MP)_V)
14
15H_PIECES= cond config key mutex posixapi \
16    priority psignal pthread ptimer seterr threadsup time
17#H_PIECES= cancel cond intr key mqueue mqueuemp mutex \
18#    mutexmp pthread pthreadmp priority semaphore semaphoremp threadsup \
19#    time
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) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/rtems/posix
Note: See TracBrowser for help on using the repository browser.