/[rdesktop]/sourceforge.net/trunk/rdesktop/Makefile.in
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/Makefile.in

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

revision 765 by astrand, Wed Sep 8 08:17:34 2004 UTC revision 766 by astrand, Wed Sep 8 08:47:48 2004 UTC
# Line 75  proto: Line 75  proto:
75  clean:  clean:
76          rm -f *.o *~ vnc/*.o vnc/*~ rdesktop rdp2vnc          rm -f *.o *~ vnc/*.o vnc/*~ rdesktop rdp2vnc
77    
78  dist: Makefile configure  
79    dist: rdesktop-$(VERSION).tar.gz
80    
81    rdesktop-$(VERSION).tar.gz: Makefile configure
82          mkdir -p /tmp/rdesktop-make-dist-dir          mkdir -p /tmp/rdesktop-make-dist-dir
83          ln -sf `pwd` /tmp/rdesktop-make-dist-dir/rdesktop-$(VERSION)          ln -sf `pwd` /tmp/rdesktop-make-dist-dir/rdesktop-$(VERSION)
84          (cd /tmp/rdesktop-make-dist-dir; \          (cd /tmp/rdesktop-make-dist-dir; \
# Line 110  dist: Makefile configure Line 113  dist: Makefile configure
113          rdesktop-$(VERSION)/doc/rdesktop.1 )          rdesktop-$(VERSION)/doc/rdesktop.1 )
114          rm -rf /tmp/rdesktop-make-dist-dir          rm -rf /tmp/rdesktop-make-dist-dir
115    
116    dist-noversion: rdesktop.tar.gz
117    
118    rdesktop.tar.gz: rdesktop-$(VERSION).tar.gz
119            cp $< $@
120    
121  Makefile: Makefile.in configure  Makefile: Makefile.in configure
122          ./config.status          ./config.status
123    

Legend:
Removed from v.765  
changed lines
  Added in v.766

  ViewVC Help
Powered by ViewVC 1.1.26