Subversion Repositories Tewi

Rev

Rev 193 | Rev 197 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 193 Rev 195
Line 1... Line 1...
1
# $Id: Makefile 193 2024-09-29 05:55:18Z nishi $
1
# $Id: Makefile 195 2024-09-29 06:30:02Z nishi $
2
 
2
 
3
include $(PWD)/Platform/$(PLATFORM).mk
3
include $(PWD)/Platform/$(PLATFORM).mk
4
 
4
 
5
.PHONY: all clean
5
.PHONY: all clean
6
.SUFFIXES: .c .o
6
.SUFFIXES: .c .o
Line 31... Line 31...
31
	cp ../Binary/ps3.png pkg/ICON0.PNG
31
	cp ../Binary/ps3.png pkg/ICON0.PNG
32
	make_self_npdrm tewi_strip$(EXEC) pkg/USRDIR/EBOOT.BIN UP0001-TEWI_00-0000000000000000
32
	make_self_npdrm tewi_strip$(EXEC) pkg/USRDIR/EBOOT.BIN UP0001-TEWI_00-0000000000000000
33
	sfo.py --title "Tewi HTTPd" --appid "TEWI" -f /usr/local/ps3dev/bin/sfo.xml pkg/PARAM.SFO
33
	sfo.py --title "Tewi HTTPd" --appid "TEWI" -f /usr/local/ps3dev/bin/sfo.xml pkg/PARAM.SFO
34
	pkg.py --contentid UP0001-TEWI_00-0000000000000000 pkg/ $@
34
	pkg.py --contentid UP0001-TEWI_00-0000000000000000 pkg/ $@
35
	rm -rf pkg
35
	rm -rf pkg
-
 
36
	package_finalize $@
36
 
37
 
37
.c.o:
38
.c.o:
38
	$(CC) $(CFLAGS) $(EXTCFLAGS) -c -o $@ $<
39
	$(CC) $(CFLAGS) $(EXTCFLAGS) -c -o $@ $<
39
 
40
 
40
tewi.res: tewi.rc ../Binary/tewi.ico
41
tewi.res: tewi.rc ../Binary/tewi.ico