]> git.pld-linux.org Git - packages/squidview.git/blobdiff - squidview-makefile.patch
- a bit fixed makefile
[packages/squidview.git] / squidview-makefile.patch
diff --git a/squidview-makefile.patch b/squidview-makefile.patch
new file mode 100644 (file)
index 0000000..dbd9dec
--- /dev/null
@@ -0,0 +1,26 @@
+--- ./Makefile.org     Thu Jul 11 05:52:48 2002
++++ ./Makefile Wed Jul 31 17:39:29 2002
+@@ -1,8 +1,20 @@
++CXXFLAGS =
++
++CXX =         c++
++PREFIX =      /usr/local
++BINDIR =      $(PREFIX)/bin
++DATADIR =     $(PREFIX)/share
++DOCDIR =      $(DATADIR)/doc
++
+ squidview:    squidview.cpp squidview.h
+-      c++ squidview.cpp -Wall -lncurses -o squidview
++      $(CXX) squidview.cpp $(CXXFLAGS) -Wall -lncurses -o squidview
+ oldgcc:       squidview.cpp squidview.h
+-      c++ squidview.cpp -Wall -fhandle-exceptions -lncurses -o squidview
++      $(CXX) squidview.cpp $(CXXFLAGS) -Wall -fhandle-exceptions -lncurses -o squidview
+-install:      squidview
++install-all:  squidview
+       ./install-sv
++
++install:
++      install -d $(DESTDIR)$(BINDIR)
++      install squidview $(DESTDIR)$(BINDIR)
This page took 0.041048 seconds and 4 git commands to generate.