|
Lines 112-134
Link Here
|
| 112 |
@echo notice: the test programs are only installed in the current directory \(`pwd`\) |
112 |
@echo notice: the test programs are only installed in the current directory \(`pwd`\) |
| 113 |
|
113 |
|
| 114 |
install-dirs: |
114 |
install-dirs: |
| 115 |
$(top_srcdir)/mkinstalldirs $(libdir) |
115 |
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(libdir) |
| 116 |
$(top_srcdir)/mkinstalldirs $(bindir) |
116 |
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(bindir) |
| 117 |
$(top_srcdir)/mkinstalldirs $(sbindir) |
117 |
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(sbindir) |
| 118 |
$(top_srcdir)/mkinstalldirs $(includedir) |
118 |
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(includedir) |
| 119 |
$(top_srcdir)/mkinstalldirs $(sysconfdir) |
119 |
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir) |
| 120 |
|
120 |
|
| 121 |
install-normal: |
121 |
install-normal: |
| 122 |
$(INSTALL) -m 755 workmanir $(bindir)/workmanir |
122 |
$(INSTALL) -m 755 workmanir $(DESTDIR)$(bindir)/workmanir |
| 123 |
$(INSTALL) -m 755 libirman.a $(libdir)/libirman.a |
123 |
$(INSTALL) -m 755 libirman.a $(DESTDIR)$(libdir)/libirman.a |
| 124 |
$(INSTALL) -m 755 libirman.so $(libdir)/libirman.so |
124 |
$(INSTALL) -m 755 libirman.so $(DESTDIR)$(libdir)/libirman.so |
| 125 |
$(INSTALL) -m 644 irman.conf $(sysconfdir)/irman.conf |
125 |
$(INSTALL) -m 644 irman.conf $(DESTDIR)$(sysconfdir)/irman.conf |
| 126 |
$(INSTALL) -m 644 irman.h $(includedir)/irman.h |
126 |
$(INSTALL) -m 644 irman.h $(DESTDIR)$(includedir)/irman.h |
| 127 |
|
127 |
|
| 128 |
install-swtest: |
128 |
install-swtest: |
| 129 |
$(INSTALL) -m 755 workmanir $(bindir)/workmanir |
129 |
$(INSTALL) -m 755 workmanir $(DESTDIR)$(bindir)/workmanir |
| 130 |
$(INSTALL) -m 755 libirman_sw.a $(libdir)/libirman_sw.a |
130 |
$(INSTALL) -m 755 libirman_sw.a $(DESTDIR)$(libdir)/libirman_sw.a |
| 131 |
$(INSTALL) -m 755 libirman_sw.so $(libdir)/libirman_sw.so |
131 |
$(INSTALL) -m 755 libirman_sw.so $(DESTDIR)$(libdir)/libirman_sw.so |
| 132 |
|
132 |
|
| 133 |
uninstall: |
133 |
uninstall: |
| 134 |
$(RM) $(bindir)/workmanir |
134 |
$(RM) $(bindir)/workmanir |