~ubuntu-branches/debian/stretch/readline6/stretch

« back to all changes in this revision

Viewing changes to shlib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-01-02 13:29:08 UTC
  • mto: (0.1.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100102132908-hiy6dhm0fzq4vrss
Tags: upstream-6.1
ImportĀ upstreamĀ versionĀ 6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
SHELL = @MAKE_SHELL@
51
51
 
52
52
host_os = @host_os@
 
53
host_vendor = @host_vendor@
53
54
 
54
55
prefix = @prefix@
55
56
exec_prefix = @exec_prefix@
182
183
        -$(SHELL) $(topdir)/support/mkdirs $(DESTDIR)$(libdir)
183
184
 
184
185
install: installdirs $(SHLIB_STATUS)
185
 
        $(SHELL) $(topdir)/support/shlib-install -O $(host_os) -d $(DESTDIR)$(libdir) -b $(DESTDIR)$(bindir) -i "$(INSTALL_DATA)" $(SHARED_HISTORY)
186
 
        $(SHELL) $(topdir)/support/shlib-install -O $(host_os) -d $(DESTDIR)$(libdir) -b $(DESTDIR)$(bindir) -i "$(INSTALL_DATA)" $(SHARED_READLINE)
 
186
        $(SHELL) $(topdir)/support/shlib-install -O $(host_os) -V $(host_vendor) -d $(DESTDIR)$(libdir) -b $(DESTDIR)$(bindir) -i "$(INSTALL_DATA)" $(SHARED_HISTORY)
 
187
        $(SHELL) $(topdir)/support/shlib-install -O $(host_os) -V $(host_vendor) -d $(DESTDIR)$(libdir) -b $(DESTDIR)$(bindir) -i "$(INSTALL_DATA)" $(SHARED_READLINE)
187
188
        @echo install: you may need to run ldconfig
188
189
 
189
190
uninstall:
190
 
        $(SHELL) $(topdir)/support/shlib-install -O $(host_os) -d $(DESTDIR)$(libdir) -b $(DESTDIR)$(bindir) -U $(SHARED_HISTORY)
191
 
        $(SHELL) $(topdir)/support/shlib-install -O $(host_os) -d $(DESTDIR)$(libdir) -b $(DESTDIR)$(bindir) -U $(SHARED_READLINE)
 
191
        $(SHELL) $(topdir)/support/shlib-install -O $(host_os) -V $(host_vendor) -d $(DESTDIR)$(libdir) -b $(DESTDIR)$(bindir) -U $(SHARED_HISTORY)
 
192
        $(SHELL) $(topdir)/support/shlib-install -O $(host_os) -V $(host_vendor) -d $(DESTDIR)$(libdir) -b $(DESTDIR)$(bindir) -U $(SHARED_READLINE)
192
193
        @echo uninstall: you may need to run ldconfig
193
194
 
194
195
clean mostlyclean:      force