Changeset 7209360a in rtems


Ignore:
Timestamp:
02/23/00 16:01:11 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Children:
06f190b
Parents:
f362fa7
Message:

Fix based on report from Jake Janovetz <janovetz@…>
that some files needed to be installed so you could build your own
version of the web server initialization code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/libnetworking/rtems_webserver/Makefile.am

    rf362fa7 r7209360a  
    1616OBJS = $(C_O_FILES)
    1717
     18H_FILES = ej.h uemf.h webs.h wsIntrn.h
     19
    1820include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    1921include $(top_srcdir)/../../../automake/lib.am
     
    2830        $(make-library)
    2931
     32$(PROJECT_INCLUDE):
     33        $(mkinstalldirs) $@
     34
     35$(PROJECT_INCLUDE)/goahead:
     36        $(mkinstalldirs) $@
     37
     38$(PROJECT_INCLUDE)/goahead/%.h: %.h
     39        $(INSTALL_DATA) $< $@
     40
     41PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/goahead \
     42   $(H_FILES:%.h=$(PROJECT_INCLUDE)/goahead/%.h)
     43
    3044if HAS_POSIX
    31 all-local: $(ARCH) $(OBJS) $(LIB)
     45all-local: $(PREINSTALL_FILES) $(ARCH) $(OBJS) $(LIB)
    3246endif
    3347
Note: See TracChangeset for help on using the changeset viewer.