Updated the Makefiles

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1027 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2008-09-18 16:26:01 +00:00
parent c7c5d113d1
commit 571e2b7b2f
3 changed files with 3 additions and 5 deletions

View File

@ -93,6 +93,4 @@ plrr_subs.o: plrr_subs_win.c
.PHONY : clean
clean:
-del *.o *.obj MAP65.EXE Audio.pyd
-del *.o *.obj MAP65.EXE Audio.pyd map65.spec

View File

@ -117,7 +117,7 @@ plrs: plrs.F90 sec_midn.F90 plrs_subs.c cutil.c
.PHONY : clean
clean:
${RM} -f *.o *.pyc *.so *~ map65
${RM} -f *.o *.pyc *.so *~ map65 map65.spec
# (cd portaudio-v19;${MAKE} clean)
distclean: clean
${RM} -f config.log config.status Makefile

View File

@ -1,4 +1,4 @@
#--------------------------------------------------------------------- MAP65
#-------------------------------------------------------------------- MAP65
# $Date$ $Revision$
#
from Tkinter import *