]> git.sur5r.net Git - cc65/commitdiff
Changed rm -f to $(RM)
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 20 Aug 2003 11:59:27 +0000 (11:59 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 20 Aug 2003 11:59:27 +0000 (11:59 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@2385 b7a2c559-68d2-44c3-8de9-860c34a00d81

34 files changed:
libsrc/apple2/Makefile
libsrc/atari/Makefile
libsrc/atmos/Makefile
libsrc/c128/Makefile
libsrc/c16/Makefile
libsrc/c64/Makefile
libsrc/cbm/Makefile
libsrc/cbm510/Makefile
libsrc/cbm610/Makefile
libsrc/conio/Makefile
libsrc/dbg/Makefile
libsrc/em/Makefile
libsrc/geos/Makefile
libsrc/geos/common/Makefile
libsrc/geos/conio/Makefile
libsrc/geos/devel/Makefile
libsrc/geos/disk/Makefile
libsrc/geos/dlgbox/Makefile
libsrc/geos/file/Makefile
libsrc/geos/graph/Makefile
libsrc/geos/memory/Makefile
libsrc/geos/menuicon/Makefile
libsrc/geos/mousesprite/Makefile
libsrc/geos/process/Makefile
libsrc/geos/runtime/Makefile
libsrc/geos/system/Makefile
libsrc/joystick/Makefile
libsrc/nes/Makefile
libsrc/pet/Makefile
libsrc/plus4/Makefile
libsrc/runtime/Makefile
libsrc/serial/Makefile
libsrc/tgi/Makefile
libsrc/vic20/Makefile

index 75addc8274f5efa95364fd03c1437c533f44924e..81ac2c98986a04182beab4b57347dd92cd02a2b1 100644 (file)
@@ -70,8 +70,8 @@ all:  $(OBJS) $(EMDS) $(JOYS) $(TGIS)
        $(MAKE) -C $(dir $@) $(notdir $@)
 
 clean:
-       @rm -f $(OBJS) $(EMDS:.emd=.o) $(JOYS:.joy=.o) $(TGIS:.tgi=.o)
+       @$(RM) $(OBJS) $(EMDS:.emd=.o) $(JOYS:.joy=.o) $(TGIS:.tgi=.o)
 
 zap:   clean
-       @rm -f $(EMDS) $(JOYS) $(TGIS)
+       @$(RM) $(EMDS) $(JOYS) $(TGIS)
 
index 698fd3dc443516153560d5e77361ba940eae6e12..f4e05ed97fcd81ac0ffaa5131efb6d3f4b2fd3de 100644 (file)
@@ -105,8 +105,8 @@ all:        $(OBJS) $(EMDS) $(JOYS) $(TGIS)
        $(MAKE) -C $(dir $@) $(notdir $@)
 
 clean:
-       @rm -f $(OBJS) $(EMDS:.emd=.o) $(JOYS:.joy=.o) $(TGIS:.tgi=.o)
+       @$(RM) $(OBJS) $(EMDS:.emd=.o) $(JOYS:.joy=.o) $(TGIS:.tgi=.o)
 
 zap:   clean
-       @rm -f $(EMDS) $(JOYS) $(TGIS)
+       @$(RM) $(EMDS) $(JOYS) $(TGIS)
 
index 7dbd82e93f7c2639c3acb39bc8ebaf69f3762551..cc69522967f22aa5b1f9b131389d5431e7ac7554 100644 (file)
@@ -51,7 +51,7 @@ S_OBJS  =       _scrsize.o      \
 all:           $(C_OBJS) $(S_OBJS)
 
 clean:
-       @rm -f $(C_OBJS:.c=.s) $(C_OBJS) $(S_OBJS)
+       @$(RM) $(C_OBJS:.c=.s) $(C_OBJS) $(S_OBJS)
 
 zap:   clean
 
index a9cdeb4cd64fb33a9d21361785ef8bdfd216fe01..286232561d04a58b1557cacba281c22c976f993a 100644 (file)
@@ -70,8 +70,8 @@ all:          $(OBJS) $(EMDS) $(JOYS) $(TGIS)
        $(MAKE) -C $(dir $@) $(notdir $@)
 
 clean:
-       @rm -f $(OBJS) $(EMDS:.emd=.o) $(JOYS:.joy=.o) $(TGIS:.tgi=.o)
+       @$(RM) $(OBJS) $(EMDS:.emd=.o) $(JOYS:.joy=.o) $(TGIS:.tgi=.o)
 
 zap:   clean
-       @rm -f $(EMDS) $(JOYS) $(TGIS)
+       @$(RM) $(EMDS) $(JOYS) $(TGIS)
 
index 06e5182331ad08967e668e574c6e60a1d8dd6597..80adaf9d1d7c917c6a37e64eda80a627c4dea710 100644 (file)
@@ -63,8 +63,8 @@ all:  $(OBJS) $(EMDS) $(JOYS) $(TGIS)
        $(MAKE) -C $(dir $@) $(notdir $@)
 
 clean:
-       @rm -f $(OBJS) $(EMDS:.emd=.o) $(JOYS:.joy=.o) $(TGIS:.tgi=.o)
+       @$(RM) $(OBJS) $(EMDS:.emd=.o) $(JOYS:.joy=.o) $(TGIS:.tgi=.o)
 
 zap:   clean
-       @rm -f $(EMDS) $(JOYS) $(TGIS)
+       @$(RM) $(EMDS) $(JOYS) $(TGIS)
 
index 07bf766182101a1639b8f00b492f0fc724bb721d..5263bdce5fe30c86aed18b61274c0d94c672a932 100644 (file)
@@ -73,8 +73,8 @@ all:  $(OBJS) $(EMDS) $(JOYS) $(SERS) $(TGIS)
        $(MAKE) -C $(dir $@) $(notdir $@)
 
 clean:
-       @rm -f $(OBJS) $(EMDS:.emd=.o) $(JOYS:.joy=.o) $(SERS:.ser=.o) $(TGIS:.tgi=.o)
+       @$(RM) $(OBJS) $(EMDS:.emd=.o) $(JOYS:.joy=.o) $(SERS:.ser=.o) $(TGIS:.tgi=.o)
 
 zap:   clean
-       @rm -f $(EMDS) $(JOYS) $(SERS) $(TGIS)
+       @$(RM) $(EMDS) $(JOYS) $(SERS) $(TGIS)
 
index 677df6a912fe6d9c8dee4ac69c44117b6a9f0031..34760cc246bb58cd18435d4fd3753d0443378a92 100644 (file)
@@ -79,7 +79,7 @@ S_OBJS =      c_acptr.o       \
 all:   $(C_OBJS) $(S_OBJS)
 
 clean:
-       @rm -f *~ *.bck $(C_OBJS:.o=.s) $(C_OBJS) $(S_OBJS)
+       @$(RM) *~ *.bck $(C_OBJS:.o=.s) $(C_OBJS) $(S_OBJS)
 
 zap:   clean
 
index 1a6b412c3e8420cb2d993a36b124d58b03aa71ee..ed58d70e7b3c115e993f9bfb0fc8d181490ffd87 100644 (file)
@@ -78,8 +78,8 @@ all:  $(OBJS) $(EMDS) $(JOYS) $(TGIS)
        $(MAKE) -C $(dir $@) $(notdir $@)
 
 clean:
-       @rm -f $(OBJS) $(EMDS:.emd=.o) $(JOYS:.joy=.o) $(TGIS:.tgi=.o)
+       @$(RM) $(OBJS) $(EMDS:.emd=.o) $(JOYS:.joy=.o) $(TGIS:.tgi=.o)
 
 zap:   clean
-       @rm -f $(EMDS) $(JOYS) $(TGIS)
+       @$(RM) $(EMDS) $(JOYS) $(TGIS)
 
index cc810d19c67f5ddc3d252b3bd6737ba065572644..12ea8504c29b605d279fe3d1d56203fd367a5b33 100644 (file)
@@ -63,8 +63,8 @@ all:  $(OBJS) $(EMDS) $(TGIS)
        $(MAKE) -C $(dir $@) $(notdir $@)
 
 clean:
-       @rm -f $(OBJS) $(EMDS:.emd=.o) $(TGIS:.tgi=.o)
+       @$(RM) $(OBJS) $(EMDS:.emd=.o) $(TGIS:.tgi=.o)
 
 zap:   clean
-       @rm -f $(EMDS) $(TGIS)
+       @$(RM) $(EMDS) $(TGIS)
 
index a6fdc8ce1c01efaa51041ac2f2fd5accf48b3105..12c60a27b507f2b03a6a5adc846c649aabf83699 100644 (file)
@@ -33,7 +33,7 @@ OBJS =        _cursor.o       \
 all:   $(OBJS)
 
 clean:
-       @rm -f *~ $(OBJS)
+       @$(RM) *~ $(OBJS)
 
 zap:   clean
 
index f3cf4ebb3ab73c9d580b0c9f2a4b5c792387b489..61ccf309a0834ceb3ed8cf3051b8e9503e96f73e 100644 (file)
@@ -29,10 +29,7 @@ S_OBJS = asmtab.o dbgdasm.o dbgdump.o dbgisram.o dbgsupp.o
 all:   $(C_OBJS) $(S_OBJS)
 
 clean:
-       @rm -f *~
-       @rm -f $(C_OBJS:.o=.s)
-       @rm -f $(C_OBJS)
-       @rm -f $(S_OBJS)
+       @$(RM) *~ $(C_OBJS:.o=.s) $(C_OBJS) $(S_OBJS)
 
 zap:   clean
 
index e53b9bbaefd3f7034112c3703e3cc4ed38f94061..28d67b0ac8d08d79a465f7554768e80e3ea14f58 100644 (file)
@@ -37,10 +37,7 @@ S_OBJS =             em-kernel.o     \
 all:   $(C_OBJS) $(S_OBJS)
 
 clean:
-       @rm -f *~
-       @rm -f $(C_OBJS:.o=.s)
-       @rm -f $(C_OBJS)
-       @rm -f $(S_OBJS)
+       @$(RM) *~ $(C_OBJS:.o=.s) $(C_OBJS) $(S_OBJS) 
 
 zap:   clean
 
index 8b4aae9e5ca84cbcc3759afc9dff5a6136759c94..22db26a49971f6e501a73eddfe4d65e264a5d15c 100644 (file)
@@ -24,5 +24,5 @@ clean:
 
 .PHONY: zap
 zap:   clean
-       @rm -f ../geos.lib ../geos.o
+       @$(RM) ../geos.lib ../geos.o
 
index 715ca9bc54b6ccf92e59233df0213d9456288c0d..14cdaffe0f1b7e2c8e4f49947f2fd52c15892797 100644 (file)
@@ -16,4 +16,4 @@ S_OBJS        = copydata.o memcpy.o memset.o zerobss.o
 all: $(C_OBJS) $(S_OBJS)
 
 clean:
-       @rm -f core *.~ $(S_OBJS) $(C_OBJS:.o=.s) $(C_OBJS)
+       @$(RM) core *.~ $(S_OBJS) $(C_OBJS:.o=.s) $(C_OBJS)
index f6d1c221d3e41ff64ea1f8f7ace1ed89a98419db..67f9e7528cf6a860ec7772fc12aaa0f4db8ccb5d 100644 (file)
@@ -14,4 +14,4 @@ S_OBJS        = cclear.o chline.o cvline.o cgetc.o clrscr.o color.o\
 all: $(S_OBJS)
 
 clean:
-       @rm -f *.~ $(S_OBJS) core
+       @$(RM) *.~ $(S_OBJS) core
index a5287174c4809e83d9b41e936580f39a4c9a184d..8d6b2d10502929f79d72024fa4fbfa1bd1ef0d0d 100644 (file)
@@ -37,4 +37,4 @@ TGIS = geos-tgi.tgi
 all: $(S_OBJS) $(EMDS) $(JOYS) $(TGIS)
 
 clean:
-       @rm -f *.~ core $(S_OBJS) $(EMDS:.emd=.o) $(JOYS:.joy=.o) $(TGIS:.tgi=.o)
+       @$(RM) *.~ core $(S_OBJS) $(EMDS:.emd=.o) $(JOYS:.joy=.o) $(TGIS:.tgi=.o)
index 45fed6905db9622b182210fa0d2205b7626ed1c0..dd08aeb6f1d9100550ac57e2777abbcd4f79d033 100644 (file)
@@ -18,4 +18,4 @@ S_OBJS        = blkalloc.o calcblksfree.o changediskdevice.o chkdkgeos.o enterturbo.o e
 all: $(S_OBJS)
 
 clean:
-       @rm -f *.~ $(S_OBJS) core
+       @$(RM) *.~ $(S_OBJS) core
index 72e188093008b01253a627db480c75adf392939e..15cd497eaa39037e8a97e74777bd3e0ee401510a 100644 (file)
@@ -19,4 +19,4 @@ S_OBJS        = dodlgbox.o rstrfrmdialogue.o\
 all: $(C_OBJS) $(S_OBJS)
 
 clean:
-       @rm -f core *.~ $(S_OBJS) $(C_OBJS:.o=.s) $(C_OBJS)
+       @$(RM) core *.~ $(S_OBJS) $(C_OBJS:.o=.s) $(C_OBJS)
index 020c18aa7a7b6e9441ee032f63b944dea1d8c05d..f944691d14100330ca4a3bca9a361181abad025c 100644 (file)
@@ -17,4 +17,4 @@ S_OBJS        = get1stdirentry.o getnxtdirentry.o\
 all: $(S_OBJS)
 
 clean:
-       @rm -f *.~ $(S_OBJS) core
+       @$(RM) *.~ $(S_OBJS) core
index 82b7cb1238132ecae15755ba4023eb2c1a57f069..f69213c41fb2b4a4d0bd8edbbb31e5dcd788ae9a 100644 (file)
@@ -18,4 +18,4 @@ S_OBJS        = drawline.o drawpoint.o framerectangle.o hlineregs.o horizontalline.o\
 all: $(S_OBJS)
 
 clean:
-       @rm -f *.~ $(S_OBJS) core
+       @$(RM) *.~ $(S_OBJS) core
index f9727fde5dd83a9367bb6cf900ccbe83610d0284..e2af2fab32b78b96611dae669ee33ae9b295585c 100644 (file)
@@ -15,4 +15,4 @@ S_OBJS        = crc.o doublepop.o reuregs.o clearram.o fillram.o initram.o movedata.o\
 all: $(S_OBJS)
 
 clean:
-       @rm -f *.~ $(S_OBJS) core
+       @$(RM) *.~ $(S_OBJS) core
index 2a58d78532f49cd925760ae7e093c1e6666beba0..cb5d6f475d022a6c27196f9752f10fa8e192ae56 100644 (file)
@@ -14,4 +14,4 @@ S_OBJS        = domenu.o dopreviousmenu.o redomenu.o recovermenu.o recoverallmenus.o\
 all: $(S_OBJS)
 
 clean:
-       @rm -f *.~ $(S_OBJS) core
+       @$(RM) *.~ $(S_OBJS) core
index 222099cb5c8e33a9c9a9d0937c7ab80fa57801c1..23cfbb3bf8d59227ae66e79558548b6d27592ba5 100644 (file)
@@ -17,4 +17,4 @@ S_OBJS        = startmousemode.o clearmousemode.o mouseup.o mouseoff.o\
 all: $(S_OBJS)
 
 clean:
-       @rm -f *.~ $(S_OBJS) core
+       @$(RM) *.~ $(S_OBJS) core
index 4daa6581d06cdbcf377d3aeaa70140cb498f1193..e5e7a5b80e381deb9e0bd6e67d57c42f233b930f 100644 (file)
@@ -13,4 +13,4 @@ S_OBJS        = processinitrestartenable.o processblock.o processfreeze.o processsleep.
 all: $(S_OBJS)
 
 clean:
-       @rm -f *.~ $(S_OBJS) core
+       @$(RM) *.~ $(S_OBJS) core
index 48871ed4b7f6abe6b296b42a0b42d3101793e8a8..143e044a01c71bfe3eeede67bb767bddcc987383 100644 (file)
@@ -16,4 +16,4 @@ S_OBJS        = call.o
 all: $(C_OBJS) $(S_OBJS)
 
 clean:
-       @rm -f core *.~ $(S_OBJS) $(C_OBJS:.o=.s) $(C_OBJS)
+       @$(RM) core *.~ $(S_OBJS) $(C_OBJS:.o=.s) $(C_OBJS)
index e4bbceaf1de6625609159b50a9ad4866bd66c3ec..789b70ac6f5f4c60b141ecf2ba7e1c842eec50ef 100644 (file)
@@ -30,4 +30,4 @@ C_OBJS        =       systime.o
 all: $(C_OBJS) $(S_OBJS)
 
 clean:
-       @rm -f *.~ $(C_OBJS:.o=.s) $(C_OBJS) $(S_OBJS) core
+       @$(RM) *.~ $(C_OBJS:.o=.s) $(C_OBJS) $(S_OBJS) core
index a82f55ebcb1e0a498da221b3ac83eabfd1b38540..c1441847fbc974d5039079fa707d0a14da7bc4b6 100644 (file)
@@ -32,10 +32,7 @@ S_OBJS =             joy-kernel.o    \
 all:   $(C_OBJS) $(S_OBJS)
 
 clean:
-       @rm -f *~
-       @rm -f $(C_OBJS:.o=.s)
-       @rm -f $(C_OBJS)
-       @rm -f $(S_OBJS)
+       @$(RM) *~ $(C_OBJS:.o=.s) $(C_OBJS) $(S_OBJS) 
 
 zap:   clean
 
index 81a54a1e8d5d319f68687b5e5d282054cdc7314e..e0abce8060866cab3d4b64e2760abd8c7713d3c4 100644 (file)
@@ -52,7 +52,7 @@ S_OBJS  =       _scrsize.o      \
 all:           $(C_OBJS) $(S_OBJS)
 
 clean:
-       @rm -f $(C_OBJS:.c=.s) $(C_OBJS) $(S_OBJS)
+       @$(RM) $(C_OBJS:.c=.s) $(C_OBJS) $(S_OBJS)
 
 zap:   clean
 
index 67f52e37e9dc337d57b744d4c9d4d4b33b5b2d5a..ad67bd253ca8f1041e14cd07a11afeae800a1460 100644 (file)
@@ -51,7 +51,7 @@ OBJS =        _scrsize.o      \
 all:   $(OBJS)
 
 clean:
-       @rm -f $(OBJS)
+       @$(RM) $(OBJS)
 
 zap:   clean
 
index 21ced76c3465408cc7147bcaf326011b79b90061..14e9b6bb6ccff1d4c3bf9c664e24825032b58ea1 100644 (file)
@@ -86,8 +86,8 @@ all:  $(OBJS) $(EMDS) $(JOYS) $(TGIS)
        $(MAKE) -C $(dir $@) $(notdir $@)
 
 clean:
-       @rm -f $(OBJS) $(EMDS:.emd=.o) $(JOYS:.joy=.o) $(TGIS:.tgi=.o)
+       @$(RM) $(OBJS) $(EMDS:.emd=.o) $(JOYS:.joy=.o) $(TGIS:.tgi=.o)
 
 zap:   clean
-       @rm -f $(EMDS) $(JOYS) $(TGIS)
+       @$(RM) $(EMDS) $(JOYS) $(TGIS)
 
index f17099b4ae5ebab171ddcb5cd1283594ee391b75..6226d35213285b3726b0aa19de2c8c5c7282ef0a 100644 (file)
@@ -214,7 +214,7 @@ OBJS =      add.o           \
 all:           $(OBJS)
 
 clean:
-       @rm -f *~ $(COBJS:.o=.s) $(OBJS)
+       @$(RM) *~ $(COBJS:.o=.s) $(OBJS)
 
 zap:   clean
 
index 798dc101210576b0c23928da7b91d8395be97999..10af8bb070af4c749f723dad6aa989250d6cbd0c 100644 (file)
@@ -37,10 +37,7 @@ S_OBJS =             ser-kernel.o    \
 all:   $(C_OBJS) $(S_OBJS)
 
 clean:
-       @rm -f *~
-       @rm -f $(C_OBJS:.o=.s)
-       @rm -f $(C_OBJS)
-       @rm -f $(S_OBJS)
+       @$(RM) *~ $(C_OBJS:.o=.s) $(C_OBJS) $(S_OBJS)
 
 zap:   clean
 
index 15aa88a2b91ee36f7f77dbb288803ebbb9cf7c32..59c56df458ef0ba3f11313b9aebcad4166e7ea67 100644 (file)
@@ -67,10 +67,7 @@ S_OBJS =             tgi-kernel.o            \
 all:   $(C_OBJS) $(S_OBJS)
 
 clean:
-       @rm -f *~
-       @rm -f $(C_OBJS:.o=.s)
-       @rm -f $(C_OBJS)
-       @rm -f $(S_OBJS)
+       @$(RM) *~ $(C_OBJS:.o=.s) $(C_OBJS) $(S_OBJS)
 
 zap:   clean
 
index fe6743572bd6bc3423f1c4fe87f55c283004e900..d743243e6e9e30f76a5a5c5d104a2b3592181022 100644 (file)
@@ -41,7 +41,7 @@ OBJS =        _scrsize.o      \
         mainargs.o      \
         randomize.o     \
        revers.o        \
-        sysuname.o      
+        sysuname.o
 
 #--------------------------------------------------------------------------
 # Drivers
@@ -63,9 +63,9 @@ all:  $(OBJS) $(EMDS) $(JOYS) $(TGIS)
        $(MAKE) -C $(dir $@) $(notdir $@)
 
 clean:
-       @rm -f $(OBJS) $(EMDS:.emd=.o) $(JOYS:.joy=.o) $(TGIS:.tgi=.o)
+       @$(RM) $(OBJS) $(EMDS:.emd=.o) $(JOYS:.joy=.o) $(TGIS:.tgi=.o)
 
 zap:   clean
-       @rm -f $(EMDS) $(JOYS) $(TGIS)
+       @$(RM) $(EMDS) $(JOYS) $(TGIS)