4.104.114.95
Rev | Line | |
---|
[a837ab2] | 1 | EXTRA_DIST += target-ncurses.add |
---|
| 2 | EXTRA_DIST += ncurses.add |
---|
| 3 | |
---|
| 4 | NCURSES_SUBPACKAGES = $(top_srcdir)/common/common.add |
---|
| 5 | NCURSES_SUBPACKAGES += $(srcdir)/ncurses.add |
---|
| 6 | NCURSES_SUBPACKAGES += $(top_srcdir)/gcc/rpm-install.add |
---|
| 7 | NCURSES_SUBPACKAGES += $(top_srcdir)/common/clean.add |
---|
| 8 | NCURSES_SUBPACKAGES += $(srcdir)/target-ncurses.add |
---|
| 9 | |
---|
| 10 | $(TARGET)-ncurses.spec.in: $(NCURSES_SUBPACKAGES) Makefile.am |
---|
| 11 | cat $(NCURSES_SUBPACKAGES) | sed \ |
---|
| 12 | -e "s/[@]NCURSES_VERS[@]/$(NCURSES_VERS)/g" \ |
---|
| 13 | -e "s/[@]NCURSES_RPMREL[@]/$(NCURSES_RPMREL)/g" \ |
---|
| 14 | -e "s,%{gcc_rpmvers},%{ncurses_rpmvers},g" \ |
---|
| 15 | | $(MKSPEC0) > $(TARGET)-ncurses.spec.in |
---|
| 16 | CLEANFILES += $(TARGET)-ncurses.spec.in |
---|
| 17 | |
---|
| 18 | @rpmprefix@$(TARGET)-ncurses.spec: $(TARGET)-ncurses.spec.in |
---|
| 19 | $(MKSPEC) $(TARGET)-ncurses.spec.in | $(SPECSTRIP) > $@ |
---|
| 20 | CLEANFILES += @rpmprefix@$(TARGET)-ncurses.spec |
---|
| 21 | noinst_DATA += @rpmprefix@$(TARGET)-ncurses.spec |
---|
Note: See
TracBrowser
for help on using the repository browser.