Changeset 750


Ignore:
Timestamp:
May 28, 2007, 12:24:28 PM (17 years ago)
Author:
dkearney
Message:

added distclean targets

Location:
trunk/vizservers
Files:
5 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/vizservers/Makefile.in

    r749 r750  
    4242                fi \
    4343        done;
     44        rm Makefile start_viz.sh
  • trunk/vizservers/nanoscale/Makefile.in

    r749 r750  
    1717INSTALL_SCRIPT  = ${INSTALL} -m 644
    1818
    19 .PHONY: all install clean
     19.PHONY: all install clean distclean
    2020
    2121all: $(TARGETS)
     
    3131clean:
    3232        rm -rf a.out *.o *~ core* $(TARGETS) *.log *.tmp logfile* .deps/*.d
     33
     34distclean: clean
     35        rm Makefile
  • trunk/vizservers/nanovis/Makefile.in

    r749 r750  
    5555clean:
    5656        rm -f *.o nanovis client
     57
     58distclean: clean
     59        rm Makefile
    5760
    5861nanovis: $(OBJS)
  • trunk/vizservers/pymolproxy/Makefile.in

    r749 r750  
    1818INSTALL_SCRIPT  = ${INSTALL} -m 644
    1919
    20 .PHONY: all install clean
     20.PHONY: all install clean distclean
    2121
    2222all: $(TARGETS)
     
    3131        rm -rf a.out *.o *~ core* $(TARGETS) *.log *.tmp logfile* .deps/*.d
    3232
     33distclean: clean
     34        rm Makefile
Note: See TracChangeset for help on using the changeset viewer.