Changeset 7209360a in rtems
- Timestamp:
- 02/23/00 16:01:11 (24 years ago)
- Children:
- 06f190b
- Parents:
- f362fa7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libnetworking/rtems_webserver/Makefile.am
rf362fa7 r7209360a 16 16 OBJS = $(C_O_FILES) 17 17 18 H_FILES = ej.h uemf.h webs.h wsIntrn.h 19 18 20 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 19 21 include $(top_srcdir)/../../../automake/lib.am … … 28 30 $(make-library) 29 31 32 $(PROJECT_INCLUDE): 33 $(mkinstalldirs) $@ 34 35 $(PROJECT_INCLUDE)/goahead: 36 $(mkinstalldirs) $@ 37 38 $(PROJECT_INCLUDE)/goahead/%.h: %.h 39 $(INSTALL_DATA) $< $@ 40 41 PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/goahead \ 42 $(H_FILES:%.h=$(PROJECT_INCLUDE)/goahead/%.h) 43 30 44 if HAS_POSIX 31 all-local: $( ARCH) $(OBJS) $(LIB)45 all-local: $(PREINSTALL_FILES) $(ARCH) $(OBJS) $(LIB) 32 46 endif 33 47
Note: See TracChangeset
for help on using the changeset viewer.