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: Fri, 21 Jan 2005 17:35:15 -0500

CVSROOT:        /cvsroot/antiright
Module name:    antiright
Branch:         
Changes by:     Jeffrey Bedard <address@hidden> 05/01/21 22:35:15

Modified files:
        .              : Makefile.in 

Log message:
        Added rules for resource.o, string.o, system.o, and xmstring.o.

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

Patches:
Index: antiright/Makefile.in
diff -u antiright/Makefile.in:1.33 antiright/Makefile.in:1.34
--- antiright/Makefile.in:1.33  Mon Dec 27 07:55:26 2004
+++ antiright/Makefile.in       Fri Jan 21 22:35:15 2005
@@ -1,7 +1,7 @@
 ###############################################################################
 #
 #    AntiRight
-#    (c) 2004 Jeffrey Bedard
+#    (c) 2004-2005 Jeffrey Bedard
 #    address@hidden
 # 
 #    This file is part of AntiRight.
@@ -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 -fno-strict-aliasing
+CFLAGS += $(INCLUDE) $(DEFS) -Wall -W -g
 programs=arshell arcd vdesk
 
 all: $(programs)
@@ -32,7 +32,8 @@
 lib-objects=lib/button.o lib/drawing.o lib/edit.o lib/form.o lib/frame.o\
        lib/help.o lib/label.o lib/library.o lib/list.o lib/menubar.o\
        lib/popup.o lib/row.o lib/separator.o lib/status.o lib/window.o\
-       lib/util.o
+       lib/util.o lib/pixmap.o lib/usage.o lib/app.o lib/resource.o\
+       lib/string.o lib/system.o lib/xmstring.o
 
 arcd-objects=src/arcd/arcd.o $(lib-objects)
 arcd: $(arcd-objects)




reply via email to

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