summaryrefslogtreecommitdiff
path: root/src/client/Makefile
diff options
context:
space:
mode:
authorscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-05 16:43:55 +0000
committerscarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-05 16:43:55 +0000
commit6c4fe3323d79253af707df90623e433ce12c35f2 (patch)
tree36ca640e6865abc26789760ba9fd09a023eb0ba1 /src/client/Makefile
parent6ed79c5de77b3f6be5c297cb5432d123ff1ff177 (diff)
* Prechod na novou verzi instalace pseudoautotools -> cmake
* Odstraneni bordelu kterej tu byl (pokud vam neco chybi brecte na me ja to zkusim najit v zaloze) * TODO instalace: SEPSAT AUTORY, IKONKU VYROBIT git-svn-id: http://opensvn.csie.org/tuxanci_ng@94 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/client/Makefile')
-rw-r--r--src/client/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/client/Makefile b/src/client/Makefile
deleted file mode 100644
index f8fee47..0000000
--- a/src/client/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-all: client.o configFile.o font.o game.o image.o interface.o keytable.o language.o layer.o panel.o radar.o screen.o term.o
-
-client.o: client.c client.h
- $(CC) $(CFLAGS) -o client.o -c client.c
-
-configFile.o: configFile.c configFile.h
- $(CC) $(CFLAGS) -o configFile.o -c configFile.c
-
-font.o: font.c font.h
- $(CC) $(CFLAGS) -o font.o -c font.c
-
-game.o: game.c game.h
- $(CC) $(CFLAGS) -o game.o -c game.c
-
-image.o: image.c image.h
- $(CC) $(CFLAGS) -o image.o -c image.c
-
-interface.o: interface.c interface.h
- $(CC) $(CFLAGS) -o interface.o -c interface.c
-
-layer.o: layer.c layer.h
- $(CC) $(CFLAGS) -o layer.o -c layer.c
-
-panel.o: panel.c panel.h
- $(CC) $(CFLAGS) -o panel.o -c panel.c
-
-radar.o: radar.c radar.h
- $(CC) $(CFLAGS) -o radar.o -c radar.c
-screen.o: screen.c screen.h
- $(CC) $(CFLAGS) -o screen.o -c screen.c
-
-term.o: term.c term.h
- $(CC) $(CFLAGS) -o term.o -c term.c
-
-clean:
- rm -rf *.o