From c7f360a694acbdc6b18807d93bb922e58096209d Mon Sep 17 00:00:00 2001 From: Rob Pearce Date: Thu, 30 Mar 2006 05:49:10 +0000 Subject: [PATCH] Removed Makefile - just copy Makefile.your_os onto the correct one. --- Makefile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index e6f97f0..0000000 --- a/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -netmapr: netmapr.c constants.h netmapr.h Makefile - gcc -Wall -g netmapr.c -onetmapr `sdl-config --libs --cflags` -L/usr/X11R6/lib -lX11 -lpthread -lXext -lSDL_ttf - ln -f netmapr netmapr-viewer - -install: netmapr - install -C -D -o root -m 755 netmapr /usr/local/bin/netmapr - ln -f /usr/local/bin/netmapr /usr/local/bin/netmapr-viewer - install -C -D -o root -m 644 buttons.dat /usr/local/share/netmapr/buttons.dat - install -C -D -o root -m 644 objects.dat /usr/local/share/netmapr/objects.dat - install -C -D -o root -m 644 verdana.ttf /usr/local/share/netmapr/verdana.ttf - install -C -D -o root -m 644 icon.bmp /usr/local/share/netmapr/icon.bmp - -clean: netmapr convert netmapr-viewer - rm -f netmapr convert netmapr-viewer