fixed build files and renamed std.h to be more specific

This commit is contained in:
2013-02-22 03:18:42 +00:00
parent 779d7bc375
commit 394cb34c04
38 changed files with 213 additions and 44 deletions

View File

@ -1 +1 @@
SUBDIRS = cmn awk sed net
SUBDIRS = cmn awk sed http

View File

@ -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:

View File

@ -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\"; }");

View File

@ -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>

View File

@ -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>

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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>

View File

@ -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>

View File

@ -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\"; }");

View File

@ -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. */

View File

@ -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>

View File

@ -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"

View File

@ -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"

View File

@ -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"