sync code with last improvements from OpenBSD
This commit is contained in:
commit
88965415ff
26235 changed files with 29195616 additions and 0 deletions
21
app/fvwm/modules/Makefile.inc
Normal file
21
app/fvwm/modules/Makefile.inc
Normal file
|
@ -0,0 +1,21 @@
|
|||
# -*- makefile -*-
|
||||
# $OpenBSD: Makefile.inc,v 1.9 2012/09/30 10:12:51 espie Exp $
|
||||
|
||||
.ifndef FVWM_MAKEFILE_INC
|
||||
FVWM_MAKEFILE_INC = done
|
||||
.include <bsd.xconf.mk>
|
||||
|
||||
X11BASE?= /usr/X11R6
|
||||
|
||||
CFLAGS+= -I${X11BASE}/include -I${.CURDIR}/../.. -I${.CURDIR}/../../libs
|
||||
LDADD+= -L${X11BASE}/lib
|
||||
|
||||
XLIB= -lX11 -lxcb -lXau -lXdmcp
|
||||
|
||||
FVWMLIBDIR= ${X11BASE}/lib/X11/fvwm
|
||||
MANDIR= ${X11BASE}/man/man
|
||||
|
||||
obj: _xenocara_obj
|
||||
|
||||
LDADD+= -L${.CURDIR}/../../libs/${__objdir} -L${.CURDIR}/../../libs -lfvwm
|
||||
.endif
|
Loading…
Add table
Add a link
Reference in a new issue