From: Tor Lillqvist Date: Thu, 26 Oct 2000 17:53:58 +0000 (+0000) Subject: Cosmetics. X-Git-Tag: GLIB_1_3_2~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ea09e45892c8239bd4d404463123592e6b3746d;p=platform%2Fupstream%2Fglib.git Cosmetics. 2000-10-26 Tor Lillqvist * makefile.{mingw,msc}.in: Cosmetics. --- diff --git a/ChangeLog b/ChangeLog index 494a930..2fca175 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-10-26 Tor Lillqvist + + * makefile.{mingw,msc}.in: Cosmetics. + 2000-10-26 Sebastian Wilhelmi * gstrfuncs.c (g_strsplit): When the string is ended by a diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 494a930..2fca175 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,7 @@ +2000-10-26 Tor Lillqvist + + * makefile.{mingw,msc}.in: Cosmetics. + 2000-10-26 Sebastian Wilhelmi * gstrfuncs.c (g_strsplit): When the string is ended by a diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 494a930..2fca175 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2000-10-26 Tor Lillqvist + + * makefile.{mingw,msc}.in: Cosmetics. + 2000-10-26 Sebastian Wilhelmi * gstrfuncs.c (g_strsplit): When the string is ended by a diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 494a930..2fca175 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,7 @@ +2000-10-26 Tor Lillqvist + + * makefile.{mingw,msc}.in: Cosmetics. + 2000-10-26 Sebastian Wilhelmi * gstrfuncs.c (g_strsplit): When the string is ended by a diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 494a930..2fca175 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,7 @@ +2000-10-26 Tor Lillqvist + + * makefile.{mingw,msc}.in: Cosmetics. + 2000-10-26 Sebastian Wilhelmi * gstrfuncs.c (g_strsplit): When the string is ended by a diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 494a930..2fca175 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,7 @@ +2000-10-26 Tor Lillqvist + + * makefile.{mingw,msc}.in: Cosmetics. + 2000-10-26 Sebastian Wilhelmi * gstrfuncs.c (g_strsplit): When the string is ended by a diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 494a930..2fca175 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,7 @@ +2000-10-26 Tor Lillqvist + + * makefile.{mingw,msc}.in: Cosmetics. + 2000-10-26 Sebastian Wilhelmi * gstrfuncs.c (g_strsplit): When the string is ended by a diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 494a930..2fca175 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,7 @@ +2000-10-26 Tor Lillqvist + + * makefile.{mingw,msc}.in: Cosmetics. + 2000-10-26 Sebastian Wilhelmi * gstrfuncs.c (g_strsplit): When the string is ended by a diff --git a/glib/makefile.mingw.in b/glib/makefile.mingw.in index 7939dc5..86a4039 100644 --- a/glib/makefile.mingw.in +++ b/glib/makefile.mingw.in @@ -22,63 +22,63 @@ INCLUDES = -I . DEFINES = -DHAVE_CONFIG_H -DGLIB_COMPILATION -DG_LOG_DOMAIN=g_log_domain_glib DEPCFLAGS = $(LIBICONV_CFLAGS) -DLLS_TO_BUILD = \ - glib-$(GLIB_VER).dll \ - gmodule/gmodule-$(GLIB_VER).dll \ - gthread/gthread-$(GLIB_VER).dll \ - gobject/gobject-$(GLIB_VER).dll \ - - -all : \ - config.h \ - glibconfig.h \ - $(DLLS_TO_BUILD) \ - gspawn-win32-helper.exe \ - testglib.exe \ - testgdate.exe \ +DLLS_TO_BUILD = \ + glib-$(GLIB_VER).dll \ + gmodule/gmodule-$(GLIB_VER).dll \ + gthread/gthread-$(GLIB_VER).dll \ + gobject/gobject-$(GLIB_VER).dll + + +all : \ + config.h \ + glibconfig.h \ + $(DLLS_TO_BUILD) \ + gspawn-win32-helper.exe \ + testglib.exe \ + testgdate.exe \ testgdateparser.exe install : all $(INSTALL) $(DLLS_TO_BUILD) $(BIN) -glib_OBJECTS = \ - garray.o \ - gasyncqueue.o \ - gbacktrace.o \ - gcache.o \ - gcompletion.o \ - gconvert.o \ - gdataset.o \ - gdate.o \ - gerror.o \ - gfileutils.o \ - ghook.o \ - ghash.o \ - giochannel.o \ - giowin32.o \ - glist.o \ - gmain.o \ - gmem.o \ - gmessages.o \ - gnode.o \ - gprimes.o \ - gqueue.o \ - grand.o \ - gshell.o \ - gslist.o \ - gspawn-win32.o \ - gthread.o \ - gthreadpool.o \ - gtimer.o \ - gtree.o \ - grel.o \ - gstring.o \ - gstrfuncs.o \ - gscanner.o \ - gunidecomp.o \ - guniprop.o \ - gutf8.o \ - gutils.o \ +glib_OBJECTS = \ + garray.o \ + gasyncqueue.o \ + gbacktrace.o \ + gcache.o \ + gcompletion.o \ + gconvert.o \ + gdataset.o \ + gdate.o \ + gerror.o \ + gfileutils.o \ + ghash.o \ + ghook.o \ + giochannel.o \ + giowin32.o \ + glist.o \ + gmain.o \ + gmem.o \ + gmessages.o \ + gnode.o \ + gprimes.o \ + gqueue.o \ + grand.o \ + grel.o \ + gscanner.o \ + gshell.o \ + gslist.o \ + gspawn-win32.o \ + gstrfuncs.o \ + gstring.o \ + gthread.o \ + gthreadpool.o \ + gtimer.o \ + gtree.o \ + gunidecomp.o \ + guniprop.o \ + gutf8.o \ + gutils.o \ gwin32.o glibconfig.h: glibconfig.h.win32 diff --git a/glib/makefile.msc.in b/glib/makefile.msc.in index 7db5737..36efd38 100644 --- a/glib/makefile.msc.in +++ b/glib/makefile.msc.in @@ -20,62 +20,62 @@ INCLUDES = -I . DEFINES = -DHAVE_CONFIG_H -DGLIB_COMPILATION -DG_LOG_DOMAIN=g_log_domain_glib DEPCFLAGS = $(LIBICONV_CFLAGS) -DLLS_TO_BUILD = \ - glib-$(GLIB_VER).dll \ - sub-gmodule \ - sub-gthread \ +DLLS_TO_BUILD = \ + glib-$(GLIB_VER).dll \ + sub-gmodule \ + sub-gthread \ sub-gobject -all : \ - config.h \ - glibconfig.h \ - $(DLLS_TO_BUILD) \ - gspawn-win32-helper.exe \ - testglib.exe \ - testgdate.exe \ +all : \ + config.h \ + glibconfig.h \ + $(DLLS_TO_BUILD) \ + gspawn-win32-helper.exe \ + testglib.exe \ + testgdate.exe \ testgdateparser.exe install : all copy glib-$(GLIB_VER).dll $(BIN) -glib_OBJECTS = \ - garray.obj \ - gasyncqueue.obj \ - gbacktrace.obj \ - gcache.obj \ - gcompletion.obj \ - gdataset.obj \ - gdate.obj \ - gerror.obj \ - gfileutils.obj \ - gconvert.obj \ - ghash.obj \ - ghook.obj \ - giochannel.obj \ - giowin32.obj \ - glist.obj \ - gmain.obj \ - gmem.obj \ - gmessages.obj \ - gnode.obj \ - gprimes.obj \ - gqueue.obj \ - grand.obj \ - grel.obj \ - gscanner.obj \ - gshell.obj \ - gslist.obj \ - gstrfuncs.obj \ - gstring.obj \ - gspawn-win32.obj \ - gthread.obj \ - gthreadpool.obj \ - gtimer.obj \ - gtree.obj \ - gunidecomp.obj \ - guniprop.obj \ - gutf8.obj \ - gutils.obj \ +glib_OBJECTS = \ + garray.obj \ + gasyncqueue.obj \ + gbacktrace.obj \ + gcache.obj \ + gcompletion.obj \ + gconvert.obj \ + gdataset.obj \ + gdate.obj \ + gerror.obj \ + gfileutils.obj \ + ghash.obj \ + ghook.obj \ + giochannel.obj \ + giowin32.obj \ + glist.obj \ + gmain.obj \ + gmem.obj \ + gmessages.obj \ + gnode.obj \ + gprimes.obj \ + gqueue.obj \ + grand.obj \ + grel.obj \ + gscanner.obj \ + gshell.obj \ + gslist.obj \ + gspawn-win32.obj \ + gstrfuncs.obj \ + gstring.obj \ + gthread.obj \ + gthreadpool.obj \ + gtimer.obj \ + gtree.obj \ + gunidecomp.obj \ + guniprop.obj \ + gutf8.obj \ + gutils.obj \ gwin32.obj glibconfig.h: glibconfig.h.win32 diff --git a/makefile.mingw.in b/makefile.mingw.in index 7939dc5..86a4039 100644 --- a/makefile.mingw.in +++ b/makefile.mingw.in @@ -22,63 +22,63 @@ INCLUDES = -I . DEFINES = -DHAVE_CONFIG_H -DGLIB_COMPILATION -DG_LOG_DOMAIN=g_log_domain_glib DEPCFLAGS = $(LIBICONV_CFLAGS) -DLLS_TO_BUILD = \ - glib-$(GLIB_VER).dll \ - gmodule/gmodule-$(GLIB_VER).dll \ - gthread/gthread-$(GLIB_VER).dll \ - gobject/gobject-$(GLIB_VER).dll \ - - -all : \ - config.h \ - glibconfig.h \ - $(DLLS_TO_BUILD) \ - gspawn-win32-helper.exe \ - testglib.exe \ - testgdate.exe \ +DLLS_TO_BUILD = \ + glib-$(GLIB_VER).dll \ + gmodule/gmodule-$(GLIB_VER).dll \ + gthread/gthread-$(GLIB_VER).dll \ + gobject/gobject-$(GLIB_VER).dll + + +all : \ + config.h \ + glibconfig.h \ + $(DLLS_TO_BUILD) \ + gspawn-win32-helper.exe \ + testglib.exe \ + testgdate.exe \ testgdateparser.exe install : all $(INSTALL) $(DLLS_TO_BUILD) $(BIN) -glib_OBJECTS = \ - garray.o \ - gasyncqueue.o \ - gbacktrace.o \ - gcache.o \ - gcompletion.o \ - gconvert.o \ - gdataset.o \ - gdate.o \ - gerror.o \ - gfileutils.o \ - ghook.o \ - ghash.o \ - giochannel.o \ - giowin32.o \ - glist.o \ - gmain.o \ - gmem.o \ - gmessages.o \ - gnode.o \ - gprimes.o \ - gqueue.o \ - grand.o \ - gshell.o \ - gslist.o \ - gspawn-win32.o \ - gthread.o \ - gthreadpool.o \ - gtimer.o \ - gtree.o \ - grel.o \ - gstring.o \ - gstrfuncs.o \ - gscanner.o \ - gunidecomp.o \ - guniprop.o \ - gutf8.o \ - gutils.o \ +glib_OBJECTS = \ + garray.o \ + gasyncqueue.o \ + gbacktrace.o \ + gcache.o \ + gcompletion.o \ + gconvert.o \ + gdataset.o \ + gdate.o \ + gerror.o \ + gfileutils.o \ + ghash.o \ + ghook.o \ + giochannel.o \ + giowin32.o \ + glist.o \ + gmain.o \ + gmem.o \ + gmessages.o \ + gnode.o \ + gprimes.o \ + gqueue.o \ + grand.o \ + grel.o \ + gscanner.o \ + gshell.o \ + gslist.o \ + gspawn-win32.o \ + gstrfuncs.o \ + gstring.o \ + gthread.o \ + gthreadpool.o \ + gtimer.o \ + gtree.o \ + gunidecomp.o \ + guniprop.o \ + gutf8.o \ + gutils.o \ gwin32.o glibconfig.h: glibconfig.h.win32 diff --git a/makefile.msc.in b/makefile.msc.in index 7db5737..36efd38 100644 --- a/makefile.msc.in +++ b/makefile.msc.in @@ -20,62 +20,62 @@ INCLUDES = -I . DEFINES = -DHAVE_CONFIG_H -DGLIB_COMPILATION -DG_LOG_DOMAIN=g_log_domain_glib DEPCFLAGS = $(LIBICONV_CFLAGS) -DLLS_TO_BUILD = \ - glib-$(GLIB_VER).dll \ - sub-gmodule \ - sub-gthread \ +DLLS_TO_BUILD = \ + glib-$(GLIB_VER).dll \ + sub-gmodule \ + sub-gthread \ sub-gobject -all : \ - config.h \ - glibconfig.h \ - $(DLLS_TO_BUILD) \ - gspawn-win32-helper.exe \ - testglib.exe \ - testgdate.exe \ +all : \ + config.h \ + glibconfig.h \ + $(DLLS_TO_BUILD) \ + gspawn-win32-helper.exe \ + testglib.exe \ + testgdate.exe \ testgdateparser.exe install : all copy glib-$(GLIB_VER).dll $(BIN) -glib_OBJECTS = \ - garray.obj \ - gasyncqueue.obj \ - gbacktrace.obj \ - gcache.obj \ - gcompletion.obj \ - gdataset.obj \ - gdate.obj \ - gerror.obj \ - gfileutils.obj \ - gconvert.obj \ - ghash.obj \ - ghook.obj \ - giochannel.obj \ - giowin32.obj \ - glist.obj \ - gmain.obj \ - gmem.obj \ - gmessages.obj \ - gnode.obj \ - gprimes.obj \ - gqueue.obj \ - grand.obj \ - grel.obj \ - gscanner.obj \ - gshell.obj \ - gslist.obj \ - gstrfuncs.obj \ - gstring.obj \ - gspawn-win32.obj \ - gthread.obj \ - gthreadpool.obj \ - gtimer.obj \ - gtree.obj \ - gunidecomp.obj \ - guniprop.obj \ - gutf8.obj \ - gutils.obj \ +glib_OBJECTS = \ + garray.obj \ + gasyncqueue.obj \ + gbacktrace.obj \ + gcache.obj \ + gcompletion.obj \ + gconvert.obj \ + gdataset.obj \ + gdate.obj \ + gerror.obj \ + gfileutils.obj \ + ghash.obj \ + ghook.obj \ + giochannel.obj \ + giowin32.obj \ + glist.obj \ + gmain.obj \ + gmem.obj \ + gmessages.obj \ + gnode.obj \ + gprimes.obj \ + gqueue.obj \ + grand.obj \ + grel.obj \ + gscanner.obj \ + gshell.obj \ + gslist.obj \ + gspawn-win32.obj \ + gstrfuncs.obj \ + gstring.obj \ + gthread.obj \ + gthreadpool.obj \ + gtimer.obj \ + gtree.obj \ + gunidecomp.obj \ + guniprop.obj \ + gutf8.obj \ + gutils.obj \ gwin32.obj glibconfig.h: glibconfig.h.win32