Update GCC makefile to remove .obj targets.
authorEric Mullins <eric@hiarcs.(none)>
Sun, 12 Jul 2009 04:44:53 +0000 (22:44 -0600)
committerArun Persaud <arun@nubati.net>
Sun, 12 Jul 2009 06:16:58 +0000 (23:16 -0700)
Dunno how they got in there, but they should be .o

winboard/makefile.gcc

index ca70cc4..b358337 100644 (file)
@@ -101,50 +101,50 @@ lists.o: ../lists.c config.h ../lists.h ../common.h
        $(call compile, $<)\r
 \r
 gamelist.o: ../gamelist.c config.h ../lists.h ../common.h ../frontend.h \\r
-       ../backend.h ../parser.h\r
-       $(call compile, $<)\r
-\r
-wclipbrd.obj: wclipbrd.c config.h ../common.h ../frontend.h ../backend.h \\r
-       winboard.h resource.h wclipbrd.h ../lists.h\r
-       $(call compile, $<)\r
-\r
-wedittags.obj: wedittags.c config.h ../common.h winboard.h resource.h ../frontend.h \\r
-       ../backend.h ../lists.h wedittags.h\r
-       $(call compile, $<)\r
-\r
-wgamelist.obj: wgamelist.c config.h. ../common.h winboard.h resource.h ../frontend.h \\r
-       ../backend.h wgamelist.h ../lists.h\r
-       $(call compile, $<)\r
-\r
-woptions.obj: woptions.c config.h ../common.h ../frontend.h ../backend.h ../lists.h \\r
-       defaults.h winboard.h resource.h\r
-       $(call compile, $<)\r
-\r
-wengineo.obj: wengineo.c config.h ../common.h ../frontend.h ../backend.h \\r
-       ../lists.h winboard.h resource.h wsnap.h\r
-       $(call compile, $<)\r
-\r
-whistory.obj: whistory.c config.h ../common.h ../frontend.h ../backend.h \\r
-       ../lists.h winboard.h resource.h wsnap.h\r
-       $(call compile, $<)\r
-\r
-wevalgraph.obj: wevalgraph.c config.h ../common.h ../frontend.h ../backend.h \\r
-       ../lists.h winboard.h resource.h wsnap.h\r
-       $(call compile, $<)\r
-\r
-wlayout.obj: wlayout.c config.h ../common.h winboard.h resource.h\r
-       $(call compile, $<)\r
-\r
-wsockerr.obj: wsockerr.c wsockerr.h\r
-       $(call compile, $<)\r
-\r
+       ../backend.h ../parser.h
+       $(call compile, $<)
+
+wclipbrd.o: wclipbrd.c config.h ../common.h ../frontend.h ../backend.h \
+       winboard.h resource.h wclipbrd.h ../lists.h
+       $(call compile, $<)
+
+wedittags.o: wedittags.c config.h ../common.h winboard.h resource.h ../frontend.h \
+       ../backend.h ../lists.h wedittags.h
+       $(call compile, $<)
+
+wgamelist.o: wgamelist.c config.h. ../common.h winboard.h resource.h ../frontend.h \
+       ../backend.h wgamelist.h ../lists.h
+       $(call compile, $<)
+
+woptions.o: woptions.c config.h ../common.h ../frontend.h ../backend.h ../lists.h \
+       defaults.h winboard.h resource.h
+       $(call compile, $<)
+
+wengineo.o: wengineo.c config.h ../common.h ../frontend.h ../backend.h \
+       ../lists.h winboard.h resource.h wsnap.h
+       $(call compile, $<)
+
+whistory.o: whistory.c config.h ../common.h ../frontend.h ../backend.h \
+       ../lists.h winboard.h resource.h wsnap.h
+       $(call compile, $<)
+
+wevalgraph.o: wevalgraph.c config.h ../common.h ../frontend.h ../backend.h \
+       ../lists.h winboard.h resource.h wsnap.h
+       $(call compile, $<)
+
+wlayout.o: wlayout.c config.h ../common.h winboard.h resource.h
+       $(call compile, $<)
+
+wsockerr.o: wsockerr.c wsockerr.h
+       $(call compile, $<)
+
 help.o: help.c help.h
        $(call compile, $<)
 
-wsnap.obj: wsnap.c wsnap.h\r
-       $(call compile, $<)\r
-\r
-pgntags.o: ../pgntags.c config.h ../common.h ../frontend.h ../backend.h \\r
+wsnap.o: wsnap.c wsnap.h
+       $(call compile, $<)
+
+pgntags.o: ../pgntags.c config.h ../common.h ../frontend.h ../backend.h \
        ../parser.h ../lists.h\r
        $(call compile, $<)\r
 \r