From ec26d103c3eb97fbd769453d36f385a3800d6302 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sun, 23 Jan 2011 05:26:48 +0000 Subject: [PATCH] changed build order --- qse/Makefile.am | 8 +------- qse/Makefile.in | 8 +------- qse/lib/awk/Makefile.in | 6 +++++- qse/lib/cut/Makefile.in | 6 +++++- qse/lib/scm/Makefile.in | 6 +++++- qse/lib/sed/Makefile.in | 6 +++++- 6 files changed, 22 insertions(+), 18 deletions(-) diff --git a/qse/Makefile.am b/qse/Makefile.am index 123571a5..f549821b 100644 --- a/qse/Makefile.am +++ b/qse/Makefile.am @@ -2,14 +2,8 @@ AUTOMAKE_OPTION = foreign EXTRA_DIST = LICENSE -SUBDIRS = lib cmd include +SUBDIRS = include lib cmd DIST_SUBDIRS = $(SUBDIRS) regress samples doc -#install-data-hook: -# cd include && $(MAKE) install - -#uninstall-hook: -# cd include && $(MAKE) uninstall - distclean-local: $(RM) -r autom4te.cache diff --git a/qse/Makefile.in b/qse/Makefile.in index 3cebfea7..f315b1da 100644 --- a/qse/Makefile.in +++ b/qse/Makefile.in @@ -204,7 +204,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTION = foreign EXTRA_DIST = LICENSE -SUBDIRS = lib cmd include +SUBDIRS = include lib cmd DIST_SUBDIRS = $(SUBDIRS) regress samples doc all: all-recursive @@ -639,12 +639,6 @@ uninstall-am: tags tags-recursive uninstall uninstall-am -#install-data-hook: -# cd include && $(MAKE) install - -#uninstall-hook: -# cd include && $(MAKE) uninstall - distclean-local: $(RM) -r autom4te.cache # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/qse/lib/awk/Makefile.in b/qse/lib/awk/Makefile.in index 88069311..6f1ee2e5 100644 --- a/qse/lib/awk/Makefile.in +++ b/qse/lib/awk/Makefile.in @@ -228,7 +228,11 @@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = nostdinc -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(includedir) +AM_CPPFLAGS = \ + -I$(top_builddir)/include \ + -I$(top_srcdir)/include \ + -I$(includedir) + lib_LTLIBRARIES = libqseawk.la $(am__append_1) libqseawk_la_SOURCES = awk.c err.c tree.c parse.c run.c rec.c val.c fnc.c misc.c rio.c std.c awk.h err.h rio.h val.h fnc.h misc.h parse.h run.h tree.h libqseawk_la_LDFLAGS = -L../cmn -L$(libdir) -version-info 1:0:0 -no-undefined diff --git a/qse/lib/cut/Makefile.in b/qse/lib/cut/Makefile.in index 8e930022..711313b8 100644 --- a/qse/lib/cut/Makefile.in +++ b/qse/lib/cut/Makefile.in @@ -226,7 +226,11 @@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = nostdinc -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(includedir) +AM_CPPFLAGS = \ + -I$(top_builddir)/include \ + -I$(top_srcdir)/include \ + -I$(includedir) + lib_LTLIBRARIES = libqsecut.la $(am__append_1) libqsecut_la_SOURCES = cut.c err.c cut.h std.c libqsecut_la_LDFLAGS = -L../cmn -L$(libdir) -version-info 1:0:0 -no-undefined diff --git a/qse/lib/scm/Makefile.in b/qse/lib/scm/Makefile.in index ebcd56b6..38c2f65d 100644 --- a/qse/lib/scm/Makefile.in +++ b/qse/lib/scm/Makefile.in @@ -207,7 +207,11 @@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = nostdinc -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(includedir) +AM_CPPFLAGS = \ + -I$(top_builddir)/include \ + -I$(top_srcdir)/include \ + -I$(includedir) + lib_LTLIBRARIES = libqsescm.la libqsescm_la_SOURCES = scm.h scm.c err.c libqsescm_la_LDFLAGS = -L../cmn -L$(libdir) -version-info 1:0:0 -no-undefined diff --git a/qse/lib/sed/Makefile.in b/qse/lib/sed/Makefile.in index 6796fef2..0b95eb67 100644 --- a/qse/lib/sed/Makefile.in +++ b/qse/lib/sed/Makefile.in @@ -226,7 +226,11 @@ target_alias = @target_alias@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = nostdinc -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(includedir) +AM_CPPFLAGS = \ + -I$(top_builddir)/include \ + -I$(top_srcdir)/include \ + -I$(includedir) + lib_LTLIBRARIES = libqsesed.la $(am__append_1) libqsesed_la_SOURCES = sed.c err.c sed.h std.c libqsesed_la_LDFLAGS = -L../cmn -L$(libdir) -version-info 1:0:0 -no-undefined