Skip to content

Commit

Permalink
Modified makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Oct 18, 2013
1 parent 0480cf1 commit bb5cad3
Show file tree
Hide file tree
Showing 26 changed files with 57 additions and 7 deletions.
53 changes: 48 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,55 @@

bindir ?= /usr/bin

edid-decode: edid-decode.c
gcc -g -Wall -o $@ $<

make:
gcc edid-decode.c -g -Wall -o inex-edid
/usr/bin/gbc3 -e -a -g -t -p -m src/i-nex
gba3 src/i-nex

clean:
rm -f edid-decode
rm -f inex-edid
rm -Rf `find . -name ".gambas"`
rm -Rf `find . -name "*.gambas"`
rm -Rf `find . -name "screenfetch-dev"`
rm -Rf debian/i-nex
rm -Rf debian/i-nex.debhelper.log
rm -Rf debian/i-nex.postinst.debhelper
rm -Rf debian/i-nex.postrm.debhelper
rm -Rf debian/i-nex.substvars


install:
mkdir -p $(DESTDIR)$(bindir)
install -m 0755 edid-decode $(DESTDIR)$(bindir)
mkdir -p $(DESTDIR)/usr/share/pixmaps/
mkdir -p $(DESTDIR)/usr/share/applications/
mkdir -p $(DESTDIR)/etc/apport/crashdb.conf.d/
mkdir -p $(DESTDIR)/usr/share/apport/package-hooks/
mkdir -p $(DESTDIR)/usr/share/doc/i-nex/
mkdir -p $(DESTDIR)/usr/share/i-nex/pastebinit/
mkdir -p $(DESTDIR)/usr/share/i-nex/pastebinit/pastebin.d/
mkdir -p $(DESTDIR)/usr/share/i-nex/pastebinit/po/
mkdir -p $(DESTDIR)/usr/share/i-nex/pastebinit/utils/
install -m 0755 inex-edid $(DESTDIR)$(bindir)
install -m 0755 src/i-nex/i-nex.gambas $(DESTDIR)$(bindir)
install -m 0755 src/i-nex/logo/i-nex.0.4.x.png $(DESTDIR)/usr/share/pixmaps/
install -m 0755 debian/i-nex.desktop $(DESTDIR)/usr/share/applications/
install -m 0755 debian/check_kernel $(DESTDIR)/usr/bin/
install -m 0755 debian/i-nex-lspci $(DESTDIR)/usr/bin/
install -m 0755 debian/inex-crashdb.conf $(DESTDIR)/etc/apport/crashdb.conf.d/
install -m 0755 debian/i-nex.py $(DESTDIR)/usr/share/apport/package-hooks/
install -m 0755 debian/changelog-0.4.6 $(DESTDIR)/usr/share/doc/i-nex/
install -m 0755 debian/changelog-0.4.8 $(DESTDIR)/usr/share/doc/i-nex/
install -m 0755 debian/changelog-0.4.8.1 $(DESTDIR)/usr/share/doc/i-nex/
install -m 0755 debian/changelog-0.5.0 $(DESTDIR)/usr/share/doc/i-nex/
install -m 0755 debian/changelog-0.5.1 $(DESTDIR)/usr/share/doc/i-nex/
install -m 0755 debian/changelog-0.5.2 $(DESTDIR)/usr/share/doc/i-nex/
install -m 0755 LICENSE $(DESTDIR)/usr/share/doc/i-nex/
install -m 0755 COPYING $(DESTDIR)/usr/share/i-nex/pastebinit/
install -m 0755 pastebin.d/* $(DESTDIR)/usr/share/i-nex/pastebinit/pastebin.d/
install -m 0755 pastebinit $(DESTDIR)/usr/share/i-nex/pastebinit/
install -m 0755 pastebinit.xml $(DESTDIR)/usr/share/i-nex/pastebinit/
install -m 0755 po/* $(DESTDIR)/usr/share/i-nex/pastebinit/po/
install -m 0755 README $(DESTDIR)/usr/share/i-nex/pastebinit/
install -m 0755 release.conf $(DESTDIR)/usr/share/i-nex/pastebinit/
install -m 0755 test.sh $(DESTDIR)/usr/share/i-nex/pastebinit/
install -m 0755 utils/* $(DESTDIR)/usr/share/i-nex/pastebinit/utils/
2 changes: 1 addition & 1 deletion debian/i-nex.install
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ README usr/share/i-nex/pastebinit
release.conf usr/share/i-nex/pastebinit
test.sh usr/share/i-nex/pastebinit
utils usr/share/i-nex/pastebinit
edid-decode usr/bin
inex-edid usr/bin
7 changes: 7 additions & 0 deletions src/i-nex/.directory
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
[Desktop Entry]
Icon=./.icon.png

[Dolphin]
Timestamp=2013,10,18,11,13,36
Version=3

[Settings]
HiddenFilesShown=true
Binary file removed src/i-nex/.gambas/ABOUT
Binary file not shown.
Binary file removed src/i-nex/.gambas/ASOUND_DRIVES
Binary file not shown.
Binary file removed src/i-nex/.gambas/BATTERY
Binary file not shown.
Binary file removed src/i-nex/.gambas/CHKPRM
Binary file not shown.
Binary file removed src/i-nex/.gambas/DISK_DRIVES
Binary file not shown.
Binary file removed src/i-nex/.gambas/DISTRIBUTION_DETECT
Binary file not shown.
Binary file removed src/i-nex/.gambas/FDF
Binary file not shown.
Binary file removed src/i-nex/.gambas/FFLAGS
Binary file not shown.
Binary file removed src/i-nex/.gambas/FGRAPHIC
Binary file not shown.
Binary file removed src/i-nex/.gambas/FINFOSYS
Binary file not shown.
Binary file removed src/i-nex/.gambas/FMODULES
Binary file not shown.
Binary file removed src/i-nex/.gambas/FNET_R_T
Binary file not shown.
Binary file removed src/i-nex/.gambas/FREPORT_GEN
Binary file not shown.
Binary file removed src/i-nex/.gambas/GLOBAL
Binary file not shown.
Binary file removed src/i-nex/.gambas/INPUT_DEVICES
Binary file not shown.
Binary file removed src/i-nex/.gambas/NET
Binary file not shown.
Binary file removed src/i-nex/.gambas/REPORTM
Binary file not shown.
Binary file removed src/i-nex/.gambas/SCREENSHOT
Binary file not shown.
Binary file removed src/i-nex/.gambas/SCREENSHOTM
Binary file not shown.
Binary file removed src/i-nex/.gambas/START_APP_ARGS
Binary file not shown.
Binary file removed src/i-nex/.gambas/THERMAL_ZONE
Binary file not shown.
Binary file removed src/i-nex/.gambas/USB_DRIVES
Binary file not shown.
2 changes: 1 addition & 1 deletion src/i-nex/.project
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Language=en_GB
ControlPublic=1
ModulePublic=1
ExecPath=/home/michal/Pulpit/i-nex.gambas
SourcePath=/home/michal/Dokumenty
SourcePath=/home/michal/Pulpit
Maintainer=eloaders
Vendor=i-nex
Address=eloaders@yahoo.com
Expand Down

0 comments on commit bb5cad3

Please sign in to comment.