Got questions, comments, patches, etc.?
Contact Jason Woofenden
gitweb
/
spectrwm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove some defaults that dont make sense
[spectrwm.git]
/
lib
/
Makefile
1
.include <bsd.xconf.mk>
2
3
PREFIX?=/usr/local
4
5
LIB= swmhack
6
NOMAN= yes
7
SRCS= swm_hack.c
8
LIBDIR= ${X11BASE}/lib
9
10
DEBUGLIBS= no
11
NOPROFILE= yes
12
13
CFLAGS+=-Wall -Wno-uninitialized -g -fPIC
14
CFLAGS+= -I${X11BASE}/include
15
16
install:
17
${INSTALL} ${INSTALL_COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
18
lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \
19
${PREFIX}/lib/
20
21
.include <bsd.lib.mk>
22
.include <bsd.xorg.mk>