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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [libnetworking/] [rtems_webserver/] [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.8 2002/03/28 00:49:43 joel Exp
3
##
4
 
5
 
6
include_goaheaddir = $(includedir)/goahead
7
 
8
LIBNAME = lib.a
9
LIB = $(ARCH)/$(LIBNAME)
10
 
11
C_FILES = asp.c balloc.c default.c ejlex.c ejparse.c emfdb.c form.c \
12
    h.c handler.c md5c.c mime.c misc.c webpage.c ringq.c rom.c security.c \
13
    sock.c socket.c sym.c uemf.c um.c url.c value.c wbase64.c webrom.c webs.c \
14
    websuemf.c webmain.c
15
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
16
 
17
OBJS = $(C_O_FILES)
18
 
19
H_FILES = ej.h ejIntrn.h emfdb.h md5.h uemf.h um.h webs.h wsIntrn.h
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
#
26
# Add local stuff here using +=
27
#
28
 
29
AM_CPPFLAGS += -DWEBS -DUEMF -DOS="RTEMS"
30
 
31
$(LIB): $(OBJS)
32
        $(make-library)
33
 
34
$(PROJECT_INCLUDE):
35
        $(mkinstalldirs) $@
36
 
37
$(PROJECT_INCLUDE)/goahead:
38
        $(mkinstalldirs) $@
39
 
40
$(PROJECT_INCLUDE)/goahead/%.h: %.h
41
        $(INSTALL_DATA) $< $@
42
 
43
$(PROJECT_INCLUDE)/rtems_webserver.h: rtems_webserver.h
44
        $(INSTALL_DATA) $< $@
45
 
46
PREINSTALL_FILES = $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems_webserver.h \
47
    $(PROJECT_INCLUDE)/goahead $(H_FILES:%.h=$(PROJECT_INCLUDE)/goahead/%.h)
48
 
49
if HAS_POSIX
50
include_HEADERS = rtems_webserver.h
51
include_goahead_HEADERS = $(H_FILES)
52
 
53
all-local: $(PREINSTALL_FILES) $(ARCH) $(OBJS) $(LIB)
54
endif
55
 
56
.PRECIOUS: $(LIB)
57
 
58
EXTRA_DIST = asp.c balloc.c default.c ej.h ejlex.c ejparse.c form.c h.c \
59
    handler.c mime.c misc.c ringq.c rom.c rtems_webserver.h security.c \
60
    sock.c socket.c sym.c uemf.c uemf.h um.h url.c value.c wbase64.c webcomp.c \
61
    webmain.c webpage.c webrom.c webs.c webs.h websuemf.c wsIntrn.h
62
 
63
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.