source: rtems/cpukit/libfs/preinstall.am @ 67901a82

4.115
Last change on this file since 67901a82 was ee4e7f0, checked in by Sebastian Huber <sebastian.huber@…>, on 05/26/15 at 13:17:50

jffs2: Move into separate library

In case the zlib compression was used, then the librtemscpu.a depended
on libz.a. To avoid a GCC patch or complicated link flags move the
JFFS2 support into a separate library to use a simple "-ljffs2 -lz" to
link the executable.

  • Property mode set to 100644
File size: 608 bytes
Line 
1## Automatically generated by ampolish3 - Do not edit
2
3if AMPOLISH3
4$(srcdir)/preinstall.am: Makefile.am
5        $(AMPOLISH3) $(srcdir)/Makefile.am > $(srcdir)/preinstall.am
6endif
7
8PREINSTALL_DIRS =
9DISTCLEANFILES = $(PREINSTALL_DIRS)
10
11all-local: $(TMPINSTALL_FILES)
12
13TMPINSTALL_FILES =
14CLEANFILES = $(TMPINSTALL_FILES)
15
16$(PROJECT_LIB)/$(dirstamp):
17        @$(MKDIR_P) $(PROJECT_LIB)
18        @: > $(PROJECT_LIB)/$(dirstamp)
19PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
20
21$(PROJECT_LIB)/libjffs2.a: libjffs2.a $(PROJECT_LIB)/$(dirstamp)
22        $(INSTALL_DATA) $< $(PROJECT_LIB)/libjffs2.a
23TMPINSTALL_FILES += $(PROJECT_LIB)/libjffs2.a
24
Note: See TracBrowser for help on using the repository browser.