forked from Imagelibrary/rtems
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='. * include/Makefile.am: Use 'PREINSTALL_FILES ='.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* include/Makefile.am: Use 'CLEANFILES ='.
|
||||||
|
* include/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||||
|
|
||||||
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2001-05-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.in: Add bspopts.h, fix PACKAGE.
|
* configure.in: Add bspopts.h, fix PACKAGE.
|
||||||
|
|||||||
@@ -14,9 +14,9 @@ $(PROJECT_INCLUDE)/%.h: %.h
|
|||||||
|
|
||||||
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
|
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
|
||||||
cp $< $@
|
cp $< $@
|
||||||
CLEANFILES += coverhd.h
|
CLEANFILES = coverhd.h
|
||||||
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
|
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
|
||||||
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|||||||
Reference in New Issue
Block a user