comparison gtk/plugins/perl/common/Makefile.mingw @ 14699:cd1ddfa8868c

[gaim-migrate @ 17451] A couple Makefile.mingw tweaks from Lee Roach. `make -f Makefile.mingw clean` will no longer delete win32-install-dir, a new "uninstall" target has been added for that purpose. The perl Makefiles "clean" target will now delete .c files generated from the .xs files. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 08 Oct 2006 19:17:32 +0000
parents 5d03b309b482
children
comparison
equal deleted inserted replaced
14698:85b84a253a83 14699:cd1ddfa8868c
102 102
103 ## 103 ##
104 ## CLEAN 104 ## CLEAN
105 ## 105 ##
106 clean: 106 clean:
107 rm -f *.o $(TARGET).dll 107 rm -f *.o $(C_FILES) $(TARGET).dll
108 108
109 include $(GAIM_COMMON_TARGETS) 109 include $(GAIM_COMMON_TARGETS)