OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [libmisc/] [serdbg/] [Makefile.am] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
##
2
## Makefile.am,v 1.1 2002/06/27 21:25:13 joel Exp
3
##
4
 
5
AUTOMAKE_OPTIONS = foreign 1.4
6
 
7
include_rtemsdir = $(includedir)/rtems
8
 
9
LIBNAME = libserdbg-tmp
10
LIB = $(ARCH)/$(LIBNAME).a
11
 
12
C_FILES = serdbg.c serdbgio.c termios_printk.c
13
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
14
 
15
noinst_HEADERS =
16
include_HEADERS = serdbgcnf.h serdbg.h termios_printk_cnf.h \
17
                  termios_printk.h
18
 
19
OBJS = $(C_O_FILES)
20
 
21
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
22
include $(top_srcdir)/../../../automake/compile.am
23
include $(top_srcdir)/../../../automake/lib.am
24
 
25
$(PROJECT_INCLUDE):
26
        @$(mkinstalldirs) $@
27
$(PROJECT_INCLUDE)/%.h: %.h
28
        $(INSTALL_DATA) $< $@
29
 
30
#
31
# (OPTIONAL) Add local stuff here using +=
32
#
33
 
34
$(LIB): $(OBJS)
35
        $(make-library)
36
 
37
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
38
    $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
39
 
40
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)
41
 
42
.PRECIOUS: $(LIB)
43
 
44
EXTRA_DIST = README serdbg.c serdbgio.c serdbgcnf.h serdbg.h \
45
             termios_printk.c termios_printk.h termios_printk_cnf.h
46
 
47
include $(top_srcdir)/../../../automake/local.am

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.