source: rtems/c/src/exec/sapi/optman/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: 824 bytes
Line 
1#
2#  $Id$
3#
4
5@SET_MAKE@
6srcdir = @srcdir@
7top_srcdir = @top_srcdir@
8VPATH=@srcdir@
9
10C_FILES= no-ext.c no-io.c
11
12H_FILES=
13
14SRCS=$(C_FILES) $(H_FILES)
15OBJS=$(C_O_FILES) $(S_O_FILES)
16
17PGMS=$(C_FILES:%.c=$(ARCH)/%.rel)
18
19include $(RTEMS_CUSTOM)
20include $(PROJECT_ROOT)/make/leaf.cfg
21
22#
23# (OPTIONAL) Add local stuff here using +=
24#
25
26DEFINES  +=
27CPPFLAGS +=
28CFLAGS   += $(CFLAGS_OS_V)
29
30ASM4FLAGS += -I $(PROJECT_INCLUDE)/rtems
31LD_PATHS  +=
32LD_LIBS   +=
33LDFLAGS   +=
34
35#
36# Add your list of files to delete here.  The config files
37#  already know how to delete some stuff, so you may want
38#  to just run 'make clean' first to see what gets missed.
39#  'make clobber' already includes 'make clean'
40#
41
42CLEAN_ADDITIONS +=
43CLOBBER_ADDITIONS +=
44
45all:    ${ARCH} $(SRCS) $(OBJS) $(PGMS)
46        $(INSTALL_VARIANT) -m 555 ${PGMS} ${PROJECT_RELEASE}/lib
Note: See TracBrowser for help on using the repository browser.