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

Diff of /antiright/Makefile.in

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

revision 1.28 by jefbed, Sun Aug 29 03:17:00 2004 UTC revision 1.29 by jefbed, Sun Sep 5 01:56:37 2004 UTC
# 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  CFLAGS += $(INCLUDE) $(DEFS) -Wall -W -g -fno-strict-aliasing
28  programs=arshell arcd vdesk  programs=arshell arcd vdesk
29  all: $(programs)  all: $(programs)
30    
# Line 38  arcd: $(arcd-objects) Line 38  arcd: $(arcd-objects)
38          $(CC) -o arcd $(arcd-objects) $(CFLAGS) $(LIBDIR) $(LIBS)          $(CC) -o arcd $(arcd-objects) $(CFLAGS) $(LIBDIR) $(LIBS)
39    
40  arshell-objects=src/arshell/arshell.o src/arshell/arguments.o\  arshell-objects=src/arshell/arshell.o src/arshell/arguments.o\
41           src/arshell/textedit.o src/arshell/arshell-util.o\          src/arshell/textedit.o src/arshell/arshell-util.o\
42           src/arshell/color.o src/arshell/dialog.o src/arshell/menubar.o\          src/arshell/color.o src/arshell/dialog.o src/arshell/menubar.o\
43          src/arshell/update.o src/arshell/layout.o src/arshell/main.o\          src/arshell/update.o src/arshell/layout.o src/arshell/main.o\
44          src/arshell/search.o src/arshell/file.o src/arshell/interface_file.o\          src/arshell/search.o src/arshell/file.o src/arshell/interface_file.o\
45          $(lib-objects)          $(lib-objects)
# Line 48  arshell:$(arshell-objects) Line 48  arshell:$(arshell-objects)
48    
49  vdesk-objects=src/vdesk/vdesk.o  vdesk-objects=src/vdesk/vdesk.o
50  vdesk: $(vdesk-objects)  vdesk: $(vdesk-objects)
51          $(CC) -o vdesk $(vdesk-objects) $(CFLAGS) $(LIBDIR) -lX11          $(CC) -o vdesk $(vdesk-objects) $(CFLAGS)\
52            $(LIBDIR) -lX11
53    
54  clean:  clean:
55          rm -f `find . | grep '.o$$'` $(programs)          rm -f `find . | grep '.o$$'` $(programs)

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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