Subversion Repositories filter_foundry

Rev

Rev 17 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17 Rev 18
Line 1... Line 1...
1
# This file is part of ICOFormat, a File Format plugin for Adobe Photoshop
1
# This file is part of "Filter Foundry", a filter plugin for Adobe Photoshop
2
# Copyright (C) 2004-5 Toby Thain, toby@telegraphics.com.au
2
# Copyright (C) 2003-5 Toby Thain, toby@telegraphics.com.au
3
 
3
 
4
# This program is free software; you can redistribute it and/or modify
4
# This program is free software; you can redistribute it and/or modify
5
# it under the terms of the GNU General Public License as published by  
5
# it under the terms of the GNU General Public License as published by  
6
# the Free Software Foundation; either version 2 of the License, or
6
# the Free Software Foundation; either version 2 of the License, or
7
# (at your option) any later version.
7
# (at your option) any later version.
Line 98... Line 98...
98
$(BUNDLE)/Contents/Info.plist : Info.plist version.h
98
$(BUNDLE)/Contents/Info.plist : Info.plist version.h
99
	V=`sed -n -E 's/^.*VERSION_STR[[:blank:]]+\"([^"]*)\"/\1/p' version.h` ;\
99
	V=`sed -n -E 's/^.*VERSION_STR[[:blank:]]+\"([^"]*)\"/\1/p' version.h` ;\
100
		cat $< | sed s/VERSION_STR/$$V/ | sed s/EXEC/$(EXEC)/ > $@
100
		cat $< | sed s/VERSION_STR/$$V/ | sed s/EXEC/$(EXEC)/ > $@
101
 
101
 
102
clean :
102
clean :
103
	rm -fr *.[ox] obj/* obj_w32/* $(PLUGIN_W32) $(BUNDLE) lex.yy.[ch] y.tab.[ch]
103
	rm -fr *.[ox] obj/* obj_w32/* $(PLUGIN_W32) $(BUNDLE) \
-
 
104
	       gentab trigtab.c lex.yy.[ch] y.tab.[ch] temp
104
 
105
 
105
 
106
 
106
dist : $(DISTARCHIVE)
107
dist : $(DISTARCHIVE)
107
 
108
 
108
$(DISTARCHIVE) : $(PLUGIN_W32) dist/README.html dist/gpl.html
109
$(DISTARCHIVE) : $(PLUGIN_W32) dist/README.html dist/gpl.html