/[dgee]/dgee/rmgr/Makefile.in
ViewVC logotype

Diff of /dgee/rmgr/Makefile.in

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

revision 1.3 by csmith, Tue Apr 22 11:58:49 2003 UTC revision 1.4 by csmith, Sun Sep 21 10:33:22 2003 UTC
# Line 29  directories: Line 29  directories:
29          @if test ! -d "./obj"; then mkdir obj; fi          @if test ! -d "./obj"; then mkdir obj; fi
30    
31  $(TARGET): $(OBJS)  $(TARGET): $(OBJS)
32          $(CC) -g $(OBJS) -rdynamic $(LFLAG) -lgwbs -o$@          $(CC) $(OBJS) -rdynamic $(LFLAG) -lgwbs -o$@
33          @echo          @echo
34    
35  $(OBJ)/%.o:%.c  $(OBJ)/%.o:%.c
# Line 39  clean: Line 39  clean:
39          rm -f $(TARGET) $(OBJS)          rm -f $(TARGET) $(OBJS)
40    
41  distclean: clean  distclean: clean
42          rmdir $(OBJ)          rm -rf $(OBJ)
43          rm -f Makefile          rm -f Makefile
44    
45  install:  install:

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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