Changeset 451198be in rtems for cpukit/ftpd/Makefile.am
- Timestamp:
- Jun 14, 2001, 1:35:47 PM (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2aceb819
- Parents:
- 8e2b4de
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ftpd/Makefile.am
r8e2b4de r451198be 35 35 include_HEADERS = ftpd.h 36 36 37 PREINSTALL_FILES += $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) 37 include_rtems_HEADERS = telnetd.h 38 39 PREINSTALL_FILES += $(PROJECT_INCLUDE) \ 40 $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \ 41 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 38 42 39 43 $(PROJECT_INCLUDE)/%.h: %.h 40 44 $(INSTALL_DATA) $< $@ 45 $(PROJECT_INCLUDE)/rtems: 46 @$(mkinstalldirs) $@ 47 $(PROJECT_INCLUDE)/rtems/%.h: %.h 48 $(INSTALL_DATA) $< $@ 41 49 42 50 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.