about summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-09-30 11:26:39 -0400
committerCharadon <dev@iotib.net>2022-09-30 11:26:39 -0400
commit49b1842d1e363cd0e3beb3896bd4ab5326c1bfbc (patch)
tree4e194c2b82a7afc3bdd39309405b3d8d90b2131e /docs
parentb0a3cffee6db18145690f1deee8c5367dfc29b83 (diff)
downloaddscip-49b1842d1e363cd0e3beb3896bd4ab5326c1bfbc.tar.gz
setup.sh: Added detector for realpath, and began using realpath to generate the crontab entry
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions
='author Anselm R. Garbe <garbeam@wmii.de> 2006-07-14 18:46:12 +0200 committer Anselm R. Garbe <garbeam@wmii.de> 2006-07-14 18:46:12 +0200 draw bar on exposure ;)' href='/acidbong/suckless/dwm/commit/config.mk?id=59b4a5e4cac68dfe6d245b8b708c3cb805f49f6d'>59b4a5e ^
d7e1708 ^
1076f2b







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30



                              




                               
             

                   
                                                       

           
                                                                  
                                



                                                                          
 







                                                                   
# Customize to fit your system

# paths
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man

X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib

VERSION = 0.3

# includes and libs
LIBS = -L${PREFIX}/lib -L/usr/lib -lc -L${X11LIB} -lX11

# Linux/BSD
#CFLAGS = -Os -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
#	-DVERSION=\"${VERSION}\"
#LDFLAGS = ${LIBS}
CFLAGS = -g -Wall -O2 -I. -I${PREFIX}/include -I/usr/include -I${X11INC} \
	-DVERSION=\"${VERSION}\"
LDFLAGS = -g ${LIBS}


# Solaris
#CFLAGS = -fast -xtarget=ultra ${INCLUDES} -DVERSION=\"${VERSION}\"
#LIBS += -lnsl -lsocket

AR = ar cr
CC = cc
RANLIB = ranlib