blob: d65dcd07eaac2ff45bdbab996c1a092f0542b4da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
--- Makefile.in.orig 2009-02-17 17:47:41.139829207 +0000
+++ Makefile.in 2009-02-17 20:13:20.388249934 +0000
@@ -76,7 +76,17 @@
"$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"
libLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(lib_LTLIBRARIES)
-libast_la_LIBADD =
+libast_la_LIBADD = \
+ libast_err.la \
+ libast_ems.la \
+ libast_grf3d.la \
+ libast_grf_2.0.la \
+ libast_grf_3.2.la \
+ libast_pgplot.la \
+ libast_pgplot3d.la \
+ libast_pal.la \
+ libast_wcslib.la
+
am__objects_1 = libast_la-axis.lo libast_la-box.lo libast_la-c2f77.lo \
libast_la-channel.lo libast_la-circle.lo libast_la-cmpframe.lo \
libast_la-cmpmap.lo libast_la-cmpregion.lo \
@@ -670,7 +680,6 @@
nodist_include_HEADERS = ast.h AST_PAR
include_MESSAGES = AST_ERR ast_err.h
lib_LTLIBRARIES = \
- libast.la \
libast_err.la \
libast_ems.la \
libast_grf3d.la \
@@ -679,11 +688,12 @@
libast_pgplot.la \
libast_pgplot3d.la \
libast_pal.la \
- libast_wcslib.la
+ libast_wcslib.la \
+ libast.la
-stardocs_DATA = @STAR_LATEX_DOCUMENTATION@
-dist_starnews_DATA = ast.news
-dist_pkgdata_DATA = LICENCE
+stardocs_DATA =
+dist_starnews_DATA =
+dist_pkgdata_DATA =
# Make all library code position independent by default. This is handy for
# creating shareable libraries from the static ones (Java JNI libraries).
@@ -791,7 +801,7 @@
#ast_test_LDADD = `ast_link`
# Expand ast_link to avoid libast_pass2, which causes problems for Solaris
ast_test_LDADD = libast.la libast_pal.la libast_grf_3.2.la libast_wcslib.la libast_grf_2.0.la libast_grf3d.la libast_err.la -lm
-starfacs_DATA = fac_1521_err
+starfacs_DATA =
all: $(BUILT_SOURCES) config.h
$(MAKE) $(AM_MAKEFLAGS) all-am
@@ -2566,7 +2576,6 @@
echo "</files>"; \
echo "</manifest>"; \
) >$$MF; \
- $(INSTALL_DATA) $$MF $(DESTDIR)$(STAR_MANIFEST_DIR)/$(PACKAGE); \
else \
echo "Installation of component $(DESTDIR)$(STAR_MANIFEST_DIR)/$(PACKAGE) failed" >&2; \
fi; \
|