fix clean target for new standard makefiles
authorMartin Fuchs <fuchs.martin@gmail.com>
Wed, 4 Aug 2004 21:42:33 +0000 (21:42 +0000)
committerMartin Fuchs <fuchs.martin@gmail.com>
Wed, 4 Aug 2004 21:42:33 +0000 (21:42 +0000)
svn path=/branches/lean-explorer/; revision=10398

reactos/subsys/system/explorer/Makefile.MinGW
reactos/subsys/system/explorer/Makefile.PCH
reactos/subsys/system/explorer/make_explorer.dsp

index 13ff20e..8d989eb 100644 (file)
@@ -75,6 +75,7 @@ explorer$(RES_SUFFIX): $(PROGRAM)_intres.rc res/*.bmp res/*.ico
        windres $(RCFLAGS) -o $@ $(PROGRAM)_intres.rc
 
 clean:
-       rm -f $(TARGET) $(OBJECTS) $(PROGRAM)$(RES_SUFFIX)
+       rm -f $(TARGET) $(OBJECTS) $(PROGRAM)$(RES_SUFFIX) \
+       desktop/*.o dialogs/*.o shell/*.o taskbar/*.o utility/*.o
 
 ever:
index b4f1f12..c2cdb99 100644 (file)
@@ -79,6 +79,7 @@ explorer$(RES_SUFFIX): $(PROGRAM)_intres.rc res/*.bmp res/*.ico
        windres $(RCFLAGS) -o $@ $(PROGRAM)_intres.rc
 
 clean:
-       rm -f $(TARGET) $(OBJECTS) $(PROGRAM)$(RES_SUFFIX) precomp.h.gch
+       rm -f $(TARGET) $(OBJECTS) $(PROGRAM)$(RES_SUFFIX) precomp.h.gch \
+       desktop/*.o dialogs/*.o shell/*.o taskbar/*.o utility/*.o
 
 ever:
index 58f8fe2..cc425ed 100644 (file)
@@ -139,5 +139,9 @@ SOURCE=.\Makefile
 
 SOURCE=.\Makefile.MinGW
 # End Source File
+# Begin Source File
+
+SOURCE=.\Makefile.PCH
+# End Source File
 # End Target
 # End Project