4.104.114.84.95
Last change
on this file since 9f6d7a3 was
9f6d7a3,
checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/22/02 at 09:27:52
|
2002-07-22 Ralf Corsepius <corsepiu@…>
- automake/lib.am: Use project_libdir instead of
$(PROJECT_RELEASE)/lib.
|
-
Property mode set to
100644
|
File size:
271 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | ## LD = @LD@ |
---|
6 | AR = @AR@ |
---|
7 | RANLIB = @RANLIB@ |
---|
8 | |
---|
9 | ARFLAGS = ruv |
---|
10 | |
---|
11 | define make-library |
---|
12 | $(RM) $@ |
---|
13 | $(AR) $(ARFLAGS) $@ $^ |
---|
14 | $(RANLIB) $@ |
---|
15 | endef |
---|
16 | |
---|
17 | $(project_libdir)$(MULTISUBDIR): |
---|
18 | @$(mkinstalldirs) $@ |
---|
19 | |
---|
20 | TMPINSTALL_FILES = $(project_libdir)$(MULTISUBDIR) |
---|
21 | |
---|
22 | .PRECIOUS: $(LIB) |
---|
Note: See
TracBrowser
for help on using the repository browser.