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

Diff of /antiright/Makefile.in

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

revision 1.36 by jefbed, Sat Jun 4 01:04:02 2005 UTC revision 1.37 by jefbed, Sat Jun 18 01:59:08 2005 UTC
# Line 25  Line 25 
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
28  programs=arshell arcd vdesk  programs=arshell arcd vdesk afract wmar
29    
30  all: $(programs)  all: $(programs)
31    
# Line 54  vdesk: $(vdesk-objects) Line 54  vdesk: $(vdesk-objects)
54          $(CC) -o vdesk $(vdesk-objects) $(CFLAGS)\          $(CC) -o vdesk $(vdesk-objects) $(CFLAGS)\
55          $(LIBDIR) -lX11          $(LIBDIR) -lX11
56    
57    afract-objects=src/afract/afract.o $(lib-objects)
58    afract: $(afract-objects)
59            $(CC) -o afract $(afract-objects) $(CFLAGS)\
60            $(LIBDIR) $(LIBS)
61    
62    wmar-objects=src/wmar/wmar.o
63    wmar: $(wmar-objects)
64            $(CC) -o wmar $(wmar-objects) $(CFLAGS)\
65            $(LIBDIR) -lX11
66    
67  clean:  clean:
68          rm -f `find . | grep '.o$$'` $(programs)          rm -f `find . | grep '.o$$'` $(programs)
69  distclean: clean  distclean: clean

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

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