+2000-03-24 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+
+ * Makefile.am, gthread/Makefile.am, gmodule/Makefile.am,
+ tests/Makefile.am: Added various win32 related *.in files to
+ EXTRA_DIST to let 'make distcheck' procude all the corresponding
+ files, which it silently fails to do currently.
+
2000-03-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: After finding the right thread library (containing
+2000-03-24 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+
+ * Makefile.am, gthread/Makefile.am, gmodule/Makefile.am,
+ tests/Makefile.am: Added various win32 related *.in files to
+ EXTRA_DIST to let 'make distcheck' procude all the corresponding
+ files, which it silently fails to do currently.
+
2000-03-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: After finding the right thread library (containing
+2000-03-24 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+
+ * Makefile.am, gthread/Makefile.am, gmodule/Makefile.am,
+ tests/Makefile.am: Added various win32 related *.in files to
+ EXTRA_DIST to let 'make distcheck' procude all the corresponding
+ files, which it silently fails to do currently.
+
2000-03-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: After finding the right thread library (containing
+2000-03-24 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+
+ * Makefile.am, gthread/Makefile.am, gmodule/Makefile.am,
+ tests/Makefile.am: Added various win32 related *.in files to
+ EXTRA_DIST to let 'make distcheck' procude all the corresponding
+ files, which it silently fails to do currently.
+
2000-03-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: After finding the right thread library (containing
+2000-03-24 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+
+ * Makefile.am, gthread/Makefile.am, gmodule/Makefile.am,
+ tests/Makefile.am: Added various win32 related *.in files to
+ EXTRA_DIST to let 'make distcheck' procude all the corresponding
+ files, which it silently fails to do currently.
+
2000-03-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: After finding the right thread library (containing
+2000-03-24 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+
+ * Makefile.am, gthread/Makefile.am, gmodule/Makefile.am,
+ tests/Makefile.am: Added various win32 related *.in files to
+ EXTRA_DIST to let 'make distcheck' procude all the corresponding
+ files, which it silently fails to do currently.
+
2000-03-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: After finding the right thread library (containing
+2000-03-24 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+
+ * Makefile.am, gthread/Makefile.am, gmodule/Makefile.am,
+ tests/Makefile.am: Added various win32 related *.in files to
+ EXTRA_DIST to let 'make distcheck' procude all the corresponding
+ files, which it silently fails to do currently.
+
2000-03-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: After finding the right thread library (containing
+2000-03-24 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+
+ * Makefile.am, gthread/Makefile.am, gmodule/Makefile.am,
+ tests/Makefile.am: Added various win32 related *.in files to
+ EXTRA_DIST to let 'make distcheck' procude all the corresponding
+ files, which it silently fails to do currently.
+
2000-03-23 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: After finding the right thread library (containing
README.win32 \
glib.def \
makefile.msc \
+ makefile.msc.in \
makefile.cygwin \
+ makefile.cygwin.in \
giowin32.c \
glibconfig.h.win32 \
+ glibconfig.h.win32.in \
gwin32.c \
config.h.win32 \
+ config.h.win32.in \
build-dll \
- glib.rc
+ glib.rc \
+ glib.rc.in
lib_LTLIBRARIES = libglib.la
README.win32 \
glib.def \
makefile.msc \
+ makefile.msc.in \
makefile.cygwin \
+ makefile.cygwin.in \
giowin32.c \
glibconfig.h.win32 \
+ glibconfig.h.win32.in \
gwin32.c \
config.h.win32 \
+ config.h.win32.in \
build-dll \
- glib.rc
+ glib.rc \
+ glib.rc.in
lib_LTLIBRARIES = libglib.la
gmodule-win32.c \
gmodule-beos.c \
gmoduleconf.h.win32 \
- gmodule.rc
+ gmodule.rc \
+ gmodule.rc.in
BUILT_SOURCES = gmoduleconf.h
gmoduleconf.h: gmoduleconf.h.in
testgmodule_LDADD = libgmodule.la $(libglib) @G_MODULE_LIBS@
gmodule.rc: $(top_builddir)/config.status $(top_srcdir)/gmodule/gmodule.rc.in
- cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
+ cd $(top_builddir) && CONFIG_FILES=gmodule/$@ CONFIG_HEADERS= $(SHELL) ./config.status
.PHONY: files release
gthread-solaris.c \
gthread-none.c \
gthread.def \
- gthread.rc
+ gthread.rc \
+ gthread.rc.in
libglib = $(top_builddir)/libglib.la # -lglib
libgthread_la_LIBADD = @G_THREAD_LIBS_EXTRA@ @G_THREAD_LIBS@
gthread.rc: $(top_builddir)/config.status $(top_srcdir)/gthread/gthread.rc.in
- cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
+ cd $(top_builddir) && CONFIG_FILES=gthread/$@ CONFIG_HEADERS= $(SHELL) ./config.status
EXTRA_DIST = \
makefile.msc \
- makefile.cygwin
-
-EXTRA_DIST = \
- makefile.msc
+ makefile.msc.in \
+ makefile.cygwin \
+ makefile.cygwin.in
TESTS = \
array-test \