blob: 4b055782f025b7dcb1805266a3366cbe867ccb3c (
plain) (
blame)
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
|
--- libwmfun-0.0.3/libwmfun/Makefile.in.orig Tue Feb 15 16:04:35 2000
+++ libwmfun-0.0.3/libwmfun/Makefile.in Tue Feb 15 15:44:31 2000
@@ -38,7 +38,7 @@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = ..
+top_builddir = ../..
ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
@@ -69,6 +69,8 @@
RANLIB = @RANLIB@
VERSION = @VERSION@
+INCLUDES = -I$(top_srcdir)/wrlib -I$(top_srcdir)/src -I$(top_srcdir)/WINGs @HEADER_SEARCH_PATH@
+
lib_LTLIBRARIES = libwmfun.la
libwmfun_la_SOURCES = bilinear.c fade.c generic.c generic.h getopt.c getopt.h getopt1.c wave.c
@@ -104,12 +106,12 @@
all: all-redirect
.SUFFIXES:
.SUFFIXES: .S .c .lo .o .s
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps libwmfun/Makefile
-
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- cd $(top_builddir) \
- && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
+#$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
+# cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps libwmfun/Makefile
+#
+#Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+# cd $(top_builddir) \
+# && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
mostlyclean-libLTLIBRARIES:
|