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

Diff of /dgee/client/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 11:04:09 2003 UTC
# Line 27  directories: Line 27  directories:
27  DGClient: $(OBJ)/dgclient.o  DGClient: $(OBJ)/dgclient.o
28      # Do the following for STATIC test client      # Do the following for STATIC test client
29          #          #
30          ## $(CC) -g $(OBJ)/dgclient.o -Xlinker -Bstatic $(LFLAG) -lgwbs -o$@          ## $(CC) $(OBJ)/dgclient.o -Xlinker -Bstatic $(LFLAG) -lgwbs -o$@
31          # Do the following for dynamic linked test client          # Do the following for dynamic linked test client
32          #          #
33          $(CC) -g $(OBJ)/dgclient.o -rdynamic $(LFLAG) -lgwbs -o$@          $(CC) $(OBJ)/dgclient.o -rdynamic $(LFLAG) -lgwbs -o$@
34          @echo          @echo
35    
36  $(OBJ)/%.o:%.c  $(OBJ)/%.o:%.c

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