changed Makefile.am and Awk.hpp

This commit is contained in:
hyung-hwan 2009-06-06 06:48:15 +00:00
parent d1d0e06bb5
commit ebd6199812
3 changed files with 10 additions and 9 deletions

View File

@ -13,9 +13,9 @@ pkgincludedir= $(includedir)/qse
CLEANFILES = *dist
install-data-hook:
@"$(GREP)" -E "#define[ ]+QSE_" "$(srcdir)/config.h" > "$(DESTDIR)$(pkgincludedir)/config.h"
@"$(RM)" -f "$(DESTDIR)$(pkgincludedir)/config.h.in"
@"$(SED)" 's|/\*#define QSE_HAVE_CONFIG_H\*/|#define QSE_HAVE_CONFIG_H|' "$(srcdir)/types.h" > "$(DESTDIR)$(pkgincludedir)/types.h"
@$(GREP) -E "#define[ ]+QSE_" "$(srcdir)/config.h" > "$(DESTDIR)$(pkgincludedir)/config.h"
@$(RM) "$(DESTDIR)$(pkgincludedir)/config.h.in"
@$(SED) 's|/\*#define QSE_HAVE_CONFIG_H\*/|#define QSE_HAVE_CONFIG_H|' "$(srcdir)/types.h" > "$(DESTDIR)$(pkgincludedir)/types.h"
uninstall-hook:
@"$(RM)" -f "$(DESTDIR)$(pkgincludedir)/config.h"
@$(RM) "$(DESTDIR)$(pkgincludedir)/config.h"

View File

@ -574,12 +574,12 @@ uninstall-am: uninstall-pkgincludeHEADERS
install-data-hook:
@"$(GREP)" -E "#define[ ]+QSE_" "$(srcdir)/config.h" > "$(DESTDIR)$(pkgincludedir)/config.h"
@"$(RM)" -f "$(DESTDIR)$(pkgincludedir)/config.h.in"
@"$(SED)" 's|/\*#define QSE_HAVE_CONFIG_H\*/|#define QSE_HAVE_CONFIG_H|' "$(srcdir)/types.h" > "$(DESTDIR)$(pkgincludedir)/types.h"
@$(GREP) -E "#define[ ]+QSE_" "$(srcdir)/config.h" > "$(DESTDIR)$(pkgincludedir)/config.h"
@$(RM) "$(DESTDIR)$(pkgincludedir)/config.h.in"
@$(SED) 's|/\*#define QSE_HAVE_CONFIG_H\*/|#define QSE_HAVE_CONFIG_H|' "$(srcdir)/types.h" > "$(DESTDIR)$(pkgincludedir)/types.h"
uninstall-hook:
@"$(RM)" -f "$(DESTDIR)$(pkgincludedir)/config.h"
@$(RM) "$(DESTDIR)$(pkgincludedir)/config.h"
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

View File

@ -1,5 +1,5 @@
/*
* $Id: Awk.hpp 172 2009-06-01 13:33:01Z hyunghwan.chung $
* $Id: Awk.hpp 185 2009-06-05 12:48:15Z hyunghwan.chung $
*
Copyright 2006-2009 Chung, Hyung-Hwan.
@ -587,6 +587,7 @@ public:
friend class Awk;
friend class Argument;
friend class Return;
friend class RIO;
Run (Awk* awk);
Run (Awk* awk, rtx_t* run);