Skip to content

Commit

Permalink
midipp: Add more options top Makefile.
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Petter Selasky <hps@selasky.org>
  • Loading branch information
hselasky committed Sep 26, 2022
1 parent f7a08f1 commit 8c929d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,17 @@ DESTDIR?=
PREFIX?=/usr/local
HAVE_SCREENSHOT?=
HAVE_STATIC?=
HAVE_CDEV?=
HAVE_ALSA?=
HAVE_JACK?=

all: Makefile.unix
make -f Makefile.unix -j5 all

Makefile.unix: midipp.pro
qmake HAVE_SCREENSHOT=${HAVE_SCREENSHOT} PREFIX=${PREFIX} \
DESTDIR=${DESTDIR} HAVE_STATIC=${HAVE_STATIC} \
HAVE_CDEV=${HAVE_CDEV} HAVE_ALSA=${HAVE_ALSA} HAVE_JACK=${HAVE_JACK} \
-o Makefile.unix midipp.pro
help:
@echo "Targets are: all, install, clean, help"
Expand Down

0 comments on commit 8c929d6

Please sign in to comment.