]> git.pld-linux.org Git - packages/squidview.git/commitdiff
- a bit fixed makefile squidview-0_20-1
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 31 Jul 2002 15:45:39 +0000 (15:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    squidview-makefile.patch -> 1.1

squidview-makefile.patch [new file with mode: 0644]

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.036889 seconds and 4 git commands to generate.