(from Steve Lhomme)
authorDavid Schleef <ds@schleef.org>
Mon, 10 May 2004 22:49:01 +0000 (22:49 +0000)
committerDavid Schleef <ds@schleef.org>
Mon, 10 May 2004 22:49:01 +0000 (22:49 +0000)
Original commit message from CVS:
(from Steve Lhomme)
* win32/Makefile: When using make clean the MS Visual Studio makefiles
are deleted.  Fix.
* win32/Makefile.inspect:
* win32/Makefile.launch:
* win32/Makefile.register:

ChangeLog
win32/Makefile
win32/Makefile.inspect
win32/Makefile.launch
win32/Makefile.register
win32/vs7/Makefile
win32/vs7/Makefile.inspect
win32/vs7/Makefile.launch
win32/vs7/Makefile.register

index 8bbd4b112a91efef8cee6339923daffa3a5c4ca6..01a52893215a7d23ac63a59ebb9538f6490fec59 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-05-10  David Schleef  <ds@schleef.org>
+
+       (from Steve Lhomme)
+       * win32/Makefile: When using make clean the MS Visual Studio makefiles
+       are deleted.  Fix.
+       * win32/Makefile.inspect:
+       * win32/Makefile.launch:
+       * win32/Makefile.register:
+
 2004-05-10  David Schleef  <ds@schleef.org>
 
        * gst/gstinfo.h: Add missing inline function.
index d419da9f50a6d1e838d62b71b2036672412805e5..236d1085af9cb1c600a4789cf48edf3f3d9104e4 100644 (file)
@@ -79,7 +79,7 @@ clean:
        make -f Makefile.inspect  clean
        make -f Makefile.launch   clean
        make -f Makefile.register clean
-       $(RM) $(OBJ) $(HEADERS) gstreamer-0.8.lib libgstreamer-0.8.dll gstreamer.map gstreamer-0.8.exp
+       $(RM) $(OBJ) $(HEADERS) gstreamer-0.8.lib libgstreamer-0.8.dll gstreamer.map gstreamer-0.8.exp lex._gst_parse_yy.c
 
 libgstreamer-0.8.dll: $(HEADERS) $(OBJ)
        link $(LDFLAGS) /OUT:$@ $(OBJ) /DEF:gstreamer.def glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib libpopt.lib wsock32.lib
index 9b75ef9b910e6372c42d8c63a645afd5465850f8..de7611e11a8b730dfa7d4c64c8942523339e2332 100644 (file)
@@ -60,7 +60,7 @@ endif
 all: gst-inspect.exe
 
 clean:
-       $(RM) gst-inspect.*
+       $(RM) gst-inspect.exe gst-inspect.obj
 
 gst-inspect.exe:
        $(CC) $(SRC_DIR)\gst-inspect.c $(CXXFLAGS) gstreamer-0.8.lib $(GLIB_DIR)/glib/glib-2.0.lib $(GLIB_DIR)/gobject/gobject-2.0.lib
index f861739d7218b34da17054279d37059656b22032..f97ed014f43e94b0dd3cade03dd5df4e66dd0843 100644 (file)
@@ -60,7 +60,7 @@ endif
 all: gst-launch.exe
 
 clean:
-       $(RM) gst-launch.*
+       $(RM) gst-launch.exe gst-launch.obj
 
 gst-launch.exe:
        $(CC) $(SRC_DIR)\gst-launch.c $(CXXFLAGS) gstreamer-0.8.lib $(GLIB_DIR)/glib/glib-2.0.lib $(GLIB_DIR)/gobject/gobject-2.0.lib
index 8266a546e83064010367e99238230d33d105e4b2..c38b85646fec1748dc8ef40b7984ca5ff7a3ed7d 100644 (file)
@@ -60,7 +60,7 @@ endif
 all: gst-register.exe
 
 clean:
-       $(RM) gst-register.*
+       $(RM) gst-register.exe gst-register.obj
 
 gst-register.exe:
        $(CC) $(SRC_DIR)\gst-register.c $(CXXFLAGS) gstreamer-0.8.lib $(GLIB_DIR)/glib/glib-2.0.lib $(GLIB_DIR)/gobject/gobject-2.0.lib
index d419da9f50a6d1e838d62b71b2036672412805e5..236d1085af9cb1c600a4789cf48edf3f3d9104e4 100644 (file)
@@ -79,7 +79,7 @@ clean:
        make -f Makefile.inspect  clean
        make -f Makefile.launch   clean
        make -f Makefile.register clean
-       $(RM) $(OBJ) $(HEADERS) gstreamer-0.8.lib libgstreamer-0.8.dll gstreamer.map gstreamer-0.8.exp
+       $(RM) $(OBJ) $(HEADERS) gstreamer-0.8.lib libgstreamer-0.8.dll gstreamer.map gstreamer-0.8.exp lex._gst_parse_yy.c
 
 libgstreamer-0.8.dll: $(HEADERS) $(OBJ)
        link $(LDFLAGS) /OUT:$@ $(OBJ) /DEF:gstreamer.def glib-2.0.lib gobject-2.0.lib gthread-2.0.lib gmodule-2.0.lib libxml2.lib libpopt.lib wsock32.lib
index 9b75ef9b910e6372c42d8c63a645afd5465850f8..de7611e11a8b730dfa7d4c64c8942523339e2332 100644 (file)
@@ -60,7 +60,7 @@ endif
 all: gst-inspect.exe
 
 clean:
-       $(RM) gst-inspect.*
+       $(RM) gst-inspect.exe gst-inspect.obj
 
 gst-inspect.exe:
        $(CC) $(SRC_DIR)\gst-inspect.c $(CXXFLAGS) gstreamer-0.8.lib $(GLIB_DIR)/glib/glib-2.0.lib $(GLIB_DIR)/gobject/gobject-2.0.lib
index f861739d7218b34da17054279d37059656b22032..f97ed014f43e94b0dd3cade03dd5df4e66dd0843 100644 (file)
@@ -60,7 +60,7 @@ endif
 all: gst-launch.exe
 
 clean:
-       $(RM) gst-launch.*
+       $(RM) gst-launch.exe gst-launch.obj
 
 gst-launch.exe:
        $(CC) $(SRC_DIR)\gst-launch.c $(CXXFLAGS) gstreamer-0.8.lib $(GLIB_DIR)/glib/glib-2.0.lib $(GLIB_DIR)/gobject/gobject-2.0.lib
index 8266a546e83064010367e99238230d33d105e4b2..c38b85646fec1748dc8ef40b7984ca5ff7a3ed7d 100644 (file)
@@ -60,7 +60,7 @@ endif
 all: gst-register.exe
 
 clean:
-       $(RM) gst-register.*
+       $(RM) gst-register.exe gst-register.obj
 
 gst-register.exe:
        $(CC) $(SRC_DIR)\gst-register.c $(CXXFLAGS) gstreamer-0.8.lib $(GLIB_DIR)/glib/glib-2.0.lib $(GLIB_DIR)/gobject/gobject-2.0.lib