Changeset db44e38c in rtems for cpukit/score/Makefile.am
- Timestamp:
- Jan 14, 2004, 5:32:30 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7fc2cbfe
- Parents:
- 8956e27
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/Makefile.am
r8956e27 rdb44e38c 160 160 all-local: $(PREINSTALL_FILES) libscore$(LIB_VARIANT).a 161 161 162 DISTCLEANFILES = include/rtems/score/cpuopts.h 163 162 164 PREINSTALL_FILES = 163 165 … … 165 167 @$(mkdir_p) $(PROJECT_INCLUDE)/rtems 166 168 @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp) 169 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/$(dirstamp) 167 170 168 171 $(PROJECT_INCLUDE)/rtems/debug.h: include/rtems/debug.h $(PROJECT_INCLUDE)/rtems/$(dirstamp) … … 181 184 @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score 182 185 @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) 186 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) 183 187 184 188 $(PROJECT_INCLUDE)/rtems/score/address.h: include/rtems/score/address.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp) … … 479 483 endif 480 484 485 CLEANFILES += $(PREINSTALL_FILES) 486 481 487 include $(top_srcdir)/automake/subdirs.am 482 488 include $(top_srcdir)/automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.