/[hyperestraier]/upstream/0.5.3/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 /upstream/0.5.3/Makefile.in

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

upstream/0.5.2/Makefile.in revision 9 by dpavlin, Wed Aug 3 15:21:15 2005 UTC upstream/0.5.3/Makefile.in revision 10 by dpavlin, Wed Aug 3 15:25:48 2005 UTC
# Line 26  MYLIBS = libestraier.a libestraier.so.$( Line 26  MYLIBS = libestraier.a libestraier.so.$(
26    libestraier.so.$(LIBVER) libestraier.so    libestraier.so.$(LIBVER) libestraier.so
27  MYBINS = estcmd estmttest estmaster estcall estload  MYBINS = estcmd estmttest estmaster estcall estload
28  MYCGIS = estseek.cgi  MYCGIS = estseek.cgi
29  MYSCRIPTS = estconfig  MYSCRIPTS = estconfig estwolefind
30  MYCONFS = estseek.conf estseek.tmpl estseek.top estresult.dtd estraier.idl locale filter increm  MYCONFS = estseek.conf estseek.tmpl estseek.top estresult.dtd estraier.idl locale filter increm
31  MYDOCS = COPYING ChangeLog THANKS doc  MYDOCS = COPYING ChangeLog THANKS doc
32  MYPCS = hyperestraier.pc  MYPCS = hyperestraier.pc
# Line 140  uninstall : Line 140  uninstall :
140  dist :  dist :
141          make version          make version
142          make distclean          make distclean
143            ( cd java && ./configure && make dist )
144            ( cd ruby && ./configure && make dist )
145          cd .. && tar cvf - $(PACKAGEDIR) | gzip -c > $(PACKAGETGZ)          cd .. && tar cvf - $(PACKAGEDIR) | gzip -c > $(PACKAGETGZ)
146          sync ; sync          sync ; sync
147    
148    
149  distclean : clean  distclean : clean
150          cd java ; if [ -f Makefile ] ; then make distclean ; fi          ( cd java && if [ -f Makefile ] ; then make distclean ; fi )
151          cd example && make clean          ( cd example && make clean )
152          rm -rf Makefile estconfig hyperestraier.pc \          rm -rf Makefile estconfig hyperestraier.pc \
153            config.cache config.log config.status autom4te.cache            config.cache config.log config.status autom4te.cache
154    

Legend:
Removed from v.9  
changed lines
  Added in v.10

  ViewVC Help
Powered by ViewVC 1.1.26