fixed build files and renamed std.h to be more specific
This commit is contained in:
@ -1 +1 @@
|
||||
SUBDIRS = cmn awk sed net
|
||||
SUBDIRS = cmn awk sed http
|
||||
|
@ -271,7 +271,7 @@ target_alias = @target_alias@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
SUBDIRS = cmn awk sed net
|
||||
SUBDIRS = cmn awk sed http
|
||||
all: all-recursive
|
||||
|
||||
.SUFFIXES:
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <qse/awk/std.h>
|
||||
#include <qse/awk/stdawk.h>
|
||||
#include <qse/cmn/stdio.h>
|
||||
|
||||
static const qse_char_t* script = QSE_T("BEGIN { print \"hello, world\"; }");
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <qse/awk/std.h>
|
||||
#include <qse/awk/stdawk.h>
|
||||
#include <qse/cmn/str.h>
|
||||
#include <qse/cmn/main.h>
|
||||
#include <qse/cmn/stdio.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <qse/awk/std.h>
|
||||
#include <qse/awk/stdawk.h>
|
||||
#include <qse/cmn/str.h>
|
||||
#include <qse/cmn/main.h>
|
||||
#include <qse/cmn/stdio.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <qse/awk/std.h>
|
||||
#include <qse/awk/stdawk.h>
|
||||
#include <qse/cmn/main.h>
|
||||
#include <qse/cmn/stdio.h>
|
||||
#include "awk00.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <qse/awk/std.h>
|
||||
#include <qse/awk/stdawk.h>
|
||||
#include <qse/cmn/main.h>
|
||||
#include <qse/cmn/stdio.h>
|
||||
#include "awk00.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <qse/awk/std.h>
|
||||
#include <qse/awk/stdawk.h>
|
||||
#include <qse/cmn/main.h>
|
||||
#include <qse/cmn/stdio.h>
|
||||
#include "awk00.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <qse/awk/std.h>
|
||||
#include <qse/awk/stdawk.h>
|
||||
#include <qse/cmn/main.h>
|
||||
#include <qse/cmn/stdio.h>
|
||||
#include "awk00.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <qse/awk/std.h>
|
||||
#include <qse/awk/stdawk.h>
|
||||
#include <qse/cmn/main.h>
|
||||
#include <qse/cmn/stdio.h>
|
||||
#include "awk00.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <qse/awk/std.h>
|
||||
#include <qse/awk/stdawk.h>
|
||||
#include <qse/cmn/main.h>
|
||||
#include <qse/cmn/mem.h>
|
||||
#include <qse/cmn/path.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <qse/awk/std.h>
|
||||
#include <qse/awk/stdawk.h>
|
||||
#include <qse/cmn/main.h>
|
||||
#include <qse/cmn/mem.h>
|
||||
#include <qse/cmn/path.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
License along with QSE. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <qse/awk/std.h>
|
||||
#include <qse/awk/stdawk.h>
|
||||
#include <qse/cmn/stdio.h>
|
||||
|
||||
const qse_char_t* src = QSE_T("BEGIN { print \"hello, world\" | \"dir\"; }");
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <qse/awk/std.h>
|
||||
#include <qse/awk/stdawk.h>
|
||||
#include <qse/cmn/stdio.h>
|
||||
|
||||
/* this sample produces 8 text files containing multiplication chart. */
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#include <qse/awk/awk.h>
|
||||
#include <qse/awk/std.h>
|
||||
#include <qse/awk/stdawk.h>
|
||||
#include <qse/cmn/mem.h>
|
||||
#include <qse/cmn/stdio.h>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <qse/sed/std.h>
|
||||
#include <qse/sed/stdsed.h>
|
||||
#include <qse/cmn/main.h>
|
||||
#include <qse/cmn/stdio.h>
|
||||
#include "sed00.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <qse/sed/std.h>
|
||||
#include <qse/sed/stdsed.h>
|
||||
#include <qse/cmn/main.h>
|
||||
#include <qse/cmn/stdio.h>
|
||||
#include "sed00.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include <qse/sed/std.h>
|
||||
#include <qse/sed/stdsed.h>
|
||||
#include <qse/cmn/main.h>
|
||||
#include <qse/cmn/stdio.h>
|
||||
#include "sed00.h"
|
||||
|
Reference in New Issue
Block a user