changed build order
This commit is contained in:
parent
5c1599722b
commit
ec26d103c3
@ -2,14 +2,8 @@
|
|||||||
AUTOMAKE_OPTION = foreign
|
AUTOMAKE_OPTION = foreign
|
||||||
EXTRA_DIST = LICENSE
|
EXTRA_DIST = LICENSE
|
||||||
|
|
||||||
SUBDIRS = lib cmd include
|
SUBDIRS = include lib cmd
|
||||||
DIST_SUBDIRS = $(SUBDIRS) regress samples doc
|
DIST_SUBDIRS = $(SUBDIRS) regress samples doc
|
||||||
|
|
||||||
#install-data-hook:
|
|
||||||
# cd include && $(MAKE) install
|
|
||||||
|
|
||||||
#uninstall-hook:
|
|
||||||
# cd include && $(MAKE) uninstall
|
|
||||||
|
|
||||||
distclean-local:
|
distclean-local:
|
||||||
$(RM) -r autom4te.cache
|
$(RM) -r autom4te.cache
|
||||||
|
@ -204,7 +204,7 @@ top_builddir = @top_builddir@
|
|||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
AUTOMAKE_OPTION = foreign
|
AUTOMAKE_OPTION = foreign
|
||||||
EXTRA_DIST = LICENSE
|
EXTRA_DIST = LICENSE
|
||||||
SUBDIRS = lib cmd include
|
SUBDIRS = include lib cmd
|
||||||
DIST_SUBDIRS = $(SUBDIRS) regress samples doc
|
DIST_SUBDIRS = $(SUBDIRS) regress samples doc
|
||||||
all: all-recursive
|
all: all-recursive
|
||||||
|
|
||||||
@ -639,12 +639,6 @@ uninstall-am:
|
|||||||
tags tags-recursive uninstall uninstall-am
|
tags tags-recursive uninstall uninstall-am
|
||||||
|
|
||||||
|
|
||||||
#install-data-hook:
|
|
||||||
# cd include && $(MAKE) install
|
|
||||||
|
|
||||||
#uninstall-hook:
|
|
||||||
# cd include && $(MAKE) uninstall
|
|
||||||
|
|
||||||
distclean-local:
|
distclean-local:
|
||||||
$(RM) -r autom4te.cache
|
$(RM) -r autom4te.cache
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
|
@ -228,7 +228,11 @@ target_alias = @target_alias@
|
|||||||
top_builddir = @top_builddir@
|
top_builddir = @top_builddir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
AUTOMAKE_OPTIONS = nostdinc
|
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)
|
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_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
|
libqseawk_la_LDFLAGS = -L../cmn -L$(libdir) -version-info 1:0:0 -no-undefined
|
||||||
|
@ -226,7 +226,11 @@ target_alias = @target_alias@
|
|||||||
top_builddir = @top_builddir@
|
top_builddir = @top_builddir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
AUTOMAKE_OPTIONS = nostdinc
|
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)
|
lib_LTLIBRARIES = libqsecut.la $(am__append_1)
|
||||||
libqsecut_la_SOURCES = cut.c err.c cut.h std.c
|
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
|
libqsecut_la_LDFLAGS = -L../cmn -L$(libdir) -version-info 1:0:0 -no-undefined
|
||||||
|
@ -207,7 +207,11 @@ target_alias = @target_alias@
|
|||||||
top_builddir = @top_builddir@
|
top_builddir = @top_builddir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
AUTOMAKE_OPTIONS = nostdinc
|
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
|
lib_LTLIBRARIES = libqsescm.la
|
||||||
libqsescm_la_SOURCES = scm.h scm.c err.c
|
libqsescm_la_SOURCES = scm.h scm.c err.c
|
||||||
libqsescm_la_LDFLAGS = -L../cmn -L$(libdir) -version-info 1:0:0 -no-undefined
|
libqsescm_la_LDFLAGS = -L../cmn -L$(libdir) -version-info 1:0:0 -no-undefined
|
||||||
|
@ -226,7 +226,11 @@ target_alias = @target_alias@
|
|||||||
top_builddir = @top_builddir@
|
top_builddir = @top_builddir@
|
||||||
top_srcdir = @top_srcdir@
|
top_srcdir = @top_srcdir@
|
||||||
AUTOMAKE_OPTIONS = nostdinc
|
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)
|
lib_LTLIBRARIES = libqsesed.la $(am__append_1)
|
||||||
libqsesed_la_SOURCES = sed.c err.c sed.h std.c
|
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
|
libqsesed_la_LDFLAGS = -L../cmn -L$(libdir) -version-info 1:0:0 -no-undefined
|
||||||
|
Loading…
Reference in New Issue
Block a user