started working on a stream editor (qse_sed_t)
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
SUBDIRS = awk lsp tgp
|
||||
SUBDIRS = awk lsp utl
|
||||
DIST_SUBDIRS = $(SUBDIRS)
|
||||
|
@ -175,7 +175,7 @@ sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
SUBDIRS = awk lsp tgp
|
||||
SUBDIRS = awk lsp utl
|
||||
DIST_SUBDIRS = $(SUBDIRS)
|
||||
all: all-recursive
|
||||
|
||||
|
@ -4,6 +4,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/include
|
||||
bin_PROGRAMS = qsetgp
|
||||
|
||||
qsetgp_SOURCES = tgp.c
|
||||
qsetgp_LDFLAGS = -L../../lib/tgp -L../../lib/utl
|
||||
qsetgp_LDADD = -lqseutl -lqsetgp
|
||||
qsetgp_LDFLAGS = -L../../lib/utl
|
||||
qsetgp_LDADD = -lqseutl
|
||||
|
@ -33,7 +33,7 @@ POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
bin_PROGRAMS = qsetgp$(EXEEXT)
|
||||
subdir = cmd/tgp
|
||||
subdir = cmd/utl
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
||||
@ -191,8 +191,8 @@ top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
||||
qsetgp_SOURCES = tgp.c
|
||||
qsetgp_LDFLAGS = -L../../lib/tgp -L../../lib/utl
|
||||
qsetgp_LDADD = -lqseutl -lqsetgp
|
||||
qsetgp_LDFLAGS = -L../../lib/utl
|
||||
qsetgp_LDADD = -lqseutl
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
@ -206,9 +206,9 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign cmd/tgp/Makefile'; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign cmd/utl/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --foreign cmd/tgp/Makefile
|
||||
$(AUTOMAKE) --foreign cmd/utl/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
@ -2,7 +2,7 @@
|
||||
* $Id: tgp.c,v 1.5 2007/05/16 09:15:14 bacon Exp $
|
||||
*/
|
||||
|
||||
#include <qse/tgp/tgp.h>
|
||||
#include <qse/utl/tgp.h>
|
||||
|
||||
#include <qse/utl/stdio.h>
|
||||
#include <qse/utl/main.h>
|
Reference in New Issue
Block a user