/[antiright]/antiright/Makefile.in
ViewVC logotype

Diff of /antiright/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33 by jefbed, Mon Dec 27 07:55:26 2004 UTC revision 1.34 by jefbed, Fri Jan 21 22:35:15 2005 UTC
# Line 1  Line 1 
1  ###############################################################################  ###############################################################################
2  #  #
3  #    AntiRight  #    AntiRight
4  #    (c) 2004 Jeffrey Bedard  #    (c) 2004-2005 Jeffrey Bedard
5  #    jefbed@e-list.net  #    jefbed@e-list.net
6  #  #
7  #    This file is part of AntiRight.  #    This file is part of AntiRight.
# Line 24  Line 24 
24  # The following line is where variables will be defined.    # The following line is where variables will be defined.  
25    
26  # The above line is where variables will be defined.  # The above line is where variables will be defined.
27  CFLAGS += $(INCLUDE) $(DEFS) -Wall -W -g -fno-strict-aliasing  CFLAGS += $(INCLUDE) $(DEFS) -Wall -W -g
28  programs=arshell arcd vdesk  programs=arshell arcd vdesk
29    
30  all: $(programs)  all: $(programs)
# Line 32  all: $(programs) Line 32  all: $(programs)
32  lib-objects=lib/button.o lib/drawing.o lib/edit.o lib/form.o lib/frame.o\  lib-objects=lib/button.o lib/drawing.o lib/edit.o lib/form.o lib/frame.o\
33          lib/help.o lib/label.o lib/library.o lib/list.o lib/menubar.o\          lib/help.o lib/label.o lib/library.o lib/list.o lib/menubar.o\
34          lib/popup.o lib/row.o lib/separator.o lib/status.o lib/window.o\          lib/popup.o lib/row.o lib/separator.o lib/status.o lib/window.o\
35          lib/util.o          lib/util.o lib/pixmap.o lib/usage.o lib/app.o lib/resource.o\
36            lib/string.o lib/system.o lib/xmstring.o
37    
38  arcd-objects=src/arcd/arcd.o $(lib-objects)  arcd-objects=src/arcd/arcd.o $(lib-objects)
39  arcd: $(arcd-objects)  arcd: $(arcd-objects)

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26