forked from Lainports/freebsd-ports
Changelog at <https://downloads.sourceforge.net/project/gnudatalanguage/gdl/0.9.2/README?r=http%3A%2F%2Fgnudatalanguage.sourceforge.net%2Fdownloads.php> Feature safe: yes
50 lines
1.8 KiB
Text
50 lines
1.8 KiB
Text
--- src/Makefile.in.orig 2011-11-07 04:07:18.000000000 +0100
|
|
+++ src/Makefile.in 2011-11-13 11:42:41.000000000 +0100
|
|
@@ -38,10 +38,6 @@
|
|
@BUILDASLIBRARY_FALSE@bin_PROGRAMS = gdl$(EXEEXT)
|
|
subdir = src
|
|
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
|
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
-am__aclocal_m4_deps = $(top_srcdir)/configure.in
|
|
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
- $(ACLOCAL_M4)
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = $(top_builddir)/config.h
|
|
CONFIG_CLEAN_FILES =
|
|
@@ -541,35 +537,7 @@
|
|
|
|
.SUFFIXES:
|
|
.SUFFIXES: .cpp .lo .o .obj
|
|
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
|
- @for dep in $?; do \
|
|
- case '$(am__configure_deps)' in \
|
|
- *$$dep*) \
|
|
- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
|
- && { if test -f $@; then exit 0; else break; fi; }; \
|
|
- exit 1;; \
|
|
- esac; \
|
|
- done; \
|
|
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
|
|
- $(am__cd) $(top_srcdir) && \
|
|
- $(AUTOMAKE) --gnu src/Makefile
|
|
-.PRECIOUS: Makefile
|
|
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
- @case '$?' in \
|
|
- *config.status*) \
|
|
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|
- *) \
|
|
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|
- esac;
|
|
-
|
|
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
-
|
|
-$(top_srcdir)/configure: $(am__configure_deps)
|
|
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
-$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
|
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
+
|
|
$(am__aclocal_m4_deps):
|
|
|
|
clean-noinstLTLIBRARIES:
|