Added the Nokia N900
This commit is contained in:
parent
7f39faa39a
commit
14a181157e
1
Makefile
1
Makefile
@ -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 \
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
title=Nokia N800
|
||||
dpi=225
|
||||
width=800
|
||||
height=480
|
||||
|
4
tools/models/nokia-n900.conf
Normal file
4
tools/models/nokia-n900.conf
Normal file
@ -0,0 +1,4 @@
|
||||
title=Nokia N800
|
||||
dpi=267
|
||||
width=800
|
||||
height=480
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user