Added the Nokia N900

This commit is contained in:
Pierre Pronchery 2013-03-04 02:41:56 +01:00
parent 7f39faa39a
commit 14a181157e
5 changed files with 13 additions and 1 deletions

View File

@ -54,6 +54,7 @@ dist:
$(PACKAGE)-$(VERSION)/tools/project.conf \
$(PACKAGE)-$(VERSION)/tools/models/Makefile \
$(PACKAGE)-$(VERSION)/tools/models/nokia-n800.conf \
$(PACKAGE)-$(VERSION)/tools/models/nokia-n900.conf \
$(PACKAGE)-$(VERSION)/tools/models/openmoko-gta01.conf \
$(PACKAGE)-$(VERSION)/tools/models/openmoko-gta02.conf \
$(PACKAGE)-$(VERSION)/tools/models/project.conf \

View File

@ -15,12 +15,15 @@ install:
$(MKDIR) $(DESTDIR)$(PREFIX)/share/Coder/Simulator/models
$(INSTALL) -m 0644 -- nokia-n800.conf $(DESTDIR)$(PREFIX)/share/Coder/Simulator/models/nokia-n800.conf
$(MKDIR) $(DESTDIR)$(PREFIX)/share/Coder/Simulator/models
$(INSTALL) -m 0644 -- nokia-n900.conf $(DESTDIR)$(PREFIX)/share/Coder/Simulator/models/nokia-n900.conf
$(MKDIR) $(DESTDIR)$(PREFIX)/share/Coder/Simulator/models
$(INSTALL) -m 0644 -- openmoko-gta01.conf $(DESTDIR)$(PREFIX)/share/Coder/Simulator/models/openmoko-gta01.conf
$(MKDIR) $(DESTDIR)$(PREFIX)/share/Coder/Simulator/models
$(INSTALL) -m 0644 -- openmoko-gta02.conf $(DESTDIR)$(PREFIX)/share/Coder/Simulator/models/openmoko-gta02.conf
uninstall:
$(RM) -- $(DESTDIR)$(PREFIX)/share/Coder/Simulator/models/nokia-n800.conf
$(RM) -- $(DESTDIR)$(PREFIX)/share/Coder/Simulator/models/nokia-n900.conf
$(RM) -- $(DESTDIR)$(PREFIX)/share/Coder/Simulator/models/openmoko-gta01.conf
$(RM) -- $(DESTDIR)$(PREFIX)/share/Coder/Simulator/models/openmoko-gta02.conf

View File

@ -1,3 +1,4 @@
title=Nokia N800
dpi=225
width=800
height=480

View File

@ -0,0 +1,4 @@
title=Nokia N800
dpi=267
width=800
height=480

View File

@ -1,8 +1,11 @@
dist=Makefile,nokia-n800.conf,openmoko-gta01.conf,openmoko-gta02.conf
dist=Makefile,nokia-n800.conf,nokia-n900.conf,openmoko-gta01.conf,openmoko-gta02.conf
[nokia-n800.conf]
install=$(PREFIX)/share/Coder/Simulator/models
[nokia-n900.conf]
install=$(PREFIX)/share/Coder/Simulator/models
[openmoko-gta01.conf]
install=$(PREFIX)/share/Coder/Simulator/models