projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
jpeg background support and scaling
[petitboot]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 240f5d6901a10752a653bd8b9acc74db80b7129a..e192b201692dd90b16e3a6addaeb2e897c17d072 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-3,14
+3,14
@@
VERSION=0.0.1
PACKAGE=petitboot
CC=gcc
INSTALL=install
PACKAGE=petitboot
CC=gcc
INSTALL=install
-TWIN_CFLAGS=$(shell pkg-config --cflags libtwin)
-TWIN_LDFLAGS=$(shell pkg-config --libs libtwin)
+TWIN_CFLAGS
?
=$(shell pkg-config --cflags libtwin)
+TWIN_LDFLAGS
?
=$(shell pkg-config --libs libtwin)
LDFLAGS =
CFLAGS = -O0 -ggdb -Wall '-DPREFIX="$(PREFIX)"'
PARSERS = native yaboot
LDFLAGS =
CFLAGS = -O0 -ggdb -Wall '-DPREFIX="$(PREFIX)"'
PARSERS = native yaboot
-ARTWORK = background.
pn
g cdrom.png hdd.png usbpen.png cursor
+ARTWORK = background.
jp
g cdrom.png hdd.png usbpen.png cursor
all: petitboot udev-helper
all: petitboot udev-helper