antiright-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Antiright-devel] antiright/gtkshell Makefile [antiright-3]


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/gtkshell Makefile [antiright-3]
Date: Fri, 09 Mar 2007 20:02:51 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Branch:         antiright-3
Changes by:     Jeffrey Bedard <jefbed> 07/03/09 20:02:51

Modified files:
        gtkshell       : Makefile 

Log message:
        Updated Makefile.  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/gtkshell/Makefile?cvsroot=antiright&only_with_tag=antiright-3&r1=1.9&r2=1.9.2.1

Patches:
Index: Makefile
===================================================================
RCS file: /sources/antiright/antiright/gtkshell/Makefile,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -b -r1.9 -r1.9.2.1
--- Makefile    2 Mar 2007 03:56:07 -0000       1.9
+++ Makefile    9 Mar 2007 20:02:51 -0000       1.9.2.1
@@ -1,3 +1,28 @@
+###############################################################################
+#
+#    AntiRight
+#    (c) 2004-2007 Jeffrey Bedard
+#    address@hidden
+# 
+#    This file is part of AntiRight.
+#
+#     AntiRight is free software; you can redistribute it and/or modify
+#     it under the terms of the GNU General Public License as published by
+#     the Free Software Foundation; either version 2 of the License, or
+#     (at your option) any later version.
+#
+#     AntiRight is distributed in the hope that it will be useful,
+#     but WITHOUT ANY WARRANTY; without even the implied warranty of
+#     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#     GNU General Public License for more details.
+#
+#     You should have received a copy of the GNU General Public License
+#     along with AntiRight; if not, write to the Free Software
+#     Foundation, Inc., 51 Franklin Street, Fifth Floor, 
+#     Boston, MA  02110-1301  USA              
+#
+###############################################################################
+
 include ../config.mk
 
 #CFLAGS+=`pkg-config --cflags gtk+-2.0` -g3 -Wall -W -Werror
@@ -23,11 +48,12 @@
        $(CC) -o gtkshell $(objects) main.o $(LDFLAGS)
        ar rcs libgtkshell.a $(objects)
 
-lint: $(sources)
-                               splint `pkg-config --cflags-only-I gtk+-2.0` 
$(sources) > lint.out
+splint: $(sources)
+       splint +posixlib -nullpass -nullstate -temptrans -mustfreeonly 
`pkg-config --cflags-only-I gtk+-2.0` $(sources) > splint.out
 
 clean:
        rm -f gtkshell *.o libgtkshell.a
+
 install:
        install gtkshell $(PREFIX)/bin
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]