Changeset 3d1de20 in rtems for cpukit/score/Makefile.am
- Timestamp:
- Jan 19, 2004, 7:29:05 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7023111e
- Parents:
- 9a87463
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/Makefile.am
r9a87463 r3d1de20 162 162 DISTCLEANFILES = include/rtems/score/cpuopts.h 163 163 164 PREINSTALL_DIRS = 164 165 PREINSTALL_FILES = 165 166 … … 167 168 @$(mkdir_p) $(PROJECT_INCLUDE)/rtems 168 169 @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp) 169 PREINSTALL_ FILES += $(PROJECT_INCLUDE)/rtems/$(dirstamp)170 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp) 170 171 171 172 $(PROJECT_INCLUDE)/rtems/debug.h: include/rtems/debug.h $(PROJECT_INCLUDE)/rtems/$(dirstamp) … … 184 185 @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score 185 186 @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) 186 PREINSTALL_ FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)187 PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) 187 188 188 189 $(PROJECT_INCLUDE)/rtems/score/address.h: include/rtems/score/address.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) … … 484 485 485 486 CLEANFILES += $(PREINSTALL_FILES) 487 DISTCLEANFILES += $(PREINSTALL_DIRS) 486 488 487 489 include $(top_srcdir)/automake/subdirs.am
Note: See TracChangeset
for help on using the changeset viewer.