antiright-devel
[Top][All Lists]
Advanced

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

[Antiright-devel] antiright Makefile.in


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright Makefile.in
Date: Sun, 05 Sep 2004 09:31:55 -0400

CVSROOT:        /cvsroot/antiright
Module name:    antiright
Branch:         
Changes by:     Jeffrey Bedard <address@hidden> 04/09/05 01:56:37

Modified files:
        .              : Makefile.in 

Log message:
        Added -fno-strict-aliasing to CFLAGS.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/antiright/antiright/Makefile.in.diff?tr1=1.28&tr2=1.29&r1=text&r2=text

Patches:
Index: antiright/Makefile.in
diff -u antiright/Makefile.in:1.28 antiright/Makefile.in:1.29
--- antiright/Makefile.in:1.28  Sun Aug 29 03:17:00 2004
+++ antiright/Makefile.in       Sun Sep  5 01:56:37 2004
@@ -24,7 +24,7 @@
 # The following line is where variables will be defined.  
 
 # The above line is where variables will be defined. 
-CFLAGS += $(INCLUDE) $(DEFS) -Wall -W -g 
+CFLAGS += $(INCLUDE) $(DEFS) -Wall -W -g -fno-strict-aliasing
 programs=arshell arcd vdesk
 all: $(programs)
 
@@ -38,8 +38,8 @@
        $(CC) -o arcd $(arcd-objects) $(CFLAGS) $(LIBDIR) $(LIBS)
 
 arshell-objects=src/arshell/arshell.o src/arshell/arguments.o\
-        src/arshell/textedit.o src/arshell/arshell-util.o\
-        src/arshell/color.o src/arshell/dialog.o src/arshell/menubar.o\
+       src/arshell/textedit.o src/arshell/arshell-util.o\
+       src/arshell/color.o src/arshell/dialog.o src/arshell/menubar.o\
        src/arshell/update.o src/arshell/layout.o src/arshell/main.o\
        src/arshell/search.o src/arshell/file.o src/arshell/interface_file.o\
        $(lib-objects)
@@ -48,7 +48,8 @@
 
 vdesk-objects=src/vdesk/vdesk.o
 vdesk: $(vdesk-objects)
-       $(CC) -o vdesk $(vdesk-objects) $(CFLAGS) $(LIBDIR) -lX11
+       $(CC) -o vdesk $(vdesk-objects) $(CFLAGS)\
+       $(LIBDIR) -lX11
 
 clean:
        rm -f `find . | grep '.o$$'` $(programs)




reply via email to

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