forked from Imagelibrary/rtems
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='. * include/Makefile.am: Use 'TMPINSTALL_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 'TMPINSTALL_FILES ='.
|
||||
|
||||
2001-08-17 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/Makefile.am: Include coverhd.h so tmtests will compile.
|
||||
|
||||
@@ -14,9 +14,9 @@ $(PROJECT_INCLUDE)/%.h: %.h
|
||||
|
||||
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
|
||||
cp $< $@
|
||||
CLEANFILES += coverhd.h
|
||||
CLEANFILES = coverhd.h
|
||||
|
||||
TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
||||
TMPINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
||||
|
||||
all-local: $(TMPINSTALL_FILES)
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use 'TMPINSTALL_FILES ='.
|
||||
|
||||
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||
|
||||
@@ -28,7 +28,7 @@ $(PROJECT_ROOT)/posix/tests/shmdump: shmdump
|
||||
$(PROJECT_ROOT)/posix/tests/semdump: semdump
|
||||
$(INSTALL_SCRIPT) $< $@
|
||||
|
||||
TMPINSTALL_FILES += $(PROJECT_ROOT)/posix/tests \
|
||||
TMPINSTALL_FILES = $(PROJECT_ROOT)/posix/tests \
|
||||
$(PROJECT_ROOT)/posix/tests/runtest $(PROJECT_ROOT)/posix/tests/looptest
|
||||
|
||||
## HACK: install to build-tree
|
||||
|
||||
Reference in New Issue
Block a user