From 6ab9b430858932df70ae87a583cc2025ef633ce1 Mon Sep 17 00:00:00 2001 From: Rob Pearce Date: Sun, 22 Nov 2009 19:33:33 +0000 Subject: [PATCH] Added linux makeifle without optimisation. --- Makefile.linux64 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 Makefile.linux64 diff --git a/Makefile.linux64 b/Makefile.linux64 new file mode 100755 index 0000000..e20276c --- /dev/null +++ b/Makefile.linux64 @@ -0,0 +1,14 @@ +netmapr: netmapr.c constants.h netmapr.h Makefile + gcc -Wall -g netmapr.c savepng.c -onetmapr `sdl-config --libs --cflags` -L/usr/X11R6/lib -lX11 -lpthread -lSDL_ttf -lpng + ln -f netmapr netmapr-viewer + +install: netmapr + install -D -o root -m 755 netmapr /usr/local/bin/netmapr + ln -f /usr/local/bin/netmapr /usr/local/bin/netmapr-viewer + install -D -o root -m 644 buttons.dat /usr/local/share/netmapr/buttons.dat + install -D -o root -m 644 objects.dat /usr/local/share/netmapr/objects.dat + install -D -o root -m 644 verdana.ttf /usr/local/share/netmapr/verdana.ttf + install -D -o root -m 644 icon.bmp /usr/local/share/netmapr/icon.bmp + +clean: netmapr convert netmapr-viewer + rm -f netmapr convert netmapr-viewer